diff options
author | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2015-03-08 22:02:38 +0100 |
commit | a24567fbc43f221b14e805f9bc0b7c6d16911c46 (patch) | |
tree | 910a04fe6ee560ac0eebac55f3cd2781c3519760 /glsa-200404-13.xml | |
download | glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.gz glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.tar.bz2 glsa-a24567fbc43f221b14e805f9bc0b7c6d16911c46.zip |
Import existing advisories
Diffstat (limited to 'glsa-200404-13.xml')
-rw-r--r-- | glsa-200404-13.xml | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/glsa-200404-13.xml b/glsa-200404-13.xml new file mode 100644 index 00000000..f12f710a --- /dev/null +++ b/glsa-200404-13.xml @@ -0,0 +1,73 @@ +<?xml version="1.0" encoding="utf-8"?> +<?xml-stylesheet href="/xsl/glsa.xsl" type="text/xsl"?> +<?xml-stylesheet href="/xsl/guide.xsl" type="text/xsl"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200404-13"> + <title>CVS Server and Client Vulnerabilities</title> + <synopsis> + There are two vulnerabilities in CVS; one in the server and one in the + client. These vulnerabilities allow the reading and writing of arbitrary + files on both client and server. + </synopsis> + <product type="ebuild">cvs</product> + <announced>April 14, 2004</announced> + <revised>May 22, 2006: 02</revised> + <bug>47800</bug> + <access>remote</access> + <affected> + <package name="dev-util/cvs" auto="yes" arch="*"> + <unaffected range="ge">1.11.15</unaffected> + <vulnerable range="le">1.11.14</vulnerable> + </package> + </affected> + <background> + <p> + CVS, which stands for Concurrent Versions System, is a client/server + application which tracks changes to sets of files. It allows multiple + users to work concurrently on files, and then merge their changes back + into the main tree (which can be on a remote system). It also allows + branching, or maintaining separate versions for files. + </p> + </background> + <description> + <p> + There are two vulnerabilities in CVS; one in the server and one in the + client. The server vulnerability allows a malicious client to request + the contents of any RCS file to which the server has permission, even + those not located under $CVSROOT. The client vulnerability allows a + malicious server to overwrite files on the client machine anywhere the + client has permissions. + </p> + </description> + <impact type="normal"> + <p> + Arbitrary files may be read or written on CVS clients and servers by + anybody with access to the CVS tree. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. All users are encouraged to + upgrade to the latest stable 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.15" + # emerge ">=dev-util/cvs-1.11.15"</code> + </resolution> + <references> + <uri link="http://ccvs.cvshome.org/source/browse/ccvs/NEWS?rev=1.116.2.92&content-type=text/x-cvsweb-markup">CVS commit log</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0180">CVE-2004-0180</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-0405">CVE-2004-0405</uri> + </references> + <metadata tag="submitter"> + condordes + </metadata> +</glsa> |