CVE-2026-89444
Received Received - Intake

Dell WMI System Management Security Password Exposure

Vulnerability report for CVE-2026-89444, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-11

Last updated on: 2026-09-11

Assigner: kernel.org

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-11
Last Modified
2026-09-11
Generated
2026-09-12
AI Q&A
2026-09-11
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
dell wmi-sysman *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves the dell-wmi-sysman module exposing plaintext admin passwords in kernel logs. The set_attribute() function writes the admin password into a security buffer and then dumps the entire request buffer, including the password, via print_hex_dump_bytes(). This allows sensitive credentials to be logged and potentially accessed by unauthorized users.

Detection Guidance

Check kernel logs for plaintext admin password exposure in BIOS attribute requests. Search for hex dumps or security buffer contents in logs using commands like 'dmesg | grep -i password' or 'journalctl -k | grep -i hex'.

Impact Analysis

If exploited, this vulnerability could allow attackers with access to kernel logs to retrieve plaintext admin passwords. This may lead to unauthorized system access, privilege escalation, or further compromise of the affected system. Users should update their Linux kernel to a patched version immediately.

Compliance Impact

This vulnerability could violate compliance requirements under GDPR and HIPAA by exposing sensitive administrative credentials. GDPR mandates protection of personal data, while HIPAA requires safeguarding protected health information. Unauthorized access to admin passwords may result in data breaches, leading to legal penalties and reputational damage.

Mitigation Strategies

Update the Linux kernel to the patched version where the issue is resolved. Monitor kernel logs for any signs of plaintext password exposure and restrict access to logs containing sensitive data.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-89444. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart