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

platform/x86: dell-wmi-sysman: Don't hex dump attribute security buffer

set_attribute() populates the security area of the BIOS attribute request
buffer with the current admin password via populate_security_buffer(), then
dumps the whole request buffer with print_hex_dump_bytes(). This can expose
the plaintext admin password in the kernel log.

The same issue was fixed for the password attribute path by
commit d1a196e0a6dc ("platform/x86: dell-wmi-sysman: Don't hex dump
plaintext password data"). Remove the remaining dump from the BIOS
attribute path.
Published: 2026-09-11
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Sensitive data exposure
Action: Apply patch
AI Analysis

Impact

set_attribute() writes the administrative password into the security area of a BIOS request buffer and then dumps the entire buffer, revealing the plaintext password in kernel logs. This creates a confidentiality flaw allowing an attacker who can capture the logs to obtain privileged credentials, classified as CWE-256.

Affected Systems

All Linux kernel installations that incorporate the Dell WMI System Manager module are affected. The vulnerability does not affect a specific kernel version in the input; any kernel version including this module is potentially vulnerable until the fix is applied.

Risk and Exploitability

The CVSS score of 5.5 indicates moderate severity. The EPSS score of < 1% suggests a low probability of exploitation, and the vulnerability is not listed in the CISA KEV catalog, indicating no widespread exploitation yet. The likely attack vector requires local kernel access or the ability to read kernel logs, which may be possible through a local compromise or by exploiting privileged services that write to the system journal.

Generated by OpenCVE AI on September 13, 2026 at 16:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update the Linux kernel to a version that incorporates the commit removing the hex dump of the password buffer.
  • Disable or unload the Dell WMI System Manager module if the functionality is not required by using modprobe -r dell_wmi_sysman.
  • Restrict read access to kernel logs and enable auditing to detect any exfiltration of sensitive data. Ensure logs are handled securely and rotated to prevent long retention of the exposed credentials.

Generated by OpenCVE AI on September 13, 2026 at 16:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 12 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-256
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N'}

threat_severity

Moderate


Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: platform/x86: dell-wmi-sysman: Don't hex dump attribute security buffer set_attribute() populates the security area of the BIOS attribute request buffer with the current admin password via populate_security_buffer(), then dumps the whole request buffer with print_hex_dump_bytes(). This can expose the plaintext admin password in the kernel log. The same issue was fixed for the password attribute path by commit d1a196e0a6dc ("platform/x86: dell-wmi-sysman: Don't hex dump plaintext password data"). Remove the remaining dump from the BIOS attribute path.
Title platform/x86: dell-wmi-sysman: Don't hex dump attribute security buffer
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-11T19:43:12.076Z

Reserved: 2026-09-11T19:38:34.704Z

Link: CVE-2026-89444

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T20:19:24.850

Modified: 2026-09-11T20:19:24.850

Link: CVE-2026-89444

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-11T19:43:12Z

Links: CVE-2026-89444 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T04:00:08Z

Weaknesses
  • CWE-256

    Plaintext Storage of a Password