CVE-2012-1499: Buffer Overflow
An out-of heap-based buffer write flaw was found in the way JP2, the JPEG-2000 file format reader / writer of the OpenJPEG, an open-source JPEG 2000 codec, performed processing of palette information, present in JP2 Header Box for certain JPEG 2000 format images. A remote attacker could provide a JPEG 2000 format image file with specially-crafted value of palette index, which once processed by the JPEG 2000 decoder would leak to JPEG 2000 decoder crash, or, potentially arbitrary code execution with the privileges of the user running the decoder.
References: [1] http://technet.microsoft.com/en-us/security/msvr/msvr12-004 [2] https://secunia.com/advisories/48498/
Possible upstream patch, but it references MSVR-11-117 id instead of MSVR12-004. We need to confirm both refer to the same issue:
[3] http://code.google.com/p/openjpeg/source/detail?r=1330
Other sources
The JPEG 2000 codec (jp2.c) in OpenJPEG before 1.5 allows remote attackers to execute arbitrary code via a crafted palette index in a CMAP record of a JPEG image, which triggers memory corruption, aka "out-of heap-based buffer write."
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2012-1499?
CVE-2012-1499 is classified as a high severity vulnerability due to its potential to allow remote code execution from specially crafted JPEG 2000 files.
How do I fix CVE-2012-1499?
To fix CVE-2012-1499, upgrade OpenJPEG to version 1.5 or later where the vulnerability is addressed.
What software is affected by CVE-2012-1499?
CVE-2012-1499 affects OpenJPEG versions up to and including 1.4 and specifically 1.3.
Can CVE-2012-1499 be exploited remotely?
Yes, CVE-2012-1499 can be exploited remotely through malicious JPEG 2000 files.
What type of attack does CVE-2012-1499 enable?
CVE-2012-1499 enables a buffer overflow attack, potentially leading to remote code execution.