blob: 96399958d878ab0025e6dc10586674cfa50155c7 (
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
71
72
73
74
75
76
77
78
79
80
81
82
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE glsa SYSTEM "http://www.gentoo.org/dtd/glsa.dtd">
<glsa id="200709-18">
<title>Bugzilla: Multiple vulnerabilities</title>
<synopsis>
Bugzilla contains several vulnerabilities, some of them possibly leading to
the remote execution of arbitrary code.
</synopsis>
<product type="ebuild">bugzilla</product>
<announced>2007-09-30</announced>
<revised count="03">2009-05-28</revised>
<bug>190112</bug>
<access>remote</access>
<affected>
<package name="www-apps/bugzilla" auto="yes" arch="*">
<unaffected range="rge">2.20.5</unaffected>
<unaffected range="rge">2.22.3</unaffected>
<unaffected range="ge">3.0.1</unaffected>
<unaffected range="rge">2.22.5</unaffected>
<unaffected range="rge">2.20.6</unaffected>
<vulnerable range="lt">3.0.1</vulnerable>
</package>
</affected>
<background>
<p>
Bugzilla is a web application designed to help with managing software
development.
</p>
</background>
<description>
<p>
Masahiro Yamada found that from the 2.17.1 version, Bugzilla does not
properly sanitize the content of the "buildid" parameter when filing
bugs (CVE-2007-4543). The next two vulnerabilities only affect Bugzilla
2.23.3 or later, hence the stable Gentoo Portage tree does not contain
these two vulnerabilities: Loic Minier reported that the
"Email::Send::Sendmail()" function does not properly sanitise "from"
email information before sending it to the "-f" parameter of
/usr/sbin/sendmail (CVE-2007-4538), and Frederic Buclin discovered that
the XML-RPC interface does not correctly check permissions in the
time-tracking fields (CVE-2007-4539).
</p>
</description>
<impact type="high">
<p>
A remote attacker could trigger the "buildid" vulnerability by sending
a specially crafted form to Bugzilla, leading to a persistent XSS, thus
allowing for theft of credentials. With Bugzilla 2.23.3 or later, an
attacker could also execute arbitrary code with the permissions of the
web server by injecting a specially crafted "from" email address and
gain access to normally restricted time-tracking information through
the XML-RPC service.
</p>
</impact>
<workaround>
<p>
There is no known workaround at this time.
</p>
</workaround>
<resolution>
<p>
All Bugzilla users should upgrade to the latest version:
</p>
<code>
# emerge --sync
# emerge --ask --oneshot --verbose www-apps/bugzilla</code>
</resolution>
<references>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4538">CVE-2007-4538</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4539">CVE-2007-4539</uri>
<uri link="https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-4543">CVE-2007-4543</uri>
</references>
<metadata tag="requester" timestamp="2007-09-12T09:19:32Z">
p-y
</metadata>
<metadata tag="submitter" timestamp="2007-09-13T16:25:04Z">
falco
</metadata>
<metadata tag="bugReady" timestamp="2007-09-14T08:36:10Z">
falco
</metadata>
</glsa>
|