ArchLinux: 201508-5: subversion: authentication bypass
Summary
- CVE-2015-3184:
Subversion's mod_authz_svn does not properly restrict anonymous access
in some mixed anonymous/authenticated environments when using Apache
httpd 2.4. The result is that anonymous access may be possible to files
for which only authenticated access should be possible.
- CVE-2015-3187:
Subversion servers, both httpd and svnserve, will reveal some paths that
should be hidden by path-based authz. When a node is copied from an
unreadable location to a readable location the unreadable path may be
revealed. This vulnerability only reveals the path, it does not reveal
the contents of the path.
Resolution
Upgrade to 1.9.0-1.
# pacman -Syu "subversion>=1.9.0-1"
The problem has been fixed upstream in version 1.9.0, 1.8.14 and 1.7.21.
References
https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-3184 https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2015-3187 https://subversion.apache.org/security/CVE-2015-3184-advisory.txt https://subversion.apache.org/security/CVE-2015-3187-advisory.txt
![Dist Arch](/images/distros/dist-arch.png)
Workaround
CVE-2015-3184 can be mitigated by disabling mixed
anonymous/authenticated authz.
There is no known workaround for CVE-2015-3187.