Cyber Resilience

CVE-2025-0081

Google Android 12.0 … 15.0

Published
26 August 2025
Modified
17 June 2026
Patch / advisory
CVSS Score v3.1 7.5
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
EPSS Score 0.0037 30th percentile
Risk Priority 60 floored blend · peak EPSS

Summary

CVE-2025-0081 is a high-severity Use of Uninitialized Variable (CWE-457) vulnerability in Google Android. Its CVSS base score is 7.5 (High).

Operationally, ranked at the 30th 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 SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.

Deeper analysis AI-assisted summary

Synthesised by an AI model from the NVD description and linked references — a reading aid, not an authoritative source.

The vulnerability CVE-2025-0081 stems from use of uninitialized data in the dng_lossless_decoder::HuffDecode function of dng_lossless_jpeg.cpp within the DNG SDK. This flaw resides in Android's external DNG processing component and can produce a crash when decoding certain lossless JPEG streams.

An unauthenticated remote attacker can trigger the condition by supplying a malicious DNG image over the network. Successful exploitation yields a denial-of-service outcome that requires no user interaction and no additional execution privileges, consistent with the CVSS 7.5 rating that emphasizes high availability impact.

The March 2025 Android security bulletin and the referenced commit in the platform/external/dng_sdk repository describe the fix as explicit initialization of decoder state before Huffman decoding proceeds.

EPSS remains flat at 0.0125 with no material rise after disclosure.

EU & UK References

Vulnerability Data

In dng_lossless_decoder::HuffDecode of dng_lossless_jpeg.cpp, there is a possible way to cause a crash due to uninitialized data. This could lead to remote denial of service with no additional execution privileges needed. User interaction is not needed for exploitation.

CWE(s)

Related Threats

CVEs Like This One

CVE-2025-48543Same product: Google Android
CVE-2025-36891Same product: Google Android
CVE-2023-40088Same product: Google Android
CVE-2023-21184Same product: Google Android
CVE-2024-43077Same product: Google Android
CVE-2026-14008Same product: Google Android
CVE-2024-43088Same product: Google Android
CVE-2023-21401Same product: Google Android
CVE-2025-48653Same product: Google Android
CVE-2024-47021Same product: Google Android

Affected Assets

google
android
12.0, 12.1, 13.0, 14.0, 15.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

Developer testing and static analysis directly find uses of uninitialized variables before deployment.

Documented development standards and tools can enforce initialization requirements in code.

Engineering principles can mandate explicit variable initialization to avoid uninitialized use.

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 catch uninitialized-variable defects via static analysis and code review while the control encompasses many additional development controls.

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.

finds

Security testing can detect uninitialized-variable bugs, but the control is broader.

prevents

Secure development life cycle mandates practices that reduce uninitialized-variable defects.

prevents

Application security requirements can specify initialization rules, but the control itself does not directly address the weakness.

prevents

Secure coding explicitly requires variable initialization and static-analysis checks.

none

Secure architecture principles encourage defensive coding that can mitigate uninitialized variables.

References