Bugzilla: Multiple Vulnerabilities

Security Team  Contact Address

Updated November 09, 2006

1.  Gentoo Linux Security Advisory

Version Information

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

Synopsis

Bugzilla is vulnerable to cross-site scripting, script injection, and request forgery.

2.  Impact Information

Background

Bugzilla is a bug tracking system used to allow developers to more easily track outstanding bugs in products.

Description

The vulnerabilities identified in Bugzilla are as follows:

Impact

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.

3.  Resolution Information

Workaround

There is no known workaround at this time.

Resolution

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"

4.  References