diff options
author | wxs <wxs@FreeBSD.org> | 2008-05-29 06:26:47 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-05-29 06:26:47 +0800 |
commit | 1b408eb656290128b6a62c756933b6ec848778ed (patch) | |
tree | 37d30b3caee08986943582419e16b55e9d8a4eeb /security | |
parent | 005fd839794c4ddb04bc5aa4d77d3c07136cd1de (diff) | |
download | freebsd-ports-gnome-1b408eb656290128b6a62c756933b6ec848778ed.tar.gz freebsd-ports-gnome-1b408eb656290128b6a62c756933b6ec848778ed.tar.zst freebsd-ports-gnome-1b408eb656290128b6a62c756933b6ec848778ed.zip |
Document XSS vulnerabilities in nagios and nagios-devel.
PR: ports/123893 ports/123894
Submitted by: Jarrod Sayers <jarrod@netleader.com.au> (maintainer)
Reviewed by: miwi
Approved by: garga (mentor, implicit)
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 39b8f046f4aa..364570f8be97 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,39 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="fbd7aa81-2cc1-11dd-8cfb-00e0815b8da8"> + <topic>Nagios -- Cross Site Scripting Vulnerability</topic> + <affects> + <package> + <name>nagios</name> + <range><lt>2.12</lt></range> + </package> + <package> + <name>nagios-devel</name> + <range><lt>3.0.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Secunia reports:</p> + <blockquote cite="http://secunia.com/advisories/30283"> + <p>A vulnerability has been reported in Nagios, which can be + exploited by malicious people to conduct cross-site scripting + attacks.</p> + </blockquote> + </body> + </description> + <references> + <bid>29140</bid> + <cvename>CVE-2007-5803</cvename> + <url>http://secunia.com/advisories/30283</url> + </references> + <dates> + <discovery>2008-05-20</discovery> + <entry>2008-05-28</entry> + </dates> + </vuln> + <vuln vid="555ac165-2bee-11dd-bbdc-00e0815b8da8"> <topic>spamdyke -- open relay</topic> <affects> |