CVE-2026-81012

Source
https://cve.org/CVERecord?id=CVE-2026-81012
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-81012.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-81012
Downstream
Published
2026-09-11T19:43:02Z
Modified
2026-09-12T11:47:10Z
Summary
platform/x86: hp-bioscfg: fix off-by-one write in hp_get_string_from_buffer()
Details

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_dst_size is left at dst_size and the unconditional NUL terminator write

dst[conv_dst_size] = 0;

lands one byte past the destination buffer. This is the same shape of bug as the previously fixed off-by-one in hp_convert_hexstr_to_str(): the buffer is sized correctly for the content, but the terminator write is never checked against that size.

Fix by changing the comparison to ">=" so conv_dst_size is always left with room for the terminator.

All fixed-size destinations that reach this function (path[512], current_value[512], current_password/current_value[64], and the per-entry buffers in encodings[][512] and prerequisites[][512]) are affected.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/81xxx/CVE-2026-81012.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
a34fc329b1895fc8a6eb12099adc47009421ba6a
Fixed
3cc772d0154799961f032e5a992d4a50523e291a
Fixed
b15b334fbc3c0c46440f8a892ebf62164fca23d6
Fixed
ddf98cf33529714b3ba1a158afb1db5b0f759a1a
Fixed
dc03f05e419f3460342fb7564884f244622634b6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-81012.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.6.0
Fixed
6.12.109
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.50
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.4

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-81012.json"