diff options
author | Tom Rhodes <trhodes@FreeBSD.org> | 2004-10-05 17:41:55 +0000 |
---|---|---|
committer | Tom Rhodes <trhodes@FreeBSD.org> | 2004-10-05 17:41:55 +0000 |
commit | 046685db3008180a46e1875d3462e57684c6e470 (patch) | |
tree | 0087aea5d0dfdc4b25aae60b623b2a8bac0fa195 /security | |
parent | ca9a79470c3d64fb429a8f25b2812d2512018843 (diff) | |
download | ports-046685db3008180a46e1875d3462e57684c6e470.tar.gz ports-046685db3008180a46e1875d3462e57684c6e470.zip |
Notes
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> |