diff options
author | delphij <delphij@FreeBSD.org> | 2006-02-25 03:56:28 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2006-02-25 03:56:28 +0800 |
commit | c9263fe72db1f40ade80ffd1850c6174c5e4e6d6 (patch) | |
tree | c3db8aeac02203dd84e59222af238c6d7f89bfd4 /security | |
parent | 2015efe394da870a1b2244cc6780547e5bfb373d (diff) | |
download | freebsd-ports-gnome-c9263fe72db1f40ade80ffd1850c6174c5e4e6d6.tar.gz freebsd-ports-gnome-c9263fe72db1f40ade80ffd1850c6174c5e4e6d6.tar.zst freebsd-ports-gnome-c9263fe72db1f40ade80ffd1850c6174c5e4e6d6.zip |
Document squirrelmail (< 1.4.6) vulnerabilities:
CVE-2006-0377 (IMAP injection)
CVE-2006-0195 (XSS)
CVE-2006-0188 (XSS)
Approved by: security-officer (simon)
Approved by: portmgr (implicit)
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 115ca8d411b9..62f8d4e90fe8 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,31 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="af9018b6-a4f5-11da-bb41-0011433a9404"> + <topic>squirrelmail -- multiple vulnerabilities</topic> + <affects> + <package> + <name>squirrelmail</name> + <range><lt>1.4.6</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Multiple vulnerabilities has been discovered since 1.4.5, + including IMAP injection as well as some XSS issues.</p> + </body> + </description> + <references> + <cvename>CVE-2006-0377</cvename> + <cvename>CVE-2006-0195</cvename> + <cvename>CVE-2006-0188</cvename> + </references> + <dates> + <discovery>2006-02-23</discovery> + <entry>2006-02-24</entry> + </dates> + </vuln> + <vuln vid="e319da0b-a228-11da-b410-000e0c2e438a"> <topic>gedit -- format string vulnerability</topic> <affects> |