Cyber Resilience

CVE-2026-12549

Redhat Enterprise Linux 10.0 … 9.0

Public PoC
Published
22 June 2026
Modified
08 July 2026
Patch / advisory
CVSS Score v3.1 4.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L
EPSS Score 0.0041 34th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-12549 is a medium-severity Buffer Access with Incorrect Length Value (CWE-805) vulnerability in Redhat Enterprise Linux. Its CVSS base score is 4.8 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 34th 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 map to SI-10 (Information Input Validation) and SI-2 (Flaw Remediation) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

The fix for CVE-2026-2443 was regressed by a subsequent rework commit that replaced specific overflow checks with a general signed comparison. When a client sends a Range request with a suffix length exceeding the content size, the resulting negative start…

more

value is not properly clamped, leading to malformed HTTP 206 responses and log flooding.

CWE(s)

Related Threats

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.
Why these techniques?

HTTP Range request handling flaw in a public-facing service directly enables exploitation via crafted requests causing malformed responses and resource exhaustion via log flooding.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2026-1467Same product: Gnome Libsoup
CVE-2026-2708Same product: Gnome Libsoup
CVE-2026-2443Same product: Gnome Libsoup
CVE-2026-1536Same product: Gnome Libsoup
CVE-2026-3633Same product: Gnome Libsoup
CVE-2026-1801Same product: Gnome Libsoup
CVE-2026-3634Same product: Gnome Libsoup
CVE-2026-3632Same product: Gnome Libsoup
CVE-2026-3099Same product: Gnome Libsoup
CVE-2026-2436Same product: Gnome Libsoup

Affected Assets

redhat
enterprise linux
10.0, 6.0, 7.0, 8.0, 9.0
gnome
libsoup
all versions

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • SI-10 Information Input Validation
  • SI-2 Flaw Remediation
Detect
Catch it (NIST detect / respond)
  • SI-4 System Monitoring
Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V1.4.1

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly enforces validation and sanitization of Range header values (suffix length) to reject or clamp negative/oversized offsets before response generation.

prevent

Requires timely application and regression testing of security patches so that prior overflow-check fixes are not inadvertently removed by later code changes.

detect

Enables monitoring of anomalous HTTP 206 responses and log-volume spikes that result from the malformed Range handling.

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 prevent incorrect-length buffer operations via safe APIs, reviews, and testing.

ID.RA-01 partial match
prevents

Vulnerability identification can discover buffer-length flaws but does not prevent their introduction.

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 out-of-bounds accesses, but does not guarantee prevention.

prevents

Secure development life cycle mandates buffer-safety practices that directly prevent incorrect length values.

prevents

Application security requirements can specify buffer-size validation, but do not prescribe implementation details.

prevents

Secure architecture principles encourage bounds-checked APIs, yet leave concrete coding decisions to developers.

prevents

Secure coding explicitly requires correct buffer-length handling, eliminating CWE-805 when followed.

References