CVE-2017-9800
Description
A maliciously constructed svn+ssh:// URL would cause Subversion clients before 1.8.19, 1.9.x before 1.9.7, and 1.10.0.x through 1.10.0-alpha3 to run an arbitrary shell command. Such a URL could be generated by a malicious server, by a malicious user committing to a honest server (to attack another user of that server's repositories), or by a proxy server. The vulnerability affects all clients, including those that use file://, http://, and plain (untunneled) svn://.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2017-9800
Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2017-9800.html
Vendor advisory: security@apache.org — https://subversion.apache.org/security/CVE-2017-9800-advisory.txt
Vendor advisory: arch — https://security.archlinux.org/ASA-201708-14
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| arch | fixed | 1.9.7-1 | |
| sles | affected | | |
| debian | bookworm | fixed | 1.9.7-1 |
| debian | bullseye | fixed | 1.9.7-1 |
| debian | forky | fixed | 1.9.7-1 |
| debian | sid | fixed | 1.9.7-1 |
| debian | trixie | fixed | 1.9.7-1 |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| apache | subversion | {"endIncluding":"1.8.18"} | |
| apache | subversion | 1.9.0 | |
| apache | subversion | 1.9.1 | |
| apache | subversion | 1.9.2 | |
| apache | subversion | 1.9.3 | |
| apache | subversion | 1.9.4 | |
| apache | subversion | 1.9.5 | |
| apache | subversion | 1.9.6 | |
| apache | subversion | 1.10.0 | |
References
- https://security.archlinux.org/ASA-201708-14
- http://packetstormsecurity.com/files/143722/Apache-Subversion-Arbitrary-Code-Execution.html
- http://www.debian.org/security/2017/dsa-3932
- http://www.securityfocus.com/archive/1/540999/100/0/threaded
- http://www.securityfocus.com/bid/100259
- http://www.securitytracker.com/id/1039127
- https://access.redhat.com/errata/RHSA-2017:2480
- https://confluence.atlassian.com/sourcetreekb/sourcetree-security-advisory-2017-08-11-933099891.html
- https://lists.apache.org/thread.html/cb607dc2f13bab9769147759ddccb14a4f9d8e5cdcad5e99c0d03b63%40%3Cannounce.apache.org%3E
- https://lists.apache.org/thread.html/d8cf53affd700dfce90bad4968fb8b1dfb69cf7c443052c70398ff76%40%3Ccommits.subversion.apache.org%3E
- https://security.gentoo.org/glsa/201709-09
- https://subversion.apache.org/security/CVE-2017-9800-advisory.txt
- https://support.apple.com/HT208103
- https://www.oracle.com/security-alerts/cpuoct2020.html
- https://www.suse.com/security/cve/CVE-2017-9800.html
- https://security-tracker.debian.org/tracker/CVE-2017-9800
CWEs
CWE-20
Verify integrity in audit chain (admin only). AS-IS.