diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-09 22:07:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-09 22:07:47 +0800 |
commit | efac3416a525d2fa8d42d4a4a9f9fe897c1be8fd (patch) | |
tree | b7355e591988c9dff12968e2be651180de980b2e | |
parent | 2c903749c6ad4b116aadd58fa5cf3a92a5f2d42d (diff) | |
download | freebsd-ports-gnome-efac3416a525d2fa8d42d4a4a9f9fe897c1be8fd.tar.gz freebsd-ports-gnome-efac3416a525d2fa8d42d4a4a9f9fe897c1be8fd.tar.zst freebsd-ports-gnome-efac3416a525d2fa8d42d4a4a9f9fe897c1be8fd.zip |
- Document webmin -- cross site scripting
Reviewed by: simon@
-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> |