diff options
author | nectar <nectar@FreeBSD.org> | 2005-01-25 02:45:43 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2005-01-25 02:45:43 +0800 |
commit | c03d4c3815c8c08a200f6b3ca11a1f7774ec8708 (patch) | |
tree | c4346659caa44c1f5181dc669eb00fdf27783022 | |
parent | f2ae4d81a7f257dbb0c61a8ca660d1ee1b36a56b (diff) | |
download | freebsd-ports-gnome-c03d4c3815c8c08a200f6b3ca11a1f7774ec8708.tar.gz freebsd-ports-gnome-c03d4c3815c8c08a200f6b3ca11a1f7774ec8708.tar.zst freebsd-ports-gnome-c03d4c3815c8c08a200f6b3ca11a1f7774ec8708.zip |
Document Bugzilla XSS issue.
-rw-r--r-- | security/vuxml/vuln.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index f513e5b93232..1c8d42d7a5ac 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,41 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="97c3a452-6e36-11d9-8324-000a95bc6fae"> + <topic>bugzilla -- cross-site scripting vulnerability</topic> + <affects> + <package> + <name>bugzilla</name> + <name>ja-bugzilla</name> + <range><lt>2.16.8</lt></range> + <range><ge>2.17.*</ge><lt>2.18</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>A Bugzilla advisory states:</p> + <blockquote cite="http://www.bugzilla.org/security/2.16.7-nr/"> + <p>This advisory covers a single cross-site scripting issue + that has recently been discovered and fixed in the + Bugzilla code: If a malicious user links to a Bugzilla + site using a specially crafted URL, a script in the error + page generated by Bugzilla will display the URL unaltered + in the page, allowing scripts embedded in the URL to + execute.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CAN-2004-1061</cvename> + <url>http://www.bugzilla.org/security/2.16.7-nr/</url> + <url>https://bugzilla.mozilla.org/show_bug.cgi?id=272620</url> + </references> + <dates> + <discovery>2004-12-01</discovery> + <entry>2005-01-24</entry> + </dates> + </vuln> + <vuln vid="b0911985-6e2a-11d9-9557-000a95bc6fae"> <topic>web browsers -- window injection vulnerabilities</topic> <affects> |