Files
CVEs-PoC/2015/CVE-2015-9162.md
T
2025-09-29 21:09:30 +02:00

18 lines
918 B
Markdown

### [CVE-2015-9162](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-9162)
![](https://img.shields.io/static/v1?label=Product&message=Snapdragon%20Mobile&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=SD%20410%2F12%2C%20SD%20617%2C%20SD%20650%2F52%2C%20SD%20800%2C%20SD%20808%2C%20SD%20810%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=Use%20after%20Free%20in%20Core.&color=brightgreen)
### Description
In Android before 2018-04-05 or earlier security patch level on Qualcomm Snapdragon Mobile SD 410/12, SD 617, SD 650/52, SD 800, SD 808, and SD 810, in the function "Certificate_CreateWithBuffer" in the QSEE app TQS, in case of memory allocation failure, we free the memory and return the pointer without setting it to NULL.
### POC
#### Reference
- http://www.securityfocus.com/bid/103671
#### Github
No PoCs found on GitHub currently.