Junglewise Threat Intelligence

CVE-2026-53022: Linux Kernel dell-wmi-sysman buffer overflow in populate_enum_data

CVE-2026-53022 · Severity: info · CVSS 0 · Published 2026-06-24

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's Dell Systems Management driver. This driver allows the operating system to communicate with Dell-specific hardware settings. An issue in how the driver handles configuration data from the system firmware could allow for memory corruption, potentially leading to system instability or unauthorized access if a malicious or malformed firmware configuration is processed.

Technical details

The vulnerability exists in the populate_enum_data() function within drivers/platform/x86/dell/dell-wmi-sysman/enum-attributes.c. The driver aggregates firmware-provided 'value-modifier' and 'possible-value' strings into fixed 512-byte buffers using strcat() without verifying if the combined length exceeds the destination buffer size. While individual strings were bounded, the cumulative aggregation was not, leading to a potential heap or stack buffer overflow depending on the struct's allocation. An attacker with the ability to influence firmware-provided WMI objects could trigger this overflow. The fix introduces a bounded append helper using strscpy() and rejects packages that exceed the MAX_BUFF limit.

Affected products

  • Linux Linux Kernel 5.11 to 5.15.209, 6.1.175, 6.6.141, 6.12.91

Timeline

  • 2026-04-08: other: Patch submitted by developer
  • 2026-06-24: disclosed: CVE published
  • 2026-06-24: patched: Fixes merged into various stable kernel branches

References

Related threats