CVE-2026-72096
Received Received - Intake

dm-verity Race Condition in Linux Kernel

Vulnerability report for CVE-2026-72096, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-23

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: dm-verity: make error counter atomic The error counter "v->corrupted_errs" was not atomic, thus it could be subject to race conditions. The call to dm_audit_log_target("max-corrupted-errors") may be skipped due to the races.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-23
Generated
2026-09-04
AI Q&A
2026-08-15
EPSS Evaluated
2026-09-03
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves a race condition in the dm-verity error counter. The counter named v->corrupted_errs was not atomic, meaning it could be accessed or modified simultaneously by multiple threads without proper synchronization. This flaw could lead to skipped calls to dm_audit_log_target for logging max-corrupted-errors events.

Detection Guidance

This vulnerability is specific to the Linux kernel's dm-verity component and may not have direct detection commands. Check kernel logs for dm-verity errors or race conditions using: dmesg | grep dm-verity or journalctl -k | grep dm-verity. Ensure dm-verity is properly configured and monitor for unexpected errors.

Impact Analysis

The impact includes potential undetected data corruption in systems using dm-verity. Since error logging may be skipped, administrators might not be alerted to corruption events, leading to unnoticed integrity issues in critical data.

Compliance Impact

This vulnerability involves a race condition in the Linux kernel's dm-verity error counter, which could lead to skipped audit logging for corrupted errors. This may impact compliance with standards requiring integrity monitoring and audit trails, such as GDPR's accountability principle or HIPAA's integrity and audit controls, by potentially failing to log critical security events.

Mitigation Strategies

Update the Linux kernel to the latest stable version that includes the fix for this dm-verity race condition. Verify the fix by checking kernel logs for dm-verity error handling improvements. Monitor system stability post-update.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72096. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart