Junglewise Threat Intelligence

CVE-2026-23303: Linux kernel plaintext credential disclosure in SMB client

CVE-2026-23303 · Severity: medium · CVSS 5.5 · Published 2026-03-25

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's SMB client could allow sensitive information to be exposed. When debug logging is enabled, the system inadvertently records plaintext usernames and passwords in the system logs. This could allow an attacker with local access to the system logs to steal credentials used for network file sharing.

Technical details

A sensitive information disclosure vulnerability exists in the Linux kernel SMB client component. The function 'cifs_set_cifscreds' in 'fs/smb/client/connect.c' contained a debug statement ('cifs_dbg(FYI, ...)') that printed the entire key payload, including plaintext usernames and passwords, to the kernel log. This occurs when the 'FYI' debug level is enabled. An attacker with local access and the ability to read kernel debug logs (dmesg) could extract these credentials. The vulnerability has been resolved by removing the problematic debug log across multiple stable kernel branches.

Affected products

  • Linux Linux kernel 3.3.1 to 5.10.253, 5.11 to 5.15.203, 5.16 to 6.1.167, 6.2 to 6.6.130, 6.7 to 6.12.77, 6.13 to 6.18.17, 6.19 to 6.19.7

Timeline

  • 2026-03-25: disclosed: Initial disclosure of the vulnerability
  • 2026-03-25: patched: Patches released across various stable kernel versions

References

Related threats