Cyber Resilience

CVE-2025-48539

Memory Safety in Google Android 15.0 … 16.0

Published
04 September 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 8.0
Click a component to see what it means
Raw vectorCVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0024 16th percentile
Risk Priority 55 floored blend · peak EPSS

Summary

CVE-2025-48539 is a high-severity Use After Free (CWE-416) vulnerability in Google Android. Its CVSS base score is 8.0 (High).

Operationally, ranked at the 16th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to SI-16 (Memory Protection) and SC-39 (Process Isolation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

In SendPacketToPeer of acl_arbiter.cc, there is a possible out of bounds read due to a use after free. This could lead to remote (proximal/adjacent) code execution with no additional execution privileges needed. User interaction is not needed for exploitation.

CWE(s)

Related Threats

CVEs Like This One

CVE-2023-35693Same product: Google Android
CVE-2024-31339Same product: Google Android
CVE-2025-48543Same product: Google Android
CVE-2024-34748Same product: Google Android
CVE-2024-47040Same product: Google Android
CVE-2024-27213Same product: Google Android
CVE-2023-35658Same product: Google Android
CVE-2023-21395Same product: Google Android
CVE-2025-22408Same product: Google Android
CVE-2023-40114Same product: Google Android

Affected Assets

google
android
15.0, 16.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
Detect
Catch it (NIST detect / respond)
  • SI-4 System Monitoring
Harden
Shrink the surface (DISA STIG)
  • 3 hardening rules · 3 OS baselines
Validate
Prove the fix (OWASP ASVS)
  • V1.4.3

Mitigating Controls (NIST 800-53 r5) AI

prevent

Memory Protection directly mitigates use-after-free bugs by enforcing bounds checking and preventing out-of-bounds reads that lead to RCE.

prevent

Process Isolation limits the blast radius of a UAF in acl_arbiter.cc so that memory corruption cannot easily escalate to full remote code execution.

detect

System Monitoring can detect anomalous memory access patterns or unexpected behavior resulting from exploitation of the use-after-free condition.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly incorporate memory-safety tooling and reviews that prevent most use-after-free defects.

ID.RA-01 partial match
prevents

Vulnerability identification processes can discover use-after-free issues via scanning or analysis but do not prevent their introduction.

PR.PS-02 partial match
prevents

Routine patching removes known use-after-free instances after they have been introduced in released software.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing in development can detect use-after-free bugs before release.

prevents

Secure SDLC mandates memory-safety practices that reduce use-after-free defects.

prevents

Application security requirements can specify memory-management rules that mitigate use-after-free.

prevents

Secure architecture principles include memory-safety design choices that limit use-after-free exposure.

prevents

Secure coding standards directly prescribe avoidance of use-after-free patterns.

prevents

Change-management processes help ensure memory-safety fixes are deployed consistently.

References