Cyber Posture

CVE-2026-24450

HighPublic PoC

Published: 07 April 2026

Published
07 April 2026
Modified
10 April 2026
KEV Added
Patch
CVSS Score 8.1 CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0006 18.0th percentile
Risk Priority 16 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-24450 is a high-severity Integer Overflow or Wraparound (CWE-190) vulnerability in Libraw Libraw. Its CVSS base score is 8.1 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 18.0th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly requires timely patching of the integer overflow vulnerability in LibRaw to prevent heap buffer overflows from malicious DNG files.

prevent

Mandates validation of image file inputs to block specially crafted malicious DNG files from triggering the overflow during processing.

prevent

Provides memory protection mechanisms that mitigate exploitation of the heap buffer overflow even if a malformed DNG file is processed.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1204.002 Malicious File Execution
An adversary may rely upon a user opening a malicious file in order to gain execution.
Why these techniques?

Integer overflow in LibRaw DNG parser enables RCE via crafted image files supplied to network-facing or automated image-processing applications (T1190) or via malicious file delivery (T1204.002).

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

NVD Description

An integer overflow vulnerability exists in the uncompressed_fp_dng_load_raw functionality of LibRaw Commit 8dc68e2. A specially crafted malicious file can lead to a heap buffer overflow. An attacker can provide a malicious file to trigger this vulnerability.

Deeper analysisAI

CVE-2026-24450 is an integer overflow vulnerability (CWE-190) in the uncompressed_fp_dng_load_raw functionality of LibRaw at commit 8dc68e2. The flaw occurs when processing a specially crafted malicious DNG file, leading to a heap buffer overflow. LibRaw is a popular open-source library used for reading RAW image files, including Adobe's Digital Negative (DNG) format, and is integrated into various image processing applications and tools.

The vulnerability has a CVSS v3.1 base score of 8.1 (AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H), indicating it is exploitable over the network with high attack complexity but no privileges or user interaction required. An attacker can supply a malicious DNG file to a vulnerable LibRaw instance—such as in applications that automatically process images from untrusted sources like email attachments, web uploads, or shared storage—potentially achieving remote code execution, data corruption, or denial of service through the resulting heap overflow.

Mitigation details are available in the Talos Intelligence advisory at https://talosintelligence.com/vulnerability_reports/TALOS-2026-2363. Security practitioners should update to a patched version of LibRaw beyond commit 8dc68e2 and validate image files before processing with the library.

Details

CWE(s)

Affected Products

libraw
libraw
0.22.1

CVEs Like This One

CVE-2026-24660Same product: Libraw Libraw
CVE-2026-20889Same product: Libraw Libraw
CVE-2026-20884Same product: Libraw Libraw
CVE-2026-20911Same product: Libraw Libraw
CVE-2026-21413Same product: Libraw Libraw
CVE-2025-53518Shared CWE-190
CVE-2026-41416Shared CWE-190
CVE-2024-55656Shared CWE-190
CVE-2026-25794Shared CWE-190
CVE-2025-14308Shared CWE-190

References