Monitor vulnerabilities like this one. Sign up free to get alerted when software you use is affected.

Linux Kernel: Empty HP BIOS Attribute Names Cause Warnings

CVE-2026-23131
Summary

A Linux kernel issue has been fixed that would cause unnecessary warnings when the HP BIOS returns attributes with empty names. This issue was resolved by adding a check to skip registering attributes with empty names. You do not need to take any action, as the fix is already included in the latest Linux kernel updates.

Original title
In the Linux kernel, the following vulnerability has been resolved: platform/x86: hp-bioscfg: Fix kobject warnings for empty attribute names The hp-bioscfg driver attempts to register kobjects wi...
Original description
In the Linux kernel, the following vulnerability has been resolved:

platform/x86: hp-bioscfg: Fix kobject warnings for empty attribute names

The hp-bioscfg driver attempts to register kobjects with empty names when
the HP BIOS returns attributes with empty name strings. This causes
multiple kernel warnings:

kobject: (00000000135fb5e6): attempted to be registered with empty name!
WARNING: CPU: 14 PID: 3336 at lib/kobject.c:219 kobject_add_internal+0x2eb/0x310

Add validation in hp_init_bios_buffer_attribute() to check if the
attribute name is empty after parsing it from the WMI buffer. If empty,
log a debug message and skip registration of that attribute, allowing the
module to continue processing other valid attributes.
Published: 14 Feb 2026 · Updated: 10 Mar 2026 · First seen: 6 Mar 2026