Files
CVEs-PoC/2017/CVE-2017-8277.md
T
2024-05-26 14:27:05 +02:00

18 lines
731 B
Markdown

### [CVE-2017-8277](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8277)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen)
### Description
In all Qualcomm products with Android releases from CAF using the Linux kernel, in the function msm_dba_register_client, if the client registers failed, it would be freed. However the client was not removed from list. Use-after-free would occur when traversing the list next time.
### POC
#### Reference
No PoCs from references.
#### Github
- https://github.com/guoygang/vul-guoygang