Predictive Vulnerability Intelligence.

Product

  • Product
  • Pricing
  • Documentation

Company

  • About
  • Partnerships
  • Blog
  • Support

Legal

  • Terms
  • Privacy
  • Data Licensing

© 2026 FAUCET Technologies LLC. All rights reserved.

CVE-2017-8246

25
FAUCET Score

CVE-2017-8246 is a use-after-free vulnerability affecting all Android releases from CAF using the Linux kernel. Specifically, a dangling pointer in the msm_pcm_playback_close() function allows freed memory to be accessed by other functions. With a CVSS score of 7.8 (HIGH), this vulnerability could lead to high impact on confidentiality, integrity, and availability, requiring local access and low attack complexity. There is currently no public exploit code available, nor is there any evidence of active exploitation or significant community discussion surrounding this CVE.

Impacted Technologies

VendorProductVersion(s)CPE
Range not provided by sourceCPE matchmatch criteria
cpe:2.3:o:google:android:-:*:*:*:*:*:*:*

CVSS Data

CVSS version used by this source: 3.1

7.8HIGH

CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
LOCAL
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality Impact
HIGH
Integrity Impact
HIGH
Availability Impact
HIGH
Exploitability Score
1.8
Impact Score
5.9
CvssVersion
3.1

Exploit Intelligence

EPSS Score
0.17%
Probability of exploitation in next 30 days
EPSS Percentile
7.0%
Percentile rank of EPSS score among Peer Group
As of 2026-07-27
Model: v2026.06.15
This CVE's current EPSS score of 0.0017 is in the 29th percentile among its peer group of 17,061 CVEs.

Social Chatter

The average CVE in this peer group has 0.0 Twitter, 0.1 Reddit, 0.2 Bluesky, 0.1 Mastodon, and 0.2 GitHub mentions.

Media Mentions

No media coverage found for this CVE.

The average CVE in this peer group has 0.3 InfoSec Media, 0.0 Vendor Blog, and 0.0 Security Researcher mentions.

Remediation

Patch Available

Vendor Patches (5)

microsoftpatch availablevia msrc
Product: cm1 kernel 5.10.57.1-1 on CBL Mariner 1.0Fixed in: -
microsoftpatch availablevia msrc
Product: 16840-16820Fixed in: -
microsoftpatch availablevia msrc
Product: CBL Mariner 1.0 x64Fixed in: 5.10.57.1-1
microsoftpatch availablevia msrc
Product: CBL Mariner 1.0 ARMFixed in: 5.10.57.1-1
googlevendor investigatingvia nvd_reference
View patch

Vendor Advisories (2)

microsoft2020-Sep/CVE-2017-8246

CVE-2017-8246

Sep 8, 2020
microsoft2017-May/CVE-2017-8246Important

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.

May 9, 2017

References

source.android.com / security/bulletin/2017-07-01
Vendor Advisory
codeaurora.org / use-after-free-alsa-pcm-playback-kernel-module-cve-2017-8246
Broken Link