VDB

CVE-2026-81012

CVE-2026-81012 PUBLISHED CVSS 8.4 HIGH

Reported by Linux · Published September 11, 2026

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.

EPSS 0.14% · 4.0th percentile

Risk Scores

CVSS 3.1
8.4
CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score
0.14%
4.0th percentile

Affected Products

VendorProductVersions
LinuxLinuxa34fc329b1895fc8a6eb12099adc47009421ba6a, a34fc329b1895fc8a6eb12099adc47009421ba6a, a34fc329b1895fc8a6eb12099adc47009421ba6a
LinuxLinux6.6, 0, 6.6.157
LinuxLinux7.3-rc1, 7.2.4, 7.3-rc1
linuxlinux_kernel6.6, 6.6, 6.6

Timeline

  • Sep 11, 2026 CVE Published
  • Sep 12, 2026 EPSS Score
  • Sep 12, 2026 Coalition ESS Score
  • Sep 13, 2026 EPSS Score
  • Sep 14, 2026 CVE Updated

References

Open in Interactive Console →
$ Console Community · 100/wk Open console ›