1. Gentoo Linux Security Advisory
| Advisory Reference | GLSA 200611-04 / bugzilla |
| Release Date | November 09, 2006 |
| Latest Revision | November 09, 2006: 01 |
| Impact | normal |
| Exploitable | remote |
| Package | Vulnerable versions | Unaffected versions | Architecture(s) |
| www-apps/bugzilla | < 2.18.6 | >= 2.18.6 | All supported architectures |
Related bugreports: #151563
Bugzilla is vulnerable to cross-site scripting, script injection, and request forgery.
Bugzilla is a bug tracking system used to allow developers to more easily track outstanding bugs in products.
The vulnerabilities identified in Bugzilla are as follows:
An attacker could inject scripts into the content loaded by a user's browser in order to have those scripts executed in a user's browser in the context of the site currently being viewed. This could include gaining access to privileged session information for the site being viewed. Additionally, a user could forge an HTTP request in order to create, modify, or delete bugs within a Bugzilla instance. Lastly, an unauthorized user could view sensitive information about bugs or bug attachments.
There is no known workaround at this time.
All Bugzilla users should upgrade to the latest version:
Code Listing 3.1: Resolution |
# emerge --sync # emerge --ask --oneshot --verbose ">=www-apps/bugzilla-2.18.6" |