Answer in brief
CVE-2026-89444 records a Unknown severity vulnerability in platform/x86: dell-wmi-sysman: Don't hex dump attribute security buffer. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=e8a60aa7404bfef37705da5607c97737073ac38d <ceeee18c927958b74a04b92cf084fc496fa21e8b || >=e8a60aa7404bfef37705da5607c97737073ac38d <22222f92b0a5116eb4aac4be81e7b770adfa32ee || >=e8a60aa7404bfef37705da5607c97737073ac38d <eb73b9d51490bec4f73ac6efdba5ac535fcfee74 || >=e8a60aa7404bfef37705da5607c97737073ac38d <83c80495e45eddf64c6525fb582d8db68f256b71 | ceeee18c927958b74a04b92cf084fc496fa21e8b, 22222f92b0a5116eb4aac4be81e7b770adfa32ee, eb73b9d51490bec4f73ac6efdba5ac535fcfee74, 83c80495e45eddf64c6525fb582d8db68f256b71 |
| Linux/Linuxgeneric | 5.11 | Not reported |
Published upstream
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Sep 11, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Sep 11, 2026
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.
Quoted source text, attributed separately from HOL analysis.