diff options
author | nectar <nectar@FreeBSD.org> | 2004-08-31 22:55:48 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2004-08-31 22:55:48 +0800 |
commit | fde85eb694ab2604aab5fc2760528774122bf446 (patch) | |
tree | 984d55b6ea5fcd4ad8430ca870693fffadb08bd4 /security | |
parent | 9d4c2e84f9070f34faa560f1546b25414ac1e058 (diff) | |
download | freebsd-ports-gnome-fde85eb694ab2604aab5fc2760528774122bf446.tar.gz freebsd-ports-gnome-fde85eb694ab2604aab5fc2760528774122bf446.tar.zst freebsd-ports-gnome-fde85eb694ab2604aab5fc2760528774122bf446.zip |
Document imlib2 BMP decoder bug.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index ef61909c34a0..91f2c57e96fb 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,33 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="ba005226-fb5b-11d8-9837-000c41e2cdad"> + <topic>imlib2 -- BMP decoder buffer overflow</topic> + <affects> + <package> + <name>imlib2</name> + <range><le>1.1.1</le></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Marcus Meissner discovered that imlib2's BMP decoder would + crash when loading the test BMP file created by Chris Evans + for testing the previous Qt vulnerability. There appears to + be both a stack-based and a heap-based buffer overflow that + are believed to be exploitable for arbitrary code execution.</p> + </body> + </description> + <references> + <cvename>CAN-2004-0802</cvename> + <url>http://cvs.sourceforge.net/viewcvs.py/enlightenment/e17/libs/imlib2/ChangeLog?rev=1.20&view=markup</url> + </references> + <dates> + <discovery>2004-08-31</discovery> + <entry>2004-08-31</entry> + </dates> + </vuln> + <vuln vid="b6cad7f3-fb59-11d8-9837-000c41e2cdad"> <topic>ImageMagick -- BMP decoder buffer overflow</topic> <affects> |