Overly broad permissions can turn one compromised account into a much larger security problem. Learn how to reduce unnecessary access, review privileges, and apply least privilege across modern Linux systems. Review Linux Privileges×

Alerts This Week
Warning Icon 1 524
Alerts This Week
Warning Icon 1 524

RedHat: RHSA-2013-0737-01 Moderate: Subversion DoS Risk Advisory

red hat
Calendar Grey April 11, 2013
Scroller Redhat
Critical Apache Tomcat patch released for Ubuntu OS rectifying several vulnerabilities. Essential for network integrity.
Updated subversion packages that fix multiple security issues are now available for Red Hat Enterprise Linux 5 and 6

Solution

Before applying this update, make sure all previously-released errata relevant to your system have been applied.

This update is available via the Red Hat Network. Details on how to use the Red Hat Network to apply this update are available at https://access.redhat.com/articles/11258

Summary

Subversion (SVN) is a concurrent version control system which enables one or more users to collaborate in developing and maintaining a hierarchy of files and directories while keeping a history of all changes. The mod_dav_svn module is used with the Apache HTTP Server to allow access to Subversion repositories via HTTP.
A NULL pointer dereference flaw was found in the way the mod_dav_svn module handled PROPFIND requests on activity URLs. A remote attacker could use this flaw to cause the httpd process serving the request to crash. (CVE-2013-1849)
A flaw was found in the way the mod_dav_svn module handled large numbersof properties (such as those set with the "svn propset" command). A malicious, remote user could use this flaw to cause the httpd process serving the request to consume an excessive amount of system memory. (CVE-2013-1845)
Two NULL pointer dereference flaws were found in the way the mod_dav_svn module handled LOCK requests on certain types of URLs. A malicious, remote user could use these flaws to cause the httpd process serving the request to crash. (CVE-2013-1846, CVE-2013-1847)
Note: The CVE-2013-1849, CVE-2013-1846, and CVE-2013-1847 issues only caused a temporary denial of service, as the Apache HTTP Server started a new process to replace the crashed child process. When using prefork MPM, the crash only affected the attacker. When using worker (threaded) MPM, the connections of other users may have been interrupted.
Red Hat would like to thank the Apache Subversion project for reporting these issues. Upstream acknowledges Alexander Klink as the original reporter of CVE-2013-1845; Ben Reser as the original reporter of CVE-2013-1846; and Philip Martin and Ben Reser as the original reporters of CVE-2013-1847.
All subversion users should upgrade to these updated packages, which contain backported patches to correct these issues. After installing the updated packages, you must restart the httpd daemon, if you are using mod_dav_svn, for the update to take effect.

References

https://access.redhat.com/security/cve/CVE-2013-1845 https://access.redhat.com/security/cve/CVE-2013-1846 https://access.redhat.com/security/cve/CVE-2013-1847 https://access.redhat.com/security/cve/CVE-2013-1849 https://access.redhat.com/security/updates/classification#moderate https://subversion.apache.org/security/CVE-2013-1849-advisory.txt https://subversion.apache.org/security/CVE-2013-1845-advisory.txt https://subversion.apache.org/security/CVE-2013-1846-advisory.txt https://subversion.apache.org/security/CVE-2013-1847-advisory.txt

Package List

RHEL Desktop Workstation (v. 5 client):
Source:
i386: mod_dav_svn-1.6.11-11.el5_9.i386.rpm subversion-1.6.11-11.el5_9.i386.rpm subversion-debuginfo-1.6.11-11.el5_9.i386.rpm subversion-devel-1.6.11-11.el5_9.i386.rpm subversion-javahl-1.6.11-11.el5_9.i386.rpm subversion-perl-1.6.11-11.el5_9.i386.rpm subversion-ruby-1.6.11-11.el5_9.i386.rpm
x86_64: mod_dav_svn-1.6.11-11.el5_9.x86_64.rpm subversion-1.6.11-11.el5_9.i386.rpm subversion-1.6.11-11.el5_9.x86_64.rpm subversion-debuginfo-1.6.11-11.el5_9.i386.rpm subversion-debuginfo-1.6.11-11.el5_9.x86_64.rpm subversion-devel-1.6.11-11.el5_9.i386.rpm subversion-devel-1.6.11-11.el5_9.x86_64.rpm subversion-javahl-1.6.11-11.el5_9.x86_64.rpm subversion-perl-1.6.11-11.el5_9.x86_64.rpm subversion-ruby-1.6.11-11.el5_9.x86_64.rpm
Red Hat Enterprise Linux (v. 5 server):
Source:
i386: mod_dav_svn-1.6.11-11.el5_9.i386.rpm subversion-1.6.11-11.el5_9.i386.rpm subversion-debuginfo-1.6.11-11.el5_9.i386.rpm subversion-devel-1.6.11-11.el5_9.i386.rpm subversion-javahl-1.6.11-11.el5_9.i386.rpm subversion-perl-1.6.11-11.el5_9.i386.rpm subversion-ruby-1.6.11-11.el5_9.i386.rpm
ia64: mod_dav_svn-1.6.11-11.el5_9.ia64.rpm subversion-1.6.11-11.el5_9.ia64.rpm subversion-debuginfo-1.6.11-11.el5_9.ia64.rpm subversion-devel-1.6.11-11.el5_9.ia64.rpm

Read the Full Advisory


Advisory ID: RHSA-2013:0737-01
Product: Red Hat Enterprise Linux
Issue date: 2013-04-11

Topic

Updated subversion packages that fix multiple security issues are nowavailable for Red Hat Enterprise Linux 5 and 6.The Red Hat Security Response Team has rated this update as having moderatesecurity impact. Common Vulnerability Scoring System (CVSS) base scores,which give detailed severity ratings, are available for each vulnerabilityfrom the CVE links in the References section.

Relevant Releases Architectures

RHEL Desktop Workstation (v. 5 client) - i386, x86_64

Red Hat Enterprise Linux (v. 5 server) - i386, ia64, ppc, s390x, x86_64

Red Hat Enterprise Linux Desktop Optional (v. 6) - i386, noarch, x86_64

Red Hat Enterprise Linux HPC Node Optional (v. 6) - noarch, x86_64

Red Hat Enterprise Linux Server (v. 6) - i386, ppc64, s390x, x86_64

Red Hat Enterprise Linux Server Optional (v. 6) - i386, noarch, ppc64, s390x, x86_64

Red Hat Enterprise Linux Workstation (v. 6) - i386, x86_64

Red Hat Enterprise Linux Workstation Optional (v. 6) - i386, noarch, x86_64

Bugs Fixed

929082 - CVE-2013-1845 Subversion (mod_dav_svn): DoS (excessive memory use) when large number of properties are set or deleted

929087 - CVE-2013-1846 Subversion (mod_dav_svn): DoS (crash) via LOCK requests against an activity URL

929090 - CVE-2013-1847 Subversion (mod_dav_svn): DoS (crash) via LOCK requests against a non-existent URL

929093 - CVE-2013-1849 Subversion (mod_dav_svn): DoS (crash) via PROPFIND request made against activity URLs

Get the latest News and Insights

Get the latest Linux and open source security news straight to your inbox.