CVE-2017-8246
Last modified
CVE-2017-8246 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In function msm_pcm_playback_close() in all Android releases from CAF using the Linux kernel, prtd is assigned substream->runtime->private_data. Later, prtd is freed. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
Description
In function msm_pcm_playback_close() in all Android releases from CAF using the Linux kernel, prtd is assigned substream->runtime->private_data. Later, prtd is freed. However, prtd is not sanitized and set to NULL, resulting in a dangling pointer. There are other functions that access the same memory (substream->runtime->private_data) with a NULL check, such as msm_pcm_volume_ctl_put(), which means this freed memory could be used.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Android | All versions |
References
- https://source.android.com/security/bulletin/2017-07-01Vendor Advisory
- https://source.android.com/security/bulletin/2017-07-01Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2017-8246?
How severe is CVE-2017-8246?
How do I fix CVE-2017-8246?
Are you affected by CVE-2017-8246?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
