diff options
Diffstat (limited to 'security/vuxml')
-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> |