diff options
Diffstat (limited to 'metadata/glsa/glsa-200612-14.xml')
-rw-r--r-- | metadata/glsa/glsa-200612-14.xml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200612-14.xml b/metadata/glsa/glsa-200612-14.xml new file mode 100644 index 000000000000..07f08c83be0e --- /dev/null +++ b/metadata/glsa/glsa-200612-14.xml @@ -0,0 +1,65 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200612-14"> + <title>Trac: Cross-site request forgery</title> + <synopsis> + Trac allows remote attackers to execute unauthorized actions as other + users. + </synopsis> + <product type="ebuild">trac</product> + <announced>2006-12-12</announced> + <revised count="01">2006-12-12</revised> + <bug>154574</bug> + <access>remote</access> + <affected> + <package name="www-apps/trac" auto="yes" arch="*"> + <unaffected range="ge">0.10.1</unaffected> + <vulnerable range="lt">0.10.1</vulnerable> + </package> + </affected> + <background> + <p> + Trac is a wiki and issue tracking system for software development + projects. + </p> + </background> + <description> + <p> + Trac allows users to perform certain tasks via HTTP requests without + performing correct validation on those requests. + </p> + </description> + <impact type="low"> + <p> + An attacker could entice an authenticated user to browse to a specially + crafted URL, allowing the attacker to execute actions in the Trac + instance as if they were the user. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. + </p> + </workaround> + <resolution> + <p> + All Trac users should upgrade to the latest version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-apps/trac-0.10.1"</code> + </resolution> + <references> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5848">CVE-2006-5848</uri> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5878">CVE-2006-5878</uri> + </references> + <metadata tag="requester" timestamp="2006-12-06T06:01:31Z"> + jaervosz + </metadata> + <metadata tag="bugReady" timestamp="2006-12-07T10:06:43Z"> + vorlon + </metadata> + <metadata tag="submitter" timestamp="2006-12-11T18:17:55Z"> + shellsage + </metadata> +</glsa> |