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

|
|

|
|

|
|
|
|
### Description
|
|
|
|
In all Qualcomm products with Android releases from CAF using the Linux kernel, in function msm_compr_ioctl_shared, variable "ddp->params_length" could be accessed and modified by multiple threads, while it is not protected with locks. If one thread is running, while another thread is setting data, race conditions will happen. If "ddp->params_length" is set to a big number, a buffer overflow will occur.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
No PoCs from references.
|
|
|
|
#### Github
|
|
- https://github.com/guoygang/vul-guoygang
|
|
|