mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-09 19:17:37 +02:00
18 lines
731 B
Markdown
18 lines
731 B
Markdown
### [CVE-2017-8277](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-8277)
|
|

|
|

|
|

|
|
|
|
### 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
|
|
|