Junglewise Threat Intelligence

CVE-2026-43377: Linux Kernel ksmbd sensitive information disclosure in debug logs

CVE-2026-43377 · Severity: high · CVSS 8.1 · Published 2026-05-08

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's SMB file-sharing server (ksmbd) could allow sensitive security keys to be recorded in system logs. If debug logging is enabled, the system inadvertently writes session and encryption keys to the logs in plain text. This could allow an attacker with access to system logs to intercept credentials and decrypt network traffic.

Technical details

An information disclosure vulnerability exists in the Linux kernel ksmbd (SMB server) module. When the KSMBD_DEBUG_AUTH logging level is enabled, the functions generate_smb3signingkey() and generate_smb3encryptionkey() write raw session, signing, encryption, and decryption key bytes to the kernel log. An attacker with local access to system logs (dmesg or syslog) could retrieve these keys to compromise SMB sessions. The issue has been resolved by removing the sensitive key material from the debug output. Patching is available via multiple stable kernel updates.

Affected products

  • Linux Linux Kernel ksmbd component

Timeline

  • 2026-03-03: other: Initial patch authored
  • 2026-05-08: disclosed: CVE published

References

Related threats