Junglewise Threat Intelligence

CVE-2025-71304: Linux kernel Smack denial of service in DOI configuration

CVE-2025-71304 · Severity: info · CVSS 3.3 · Published 2026-05-27

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability in the Linux kernel's Smack security module can cause network connectivity to fail for certain applications. When specific security configuration values are reused, the system fails to properly update its internal network mapping, leading to a denial of service for network traffic. This primarily affects systems using Smack for mandatory access control and could disrupt business operations or services relying on secure network communication.

Technical details

A vulnerability exists in the Smack LSM's handling of the /smack/doi interface. When a previously used DOI value is rewritten to the interface, Smack fails to re-add the decommissioned DOI to the NetLabel configuration. This failure prevents the addition of the 'default' domain map for IPv4, effectively disabling networking for processes with non-ambient Smack labels. The root cause is the lack of proper cleanup for decommissioned DOI definitions and missing serialization for concurrent updates. The fix introduces a new mutex lock (smk_cipso_doi_lock) and ensures decommissioned DOIs are cleared before re-adding them.

Affected products

  • Linux Linux kernel All versions prior to the fix in 2025/2026

Timeline

  • 2025-09-30: other: Patch authored
  • 2026-03-04: patched: Patch committed to stable tree
  • 2026-05-27: advisory: CVE published

References

Related threats