| VuXML ID | Description |
| 2b841f88-2e8d-11e2-ad21-20cf30e32f6d | bugzilla -- multiple vulnerabilities
A Bugzilla Security Advisory reports:
The following security issues have been discovered in
Bugzilla:
Information Leak
If the visibility of a custom field is controlled by a product
or a component of a product you cannot see, their names are
disclosed in the JavaScript code generated for this custom field
despite they should remain confidential.
Calling the User.get method with a 'groups' argument leaks the
existence of the groups depending on whether an error is thrown
or not. This method now also throws an error if the user calling
this method does not belong to these groups (independently of
whether the groups exist or not).
Trying to mark an attachment in a bug you cannot see as obsolete
discloses its description in the error message. The description
of the attachment is now removed from the error message.
Cross-Site Scripting
Due to incorrectly filtered field values in tabular reports,
it is possible to inject code leading to XSS.
A vulnerability in swfstore.swf from YUI2 allows JavaScript
injection exploits to be created against domains that host this
affected YUI .swf file.
Discovery 2012-11-13 Entry 2012-11-14 Modified 2012-11-27 bugzilla
ge 3.6.0 lt 3.6.12
ge 4.0.0 lt 4.0.9
ge 4.2.0 lt 4.2.4
CVE-2012-4199
https://bugzilla.mozilla.org/show_bug.cgi?id=731178
CVE-2012-4198
https://bugzilla.mozilla.org/show_bug.cgi?id=781850
CVE-2012-4197
https://bugzilla.mozilla.org/show_bug.cgi?id=802204
CVE-2012-4189
https://bugzilla.mozilla.org/show_bug.cgi?id=790296
CVE-2012-5881
CVE-2012-5882
CVE-2012-5883
https://bugzilla.mozilla.org/show_bug.cgi?id=808845
http://yuilibrary.com/support/20121030-vulnerability/
|
| 09c87973-8b9d-11e1-b393-20cf30e32f6d | bugzilla -- multiple vulnerabilities
A Bugzilla Security Advisory reports:
The following security issues have been discovered in
Bugzilla:
Unauthorized Access
Due to a lack of proper validation of the X-FORWARDED-FOR
header of an authentication request, an attacker could bypass
the current lockout policy used for protection against brute-
force password discovery. This vulnerability can only be
exploited if the 'inbound_proxies' parameter is set.
Cross Site Scripting
A JavaScript template used by buglist.cgi could be used
by a malicious script to permit an attacker to gain access
to some information about bugs he would not normally be
allowed to see, using the victim's credentials. To be
exploitable, the victim must be logged in when visiting
the attacker's malicious page.
All affected installations are encouraged to upgrade as soon
as possible.
Discovery 2012-04-18 Entry 2012-04-21 bugzilla
ge 3.6.0 lt 3.6.9
ge 4.0.0 lt 4.0.6
CVE-2012-0465
CVE-2012-0466
https://bugzilla.mozilla.org/show_bug.cgi?id=728639
https://bugzilla.mozilla.org/show_bug.cgi?id=745397
|
| 7f448dc1-82ca-11e1-b393-20cf30e32f6d | bugzilla Cross-Site Request Forgery
A Bugzilla Security Advisory reports:
The following security issues have been discovered in
Bugzilla:
- Due to a lack of validation of the enctype form attribute
when making POST requests to xmlrpc.cgi, a possible CSRF
vulnerability was discovered. If a user visits an HTML page
with some malicious HTML code in it, an attacker could make
changes to a remote Bugzilla installation on behalf of the
victim's account by using the XML-RPC API on a site running
mod_perl. Sites running under mod_cgi are not affected.
Also, the user would have had to be already logged in to the
target site for the vulnerability to work.
All affected installations are encouraged to upgrade as soon
as possible.
Discovery 2012-02-22 Entry 2012-04-10 bugzilla
ge 4.0.0 lt 4.0.5
CVE-2012-0453
https://bugzilla.mozilla.org/show_bug.cgi?id=725663
|
| 09c87973-8b9d-11e1-b393-20cf30e32f6d | bugzilla -- multiple vulnerabilities
A Bugzilla Security Advisory reports:
The following security issues have been discovered in
Bugzilla:
Unauthorized Access
Due to a lack of proper validation of the X-FORWARDED-FOR
header of an authentication request, an attacker could bypass
the current lockout policy used for protection against brute-
force password discovery. This vulnerability can only be
exploited if the 'inbound_proxies' parameter is set.
Cross Site Scripting
A JavaScript template used by buglist.cgi could be used
by a malicious script to permit an attacker to gain access
to some information about bugs he would not normally be
allowed to see, using the victim's credentials. To be
exploitable, the victim must be logged in when visiting
the attacker's malicious page.
All affected installations are encouraged to upgrade as soon
as possible.
Discovery 2012-04-18 Entry 2012-04-21 bugzilla
ge 3.6.0 lt 3.6.9
ge 4.0.0 lt 4.0.6
CVE-2012-0465
CVE-2012-0466
https://bugzilla.mozilla.org/show_bug.cgi?id=728639
https://bugzilla.mozilla.org/show_bug.cgi?id=745397
|
| 7f448dc1-82ca-11e1-b393-20cf30e32f6d | bugzilla Cross-Site Request Forgery
A Bugzilla Security Advisory reports:
The following security issues have been discovered in
Bugzilla:
- Due to a lack of validation of the enctype form attribute
when making POST requests to xmlrpc.cgi, a possible CSRF
vulnerability was discovered. If a user visits an HTML page
with some malicious HTML code in it, an attacker could make
changes to a remote Bugzilla installation on behalf of the
victim's account by using the XML-RPC API on a site running
mod_perl. Sites running under mod_cgi are not affected.
Also, the user would have had to be already logged in to the
target site for the vulnerability to work.
All affected installations are encouraged to upgrade as soon
as possible.
Discovery 2012-02-22 Entry 2012-04-10 bugzilla
ge 4.0.0 lt 4.0.5
CVE-2012-0453
https://bugzilla.mozilla.org/show_bug.cgi?id=725663
|
| 6ad18fe5-f469-11e1-920d-20cf30e32f6d | bugzilla -- multiple vulnerabilities
A Bugzilla Security Advisory reports:
The following security issues have been discovered in
Bugzilla:
LDAP Injection
When the user logs in using LDAP, the username is not
escaped when building the uid=$username filter which is
used to query the LDAP directory. This could potentially
lead to LDAP injection.
Directory Browsing
Extensions are not protected against directory browsing
and users can access the source code of the templates
which may contain sensitive data.
Directory browsing is blocked in Bugzilla 4.3.3 only,
because it requires a configuration change in the Apache
httpd.conf file to allow local .htaccess files to use
Options -Indexes. To not break existing installations,
this fix has not been backported to stable branches.
The access to templates is blocked for all supported
branches except the old 3.6 branch, because this branch
doesn't have .htaccess in the bzr repository and cannot
be fixed easily for existing installations without
potentially conflicting with custom changes.
Discovery 2012-08-30 Entry 2012-09-01 bugzilla
ge 3.6.0 lt 3.6.11
ge 4.0.0 lt 4.0.8
ge 4.2.0 lt 4.2.3
CVE-2012-3981
https://bugzilla.mozilla.org/show_bug.cgi?id=785470
https://bugzilla.mozilla.org/show_bug.cgi?id=785522
https://bugzilla.mozilla.org/show_bug.cgi?id=785511
|