diff options
author | jsa <jsa@FreeBSD.org> | 2011-04-18 04:31:01 +0800 |
---|---|---|
committer | jsa <jsa@FreeBSD.org> | 2011-04-18 04:31:01 +0800 |
commit | ed99f4e26dfa07f2351a9a0fc143b7bb5c22d3d4 (patch) | |
tree | 804cb2568ac5337aa48835a3fa41061dcf2138ba /security | |
parent | 2c4bdea795667465be6c715dab8c4e2b7534a42f (diff) | |
download | freebsd-ports-gnome-ed99f4e26dfa07f2351a9a0fc143b7bb5c22d3d4.tar.gz freebsd-ports-gnome-ed99f4e26dfa07f2351a9a0fc143b7bb5c22d3d4.tar.zst freebsd-ports-gnome-ed99f4e26dfa07f2351a9a0fc143b7bb5c22d3d4.zip |
Document VideoLAN-SA-1103. Heap corruption in MP4 demultiplexer in VLC.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index c35cbd5be775..f3131055b6a3 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -34,6 +34,32 @@ Note: Please add new entries to the beginning of this file. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="6a4bfe75-692a-11e0-bce7-001eecdd401a"> + <topic>vlc -- Heap corruption in MP4 demultiplexer</topic> + <affects> + <package> + <name>vlc</name> + <range><ge>1.0.0</ge><lt>1.1.9</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>VideoLAN project reports:</p> + <blockquote cite="http://www.videolan.org/security/sa1103.html"> + <p>When parsing some MP4 (MPEG-4 Part 14) files, insufficient + buffer size might lead to corruption of the heap.</p> + </blockquote> + </body> + </description> + <references> + <url>http://www.videolan.org/security/sa1103.html</url> + </references> + <dates> + <discovery>2011-04-07</discovery> + <entry>2011-04-17</entry> + </dates> + </vuln> + <vuln vid="32b05547-6913-11e0-bdc4-001b2134ef46"> <topic>linux-flashplugin -- remote code execution vulnerability</topic> <affects> |