diff options
author | trhodes <trhodes@FreeBSD.org> | 2004-10-06 01:41:55 +0800 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2004-10-06 01:41:55 +0800 |
commit | 052698e8b3188458137cfd13e1c56c2d6d8c4af4 (patch) | |
tree | 1fc1cfd6c6b0a15d5ec1703aabfa969084f89df1 /security | |
parent | 0cc61f4752480e9cfa4bcb1980ca251005dc75d5 (diff) | |
download | freebsd-ports-gnome-052698e8b3188458137cfd13e1c56c2d6d8c4af4.tar.gz freebsd-ports-gnome-052698e8b3188458137cfd13e1c56c2d6d8c4af4.tar.zst freebsd-ports-gnome-052698e8b3188458137cfd13e1c56c2d6d8c4af4.zip |
Add imp3 issue, add apache13-ssl issue, correct a tag.
Approved by: portmgr
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 237e017281b3..735a471dde17 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,31 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="efc4819b-0b2d-11d9-bfe1-000bdb1444a4"> + <topic>imp3 -- XSS hole in the HTML viewer</topic> + <affects> + <package> + <name>imp3</name> + <range><lt>3.2.6</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The script vulnerabilities can only be exposed with + certain browsers and allow XSS attacks when viewing + HTML messages with the HTML MIME viewer</p> + </body> + </description> + <references> + <url>http://thread.gmane.org/gmane.comp.horde.imp/15488</url> + <url>http://cvs.horde.org/diff.php/imp/docs/CHANGES?r1=1.389.2.109&r2=1.389.2.111&ty=h</url> + </references> + <dates> + <discovery>2004-08-20</discovery> + <entry>2004-10-05</entry> + </dates> + </vuln> + <vuln vid="938f357c-16dd-11d9-bc4a-000c41e2cdad"> <topic>bmon -- unsafe set-user-ID application</topic> <affects> @@ -1294,7 +1319,11 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <affects> <package> <name>apache</name> - <range><le>1.3.31_1</le></range> + <range><lt>1.3.31_1</lt></range> + </package> + <package> + <name>apache13-ssl</name> + <range><le>apache+ssl-1.3.29.1.53_2</le></range> </package> </affects> <description> @@ -1311,7 +1340,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. <dates> <discovery>2004-06-10</discovery> <entry>2004-09-19</entry> - <modified>2004-09-29</modified> + <modified>2004-10-05</modified> </dates> </vuln> |