Out-of-bounds Read in Red Hat Enterprise Linux 10

CVE-2026-75900

An out-of-bounds read vulnerability was found in swtpm's SWTPM_NVRAM_CheckHeader() function. The entry guard checks the buffer length against sizeof(bh), where bh is a pointer, instead of sizeof(*bh), the actual struct size. This allows an undersized buffer to pass validation, causing a 2-byte heap overread on 64-bit systems (6 bytes on 32-bit) when accessing the totlen field. This may cause daemon termination on some platforms and leaks heap data to the log.

Vulnerability class: Buffer Overflow

CVSS v3 metric

CVSS v3 base score 6.1 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:H.

Affected products

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2026-75900?
CVE-2026-75900 is a medium-severity vulnerability in Red Hat Enterprise Linux 10, classified under Out-of-bounds Read. CVSS score: 6.1/10. Published 2026-08-19.
How severe is CVE-2026-75900?
Medium severity. CVSS v3 base score is 6.1 out of 10.