THREATOPS
THREAT OPSThreat News › [NVD] CVE-2026-81012 (HIGH 8.4) — In the Linux kernel, the following vulnerability has been resolved: platform/x86: hp-bioscfg: fix off-by-one write in hp_get_string_from_buffer() hp_get_string_from_buffer() clamps the converted string length against the destination buffer size with "size > dst_size", so when t

[NVD] CVE-2026-81012 (HIGH 8.4) — In the Linux kernel, the following vulnerability has been resolved: platform/x86: hp-bioscfg: fix off-by-one write in hp_get_string_from_buffer() hp_get_string_from_buffer() clamps the converted string length against the destination buffer size with "size > dst_size", so when t

mednvdPublished 2026-09-11

CVE-2026-81012 CVSS: 8.4 HIGH Published: 2026-09-11T20:19:10.050

In the Linux kernel, the following vulnerability has been resolved:

platform/x86: hp-bioscfg: fix off-by-one write in hp_get_string_from_buffer()

hp_get_string_from_buffer() clamps the converted string length against the destination buffer size with "size > dst_size", so when the converted length is exactly equal to dst_size, conv

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2026-81012