vendor:
COMODO Internet Security
by:
Project Zero
7,5
CVSS
HIGH
Buffer Overflow
119
CWE
Product Name: COMODO Internet Security
Affected Version From: 6.2.15068.1057
Affected Version To: 6.2.15068.1057
Patch Exists: YES
Related CWE: N/A
CPE: a:comodo:comodo_internet_security:6.2.15068.1057
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows
2014
Lzx_Decoder::init() Initialization Vulnerability
It is possible for LZX compressed streams to exceed the size of the vector Lzx_Decoder->window which is initialized to a fixed size of 2^method bytes. Writes to the window buffer are bounds checked, but only after the write is completed. This means the overflow still occurs, resulting in memory corruption, and can be corrupted multiple times per stream as a single scan can contain multiple LZX compressed blobs.
Mitigation:
Ensure that the size of the vector Lzx_Decoder->window is large enough to accommodate the LZX compressed streams.