diff options
Diffstat (limited to 'metadata/glsa/glsa-200408-09.xml')
-rw-r--r-- | metadata/glsa/glsa-200408-09.xml | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200408-09.xml b/metadata/glsa/glsa-200408-09.xml new file mode 100644 index 000000000000..82e7075cb14c --- /dev/null +++ b/metadata/glsa/glsa-200408-09.xml @@ -0,0 +1,61 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> +<glsa id="200408-09"> + <title>Roundup: Filesystem access vulnerability</title> + <synopsis> + Roundup will make files owned by the user that it's running as accessable + to a remote attacker. + </synopsis> + <product type="ebuild">Roundup</product> + <announced>2004-08-11</announced> + <revised count="03">2006-05-22</revised> + <bug>53494</bug> + <access>remote</access> + <affected> + <package name="www-apps/roundup" auto="yes" arch="*"> + <unaffected range="ge">0.7.6</unaffected> + <vulnerable range="le">0.6.4</vulnerable> + </package> + </affected> + <background> + <p> + Roundup is a simple to use issue-tracking system with command-line, + web, and e-mail interfaces. + </p> + </background> + <description> + <p> + Improper handling of a specially crafted URL allows access to the + server's filesystem, which could contain sensitive information. + </p> + </description> + <impact type="low"> + <p> + An attacker could view files owned by the user running Roundup. This + will never be root however, as Roundup will not run as root. + </p> + </impact> + <workaround> + <p> + There is no known workaround at this time. All users are encouraged to + upgrade to the latest available version of Roundup. + </p> + </workaround> + <resolution> + <p> + All Roundup users should upgrade to the latest version: + </p> + <code> + # emerge sync + + # emerge -pv ">=www-apps/roundup-0.7.6" + # emerge ">=www-apps/roundup-0.7.6"</code> + </resolution> + <references> + <uri link="https://secunia.com/advisories/11801/">Secunia Advisory SA11801</uri> + <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2004-1444">CVE-2004-1444</uri> + </references> + <metadata tag="submitter" timestamp="2004-08-09T18:49:24Z"> + chriswhite + </metadata> +</glsa> |