summaryrefslogtreecommitdiff
blob: c7886bba68b32c5beb21cc86f293d93f216a5888 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<?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>2005-07-13</announced>
  <revised count="01">2005-07-13</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 "&gt;=www-apps/bugzilla-2.18.3"</code>
  </resolution>
  <references>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2173">CAN-2005-2173</uri>
    <uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2174">CAN-2005-2174</uri>
    <uri link="https://www.bugzilla.org/security/2.18.1/">Bugzilla Security Advisory</uri>
  </references>
  <metadata tag="requester" timestamp="2005-07-12T07:49:18Z">
    vorlon078
  </metadata>
  <metadata tag="bugReady" timestamp="2005-07-12T08:01:09Z">
    koon
  </metadata>
  <metadata tag="submitter" timestamp="2005-07-12T08:53:54Z">
    DerCorny
  </metadata>
</glsa>