diff options
Diffstat (limited to 'metadata/glsa/glsa-200803-29.xml')
-rw-r--r-- | metadata/glsa/glsa-200803-29.xml | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200803-29.xml b/metadata/glsa/glsa-200803-29.xml new file mode 100644 index 000000000000..8b3ac90f05b0 --- /dev/null +++ b/metadata/glsa/glsa-200803-29.xml @@ -0,0 +1,67 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200803-29"> + <title>ViewVC: Multiple vulnerabilities</title> + <synopsis> + Multiple security issues have been reported in ViewVC, which can be + exploited by malicious people to bypass certain security restrictions. + </synopsis> + <product type="ebuild">viewvc</product> + <announced>2008-03-19</announced> + <revised count="02">2009-04-01</revised> + <bug>212288</bug> + <access>remote</access> + <affected> + <package name="www-apps/viewvc" auto="yes" arch="*"> + <unaffected range="ge">1.0.5</unaffected> + <vulnerable range="lt">1.0.5</vulnerable> + </package> + </affected> + <background> + <p> + ViewVC is a browser interface for CVS and Subversion version control + repositories. + </p> + </background> + <description> + <p> + Multiple unspecified errors were reportedly fixed by the ViewVC + development team. + </p> + </description> + <impact type="normal"> + <p> + A remote attacker could send a specially crafted URL to the server to + list CVS or SVN commits on "all-forbidden" files, access hidden CVSROOT + folders, and view restricted content via the revision view, the log + history, or the diff view. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All ViewVC users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-apps/viewvc-1.0.5"</code> + </resolution> + <references> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1290">CVE-2008-1290</uri> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1291">CVE-2008-1291</uri> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1292">CVE-2008-1292</uri> + </references> + <metadata tag="requester" timestamp="2008-03-11T22:06:35Z"> + p-y + </metadata> + <metadata tag="bugReady" timestamp="2008-03-11T22:06:42Z"> + p-y + </metadata> + <metadata tag="submitter" timestamp="2008-03-15T21:33:23Z"> + mfleming + </metadata> +</glsa> |