Cyber Resilience

CVE-2025-32318

High

Published: 05 September 2025

Published
05 September 2025
Modified
08 September 2025
KEV Added
Patch
CVSS Score v3.1 8.8 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0015 34.7th percentile
Risk Priority 18 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-32318 is a high-severity Heap-based Buffer Overflow (CWE-122) vulnerability in Google Android. Its CVSS base score is 8.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 34.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified are NIST 800-53 SI-16 (Memory Protection) and SI-2 (Flaw Remediation).

Deeper analysis

CVE-2025-32318 is a heap buffer overflow vulnerability in the Skia graphics library that can result in an out-of-bounds write. Published on 2025-09-05, it is tracked under CWE-122 and affects Skia, a component integrated into Android as detailed in the Android security bulletin for Android 16.

The vulnerability has a CVSS v3.1 base score of 8.8 (AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H), indicating it is exploitable over the network with low complexity by an attacker possessing low privileges, without requiring user interaction. Successful exploitation could lead to remote escalation of privilege, with no additional execution privileges needed, potentially granting high impacts on confidentiality, integrity, and availability.

The Android security bulletin at https://source.android.com/security/bulletin/android-16 provides details on patches and mitigation for affected Android versions.

EU & UK References

Vulnerability details

In Skia, there is a possible out of bounds write due to a heap buffer overflow. This could lead to remote escalation of privilege with no additional execution privileges needed. User interaction is not needed for exploitation.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
Why these techniques?

Heap buffer overflow enabling remote privilege escalation directly matches Exploitation for Privilege Escalation (T1068).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

CVEs Like This One

CVE-2025-26416Same product: Google Android
CVE-2024-56192Same product: Google Android
CVE-2025-48602Same product: Google Android
CVE-2026-0124Same product: Google Android
CVE-2024-49738Same product: Google Android
CVE-2024-40651Same product: Google Android
CVE-2026-0023Same product: Google Android
CVE-2025-48574Same product: Google Android
CVE-2025-48647Same product: Google Android
CVE-2025-48646Same product: Google Android

Affected Assets

google
android
16.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly mitigates CVE-2025-32318 by requiring timely patching of the heap buffer overflow vulnerability in the Skia library as detailed in the Android security bulletin.

prevent

Implements memory protection mechanisms such as address space layout randomization and data execution prevention to block exploitation of the out-of-bounds write in Skia.

detect

Enables vulnerability scanning to identify the presence of CVE-2025-32318 in Skia components, supporting proactive remediation efforts.

References