vendor:
zeroltevzw
by:
Google Security Research
7,8
CVSS
HIGH
Use-After-Free
416
CWE
Product Name: zeroltevzw
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
2015
Invalid Pointer Free Vulnerability
This vulnerability occurs when a pointer is freed and then used again, leading to a segmentation fault. In this case, the jpg file attached causes an invalid pointer to be freed when media scanning occurs. The backtrace shows that the je_free() function is called from the libc.so library, followed by the free() function, and then the WINKJ_DeleteDeCompress() function from the libQjpeg.so library.
Mitigation:
Ensure that pointers are not freed and then used again.