diff options
author | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
---|---|---|
committer | Repository QA checks <repo-qa-checks@gentoo.org> | 2016-04-14 08:02:22 +0000 |
commit | 670f14532cf81a4e02d989bcb1254e1e48bcb4e4 (patch) | |
tree | 68ef72d9e802ec198860f87b94402f4ca3aae287 /metadata/glsa/glsa-200406-06.xml | |
parent | Add 'metadata/dtd/' from commit 'f8325042cda078a7fa29be8dcb9a092219332112' (diff) | |
parent | Add GLSA 201604-03 - Fix (diff) | |
download | gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.gz gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.tar.bz2 gentoo-670f14532cf81a4e02d989bcb1254e1e48bcb4e4.zip |
Add 'metadata/glsa/' from commit 'aacff3c55fb52643f95332002ecdb7d439b8e4df'
git-subtree-dir: metadata/glsa
git-subtree-mainline: 3149e13ab601ad3a8f925656fd88567d2626de47
git-subtree-split: aacff3c55fb52643f95332002ecdb7d439b8e4df
Diffstat (limited to 'metadata/glsa/glsa-200406-06.xml')
-rw-r--r-- | metadata/glsa/glsa-200406-06.xml | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200406-06.xml b/metadata/glsa/glsa-200406-06.xml new file mode 100644 index 000000000000..bb2d802e15fa --- /dev/null +++ b/metadata/glsa/glsa-200406-06.xml @@ -0,0 +1,72 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200406-06"> + <title>CVS: additional DoS and arbitrary code execution vulnerabilities</title> + <synopsis> + Several serious new vulnerabilities have been found in CVS, which may allow + an attacker to remotely compromise a CVS server. + </synopsis> + <product type="ebuild">CVS</product> + <announced>June 10, 2004</announced> + <revised>June 10, 2004: 01</revised> + <bug>53408</bug> + <access>remote</access> + <affected> + <package name="dev-util/cvs" auto="yes" arch="*"> + <unaffected range="ge">1.11.17</unaffected> + <vulnerable range="le">1.11.16-r1</vulnerable> + </package> + </affected> + <background> + <p> + CVS (Concurrent Versions System) is an open-source network-transparent + version control system. It contains both a client utility and a server. + </p> + </background> + <description> + <p> + A team audit of the CVS source code performed by Stefan Esser and Sebastian + Krahmer resulted in the discovery of several remotely exploitable + vulnerabilities including: + </p> + <ul> + <li>no-null-termination of "Entry" lines</li> + <li>error_prog_name "double-free()"</li> + <li>Argument integer overflow</li> + <li>serve_notify() out of bounds writes</li> + </ul> + </description> + <impact type="high"> + <p> + An attacker could use these vulnerabilities to cause a Denial of Service or + execute arbitrary code with the permissions of the user running cvs. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. All users are advised to upgrade + to the latest available version of CVS. + </p> + </workaround> + <resolution> + <p> + All CVS users should upgrade to the latest stable version: + </p> + <code> + # emerge sync + + # emerge -pv ">=dev-util/cvs-1.11.17" + # emerge ">=dev-util/cvs-1.11.17"</code> + </resolution> + <references> + <uri link="http://security.e-matters.de/advisories/092004.html">E-matters Advisory 09/2004</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0414">CAN-2004-0414</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0416">CAN-2004-0416</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0417">CAN-2004-0417</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0418">CAN-2004-0418</uri> + </references> + <metadata tag="submitter"> + jaervosz + </metadata> +</glsa> |