diff options
author | crees <crees@FreeBSD.org> | 2011-12-29 21:04:23 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-12-29 21:04:23 +0800 |
commit | e7d25c9861505242530f3709f16a086270c7794e (patch) | |
tree | 0ae6e84aba0dcdba384d243c270b1b84ddabc403 /security/vuxml | |
parent | 12c388d8b8120deb23c1373f076f1ca9e79934cd (diff) | |
download | freebsd-ports-gnome-e7d25c9861505242530f3709f16a086270c7794e.tar.gz freebsd-ports-gnome-e7d25c9861505242530f3709f16a086270c7794e.tar.zst freebsd-ports-gnome-e7d25c9861505242530f3709f16a086270c7794e.zip |
Document XSS vulnerability in net-mgmt/zabbix-frontend
PR: ports/163691
Obtained from: https://support.zabbix.com/browse/ZBX-4015
Security: ZBX-4015
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 7ea7f9815dd1..edd99a97d96c 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -47,6 +47,32 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="048c77df-3211-11e1-9583-14dae938ec40"> + <topic>zabbix-frontend -- multiple XSS vulnerabilities</topic> + <affects> + <package> + <name>zabbix-frontend</name> + <range><lt>1.8.10,2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Martina Matari reports:</p> + <blockquote cite="https://support.zabbix.com/browse/ZBX-4015"> + <p>These URLs (hostgroups.php, usergrps.php) are vulnerable to + persistent XSS attacks due to improper sanitation of gname + variable when creating user and host groups.</p> + </blockquote> + </body> + </description> + <references> + </references> + <dates> + <discovery>2011-08-04</discovery> + <entry>2011-12-29</entry> + </dates> + </vuln> + <vuln vid="c6521b04-314b-11e1-9cf4-5404a67eef98"> <topic>lighttpd -- remote DoS in HTTP authentication</topic> <affects> |