diff options
author | eadler <eadler@FreeBSD.org> | 2011-09-05 23:55:38 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-09-05 23:55:38 +0800 |
commit | 3dbc1b74ea64bc870be5be4e694179f4466f6ecb (patch) | |
tree | 1b9d38ee55e2ea0e5d95779cf89c16dbc4908c24 /security | |
parent | a0203ba18334216aeaeee0416f8bb14e43f8c162 (diff) | |
download | freebsd-ports-gnome-3dbc1b74ea64bc870be5be4e694179f4466f6ecb.tar.gz freebsd-ports-gnome-3dbc1b74ea64bc870be5be4e694179f4466f6ecb.tar.zst freebsd-ports-gnome-3dbc1b74ea64bc870be5be4e694179f4466f6ecb.zip |
- Update to 1.2.7
PR: ports/160368
Submitted by: gjb
Approved by: dvl (maintainer), bapt (mentor)
Security: CVE-2011-2938
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 9f1faedfc2a7..46711d790a53 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,30 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="a83f25df-d775-11e0-8bf1-003067b2972c"> + <topic>XSS issue in MantisBT</topic> + <affects> + <package> + <name>mantis</name> + <range><ge>1.2.0</ge><lt>1.2.7</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <blockquote cite="http://www.mantisbt.org/blog/?p=142"> + Net.Edit0r from BlACK Hat Group reported an XSS issue in search.php. All MantisBT users (including anonymous users that are not logged in to public bug trackers) could be impacted by this vulnerability. + </blockquote> + </body> + </description> + <references> + <freebsdpr>ports/160368</freebsdpr> + <cvename>CVE-2011-2938</cvename> + </references> + <dates> + <discovery>2011-08-18</discovery> + <entry>2011-09-05</entry> + </dates> + </vuln> <vuln vid="e55f948f-d729-11e0-abd1-0017f22d6707"> <topic>security/cfs -- buffer overflow</topic> <affects> |