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.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-19 08:17

Updated : 2026-08-21 20:16


NVD link : CVE-2026-75900

Mitre link : CVE-2026-75900

CVE.ORG link : CVE-2026-75900


JSON object : View

Products Affected

No product.

CWE
CWE-125

Out-of-bounds Read