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-200507-12.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-200507-12.xml')
-rw-r--r-- | metadata/glsa/glsa-200507-12.xml | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/metadata/glsa/glsa-200507-12.xml b/metadata/glsa/glsa-200507-12.xml new file mode 100644 index 000000000000..455644eaecef --- /dev/null +++ b/metadata/glsa/glsa-200507-12.xml @@ -0,0 +1,71 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd"> + +<glsa id="200507-12"> + <title>Bugzilla: Unauthorized access and information disclosure</title> + <synopsis> + Multiple vulnerabilities in Bugzilla could allow remote users to modify bug + flags or gain sensitive information. + </synopsis> + <product type="ebuild">bugzilla</product> + <announced>July 13, 2005</announced> + <revised>July 13, 2005: 01</revised> + <bug>98348</bug> + <access>remote</access> + <affected> + <package name="www-apps/bugzilla" auto="yes" arch="*"> + <unaffected range="ge">2.18.3</unaffected> + <vulnerable range="lt">2.18.3</vulnerable> + </package> + </affected> + <background> + <p> + Bugzilla is a web-based bug-tracking system used by many projects. + </p> + </background> + <description> + <p> + Bugzilla allows any user to modify the flags of any bug + (CAN-2005-2173). Bugzilla inserts bugs into the database before marking + them as private, in connection with MySQL replication this could lead + to a race condition (CAN-2005-2174). + </p> + </description> + <impact type="low"> + <p> + By manually changing the URL to process_bug.cgi, a remote attacker + could modify the flags of any given bug, which could trigger an email + including the bug summary to be sent to the attacker. The race + condition when using Bugzilla with MySQL replication could lead to a + short timespan (usually less than a second) where the summary of + private bugs is exposed to all users. + </p> + </impact> + <workaround> + <p> + There are no known workarounds at this time. + </p> + </workaround> + <resolution> + <p> + All Bugzilla users should upgrade to the latest available version: + </p> + <code> + # emerge --sync + # emerge --ask --oneshot --verbose ">=www-apps/bugzilla-2.18.3"</code> + </resolution> + <references> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2173">CAN-2005-2173</uri> + <uri link="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2174">CAN-2005-2174</uri> + <uri link="http://www.bugzilla.org/security/2.18.1/">Bugzilla Security Advisory</uri> + </references> + <metadata tag="requester" timestamp="Tue, 12 Jul 2005 07:49:18 +0000"> + vorlon078 + </metadata> + <metadata tag="bugReady" timestamp="Tue, 12 Jul 2005 08:01:09 +0000"> + koon + </metadata> + <metadata tag="submitter" timestamp="Tue, 12 Jul 2005 08:53:54 +0000"> + DerCorny + </metadata> +</glsa> |