CVE-2026-74590

Linux · Kernel

A memory safety flaw in the Linux kernel fsverity implementation allows for potential crashes due to unstable memory contents during concurrent modifications in bpf_get_fsverity_digest.

Executive summary

A memory safety vulnerability in the Linux kernel fsverity subsystem could allow a local authenticated attacker to trigger a system crash or potentially escalate privileges.

Vulnerability

The bpf_get_fsverity_digest function fails to safely handle concurrent memory modifications during dynptr operations. This allows a local, authenticated attacker to trigger a kernel crash by exploiting race conditions in memory stability, potentially leading to denial of service or further system compromise.

Business impact

Successful exploitation of this kernel-level vulnerability could lead to system instability, resulting in unexpected downtime and service disruption. Given the CVSS score of 7.8, the vulnerability is classified as High severity. While the attack requires local access, the ability to compromise kernel-level integrity poses a significant risk to the confidentiality, integrity, and availability of the host operating system.

Remediation

Immediate Action: Update the Linux kernel to versions 6.12.104, 6.18.45, 7.1.9, or later, as provided by your distribution vendor.

Proactive Monitoring: Monitor kernel logs for recurring stability issues, segmentation faults, or unexpected system reboots that may indicate exploitation attempts.

Compensating Controls: Restrict local access to the system to authorized users only, and implement kernel hardening configurations to limit the exposure of BPF-related syscalls to non-privileged users.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

This vulnerability represents a significant risk to systems utilizing the fsverity subsystem. Administrators should prioritize the application of kernel security updates as soon as they become available via their distribution package managers. Given the potential for kernel-level impact, testing patches in a staging environment is advised before widespread deployment to production servers.

More Linux CVEs

Sources