Cyber Resilience

CVE-2026-3283

LowPublic PoC

Published: 27 February 2026

Published
27 February 2026
Modified
02 March 2026
KEV Added
Patch
CVSS Score v4 1.9 CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0001 1.3th percentile
Risk Priority 4 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-3283 is a low-severity Improper Restriction of Operations within the Bounds of a Memory Buffer (CWE-119) vulnerability in Libvips Libvips. Its CVSS base score is 1.9 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Data from Local System (T1005); ranked at the 1.3th 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-2 (Flaw Remediation) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2026-3283 is an out-of-bounds read vulnerability in libvips version 8.19.0, affecting the vips_extract_band_build function within the file libvips/conversion/extract.c. The issue arises from manipulation of the extract_band argument, which can trigger improper memory access beyond allocated bounds. This flaw is classified under CWE-119 (Improper Restriction of Operations within the Bounds of a Memory Buffer) and CWE-125 (Out-of-bounds Read), with a CVSS v3.1 base score of 3.3.

Exploitation requires local access (AV:L) with low attack complexity (AC:L) and low privileges (PR:L), needing no user interaction (UI:N) and maintaining unchanged scope (S:U). A local attacker could trigger the vulnerability to achieve low-impact confidentiality loss (C:L), such as reading sensitive data from memory, with no impact on integrity (I:N) or availability (A:N). The exploit has been publicly disclosed and may be usable.

Mitigation is available via a patch identified by commit 24795bb3d19d84f7b6f5ed86451ad556c8f2fe70 in the libvips GitHub repository. Security practitioners should deploy this patch promptly to affected libvips installations. Related discussions and the fix are documented in GitHub issues #4880 and pull request #4887.

EU & UK References

Vulnerability details

A vulnerability has been found in libvips 8.19.0. This issue affects the function vips_extract_band_build of the file libvips/conversion/extract.c. The manipulation of the argument extract_band leads to out-of-bounds read. The attack needs to be performed locally. The exploit has been disclosed…

more

to the public and may be used. The identifier of the patch is 24795bb3d19d84f7b6f5ed86451ad556c8f2fe70. To fix this issue, it is recommended to deploy a patch.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1005 Data from Local System Collection
Adversaries may search local system sources, such as file systems, configuration files, local databases, virtual machine files, or process memory, to find files of interest and sensitive data prior to Exfiltration.
Why these techniques?

Out-of-bounds read in libvips enables local memory disclosure of sensitive data, directly facilitating collection from local system sources.

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

CVEs Like This One

CVE-2026-3282Same product: Libvips Libvips
CVE-2026-3145Same product: Libvips Libvips
CVE-2026-3281Same product: Libvips Libvips
CVE-2026-3147Same product: Libvips Libvips
CVE-2025-15412Shared CWE-119, CWE-125
CVE-2025-20922Shared CWE-125
CVE-2024-53834Shared CWE-125
CVE-2025-20919Shared CWE-125
CVE-2026-24915Shared CWE-125
CVE-2025-20916Shared CWE-125

Affected Assets

libvips
libvips
8.19.0

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly requires applying the vendor patch (commit 24795bb) that corrects the bounds check in vips_extract_band_build.

prevent

Enforces memory-protection mechanisms that can block or contain the out-of-bounds read triggered by the extract_band argument.

prevent

Requires validation of the extract_band parameter before it is used to calculate memory offsets, preventing the CWE-125 condition.

References