diff options
author | miwi <miwi@FreeBSD.org> | 2007-06-07 16:42:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-06-07 16:42:02 +0800 |
commit | 86f6b228e50b59a6ee8ef5df46ebf09b4c1cbd8e (patch) | |
tree | 04cfd6d4cb944602e5f00cae057626a667284163 | |
parent | 5fb335e29f0a8116e70282dbf9ea0f4d413ac72a (diff) | |
download | freebsd-ports-gnome-86f6b228e50b59a6ee8ef5df46ebf09b4c1cbd8e.tar.gz freebsd-ports-gnome-86f6b228e50b59a6ee8ef5df46ebf09b4c1cbd8e.tar.zst freebsd-ports-gnome-86f6b228e50b59a6ee8ef5df46ebf09b4c1cbd8e.zip |
- Document mplayer -- cddb stack overflow.
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 d6a88f5b7960..07c44a4189ed 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="3ac80dd2-14df-11dc-bcfc-0016179b2dd5"> + <topic>mplayer -- cddb stack overflow</topic> + <affects> + <package> + <name>mplayer</name> + <range><lt>0.99.10_8</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Mplayer Team reports:</p> + <blockquote cite="http://www.mplayerhq.hu/design7/news.html"> + <p>A stack overflow was found in the code used to handle cddb queries. + When copying the album title and category, no checking was performed + on the size of the strings before storing them in a fixed-size array. + A malicious entry in the database could trigger a stack overflow in + the program, leading to arbitrary code execution with the uid of the + user running MPlayer.</p> + </blockquote> + </body> + </description> + <references> + <bid>24302</bid> + <cvename>CVE-2007-2948</cvename> + </references> + <dates> + <discovery>2007-06-06</discovery> + <entry>2007-06-07</entry> + </dates> + </vuln> + <vuln vid="d9405748-1342-11dc-a35c-001485ab073e"> <topic>mod_jk -- information disclosure</topic> <affects> |