diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-06-09 14:07:47 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-06-09 14:07:47 +0000 |
commit | 8fd707f9daeb504d4f26de30741363d5f890da2b (patch) | |
tree | aac7a38d2c9b7964388c8a1484fc996707a07edd /security/vuxml | |
parent | 032d935bc4acead4b3e3b4f0db9c06440e90868d (diff) | |
download | ports-8fd707f9daeb504d4f26de30741363d5f890da2b.tar.gz ports-8fd707f9daeb504d4f26de30741363d5f890da2b.zip |
- Document webmin -- cross site scripting
Reviewed by: simon@
Notes
Notes:
svn path=/head/; revision=193108
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 4fa368ce2e2e..7e99dc615a74 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,37 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="12b7286f-16a2-11dc-b803-0016179b2dd5"> + <topic>webmin -- cross site scripting vulnerability</topic> + <affects> + <package> + <name>webmin</name> + <range><lt>1.350</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Secunia reports:</p> + <blockquote cite="http://secunia.com/advisories/25580/"> + <p>Input passed to unspecified parameters in pam_login.cgi + is not properly sanitised before being returned to the + user. This can be exploited to execute arbitrary HTML and + script code in a user's browser session in context of an + affected site.</p> + </blockquote> + </body> + </description> + <references> + <bid>24381</bid> + <url>http://secunia.com/advisories/25580/</url> + <url>http://www.webmin.com/changes-1.350.html</url> + </references> + <dates> + <discovery>2007-06-01</discovery> + <entry>2007-06-09</entry> + </dates> + </vuln> + <vuln vid="3ac80dd2-14df-11dc-bcfc-0016179b2dd5"> <topic>mplayer -- cddb stack overflow</topic> <affects> |