Summary
Fabian Yamaguchi discovered multiple
vulnerabilities in VLC, a multimedia player and streamer:
CVE-2014-9626
The MP4 demuxer, when parsing string boxes, did not properly check the length of the box, leading to a possible integer underflow when using this length value in a call to memcpy(). This could allow remote attackers to cause a denial of service (crash) or arbitrary code execution via crafted MP4 files.
CVE-2014-9627
The MP4 demuxer, when parsing string boxes, did not properly check that the conversion of the box length from 64bit integer to 32bit integer on 32bit platforms did not cause a truncation, leading to a possible buffer overflow. This could allow remote attackers to cause a denial of service (crash) or arbitrary code execution via crafted MP4 files.
CVE-2014-9628
The MP4 demuxer, when parsing string boxes, did not properly check the length of the box, leading to a possible buffer overflow. This could allow remote attackers to cause a denial of service (crash) or arbitrary code execution via crafted MP4 files.
CVE-2014-9629
The Dirac and Schroedinger encoders did not properly check for an integer overflow on 32bit platforms, leading to a possible buffer overflow. This could allow remote attackers to cause a denial of service (crash) or arbitrary code execution.
Solution
For the stable distribution (wheezy),
these problems have been fixed in version 2.0.3-5+deb7u2.
For the upcoming stable distribution (jessie), these problems have been fixed in version 2.2.0~rc2-2.
For the unstable distribution (sid), these problems have been fixed in version 2.2.0~rc2-2.
We recommend that you upgrade your vlc packages.
Insight
VLC is the VideoLAN project's media
player. It plays MPEG, MPEG-2, MPEG-4, DivX, MOV, WMV, QuickTime, WebM, FLAC, MP3, Ogg/Vorbis files, DVDs, VCDs, podcasts, and multimedia streams from various network sources.
Affected
vlc on Debian Linux
Detection
This check tests the installed
software version using the apt package manager.
References
Updated on 2015-03-25
Severity
Classification
-
CVE CVE-2014-9626, CVE-2014-9627, CVE-2014-9628, CVE-2014-9629, CVE-2014-9630 -
CVSS Base Score: 10.0
AV:N/AC:L/Au:N/C:C/I:C/A:C
Related Vulnerabilities