vendor:
LG Parser MKV
by:
Project Zero
8,8
CVSS
HIGH
Failure to initialise pointers
457
CWE
Product Name: LG Parser MKV
Affected Version From: N/A
Affected Version To: N/A
Patch Exists: YES
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Android
2017
Failure to initialise pointers in mkvparser::Tracks constructor
The constructor mkvparser::Tracks::Tracks() fails to handle parsing failures correctly. If the parsing of the Track object fails, the pointers are left uninitialised. Subsequent code will then dereference and use the uninitialised pointers, which can lead to a crash.
Mitigation:
Ensure that the parsing of the Track object is handled correctly and that the pointers are initialised correctly.