Your message dated Fri, 09 Mar 2007 13:02:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#414072: fixed in xine-lib 1.1.2+dfsg-3
has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere. Please contact me immediately.)
Debian bug tracking system administrator
(administrator, Debian Bugs database)
--- Begin Message ---
Package: xine-lib
Version: 1.1.2+dfsg-2
Severity: grave
Tags: patch, security
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-1246 says:
"The DMO_VideoDecoder_Open function in loader/dmo/DMO_VideoDecoder.c in
MPlayer 1.0rc1 and earlier does not set the biSize before use in a
memcpy, which allows user-assisted remote attackers to cause a buffer
overflow and possibly execute arbitrary code."
xine-lib has a copy of this code in src/libw32dll/. Attached is the
(tiny) patch I used in Ubuntu for 1.1.2.
--
Kees Cook @outflux.net
--- xine-lib-1.1.2+repacked1.orig/src/libw32dll/dmo/DMO_VideoDecoder.c
+++ xine-lib-1.1.2+repacked1/src/libw32dll/dmo/DMO_VideoDecoder.c
@@ -118,6 +118,7 @@
this->iv.m_bh = (BITMAPINFOHEADER*)malloc(bihs);
memcpy(this->iv.m_bh, format, bihs);
+ this->iv.m_bh->biSize = bihs;
this->iv.m_State = STOP;
//this->iv.m_pFrame = 0;
--- End Message ---
--- Begin Message ---
Source: xine-lib
Source-Version: 1.1.2+dfsg-3
We believe that the bug you reported is fixed in the latest version of
xine-lib, which is due to be installed in the Debian FTP archive:
libxine-dev_1.1.2+dfsg-3_i386.deb
to pool/main/x/xine-lib/libxine-dev_1.1.2+dfsg-3_i386.deb
libxine1-dbg_1.1.2+dfsg-3_i386.deb
to pool/main/x/xine-lib/libxine1-dbg_1.1.2+dfsg-3_i386.deb
libxine1_1.1.2+dfsg-3_i386.deb
to pool/main/x/xine-lib/libxine1_1.1.2+dfsg-3_i386.deb
xine-lib_1.1.2+dfsg-3.diff.gz
to pool/main/x/xine-lib/xine-lib_1.1.2+dfsg-3.diff.gz
xine-lib_1.1.2+dfsg-3.dsc
to pool/main/x/xine-lib/xine-lib_1.1.2+dfsg-3.dsc
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Reinhard Tartler <[EMAIL PROTECTED]> (supplier of updated xine-lib package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.7
Date: Fri, 9 Mar 2007 09:37:43 +0100
Source: xine-lib
Binary: libxine1-dbg libxine-dev libxine1
Architecture: source i386
Version: 1.1.2+dfsg-3
Distribution: unstable
Urgency: high
Maintainer: Siggi Langauf <[EMAIL PROTECTED]>
Changed-By: Reinhard Tartler <[EMAIL PROTECTED]>
Description:
libxine-dev - the xine video player library, development packages
libxine1 - the xine video/media player library, binary files
libxine1-dbg - the xine video/media player library, debug data
Closes: 414072
Changes:
xine-lib (1.1.2+dfsg-3) unstable; urgency=high
.
* [CVE-2007-1246]: DMO decoder heap allocation overflow. Thanks for the
patch, Kees Cook and A Mennucc! (Closes: #414072)
Files:
5732f4ea10f3cd0db310edf4adf413dd 1561 libs optional xine-lib_1.1.2+dfsg-3.dsc
546dd00f9bafad8c9bdcd6ca6206eacd 19273 libs optional
xine-lib_1.1.2+dfsg-3.diff.gz
2305bfbfcb18dd9ef3a6f833bda3c5b8 119766 libdevel optional
libxine-dev_1.1.2+dfsg-3_i386.deb
96edc2a08c7f51d2340c9af2a3029131 3374670 libs optional
libxine1_1.1.2+dfsg-3_i386.deb
37c4f6d0906ddbf84f54a8b352dc99bc 3967838 libs extra
libxine1-dbg_1.1.2+dfsg-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Debian Powered!
iD8DBQFF8Vn4mAg1RJRTSKQRAugeAJ9v3QO8qVy8uUkkrkHT0zWnhrWq6gCfSQia
UnS/Xw9ePTK7LhSWWuhBAPk=
=BPlI
-----END PGP SIGNATURE-----
--- End Message ---