SEPTEMBER 23, 2026
Live Feed
Back to database
Case File

CVE-2026-72096

UNKNOWN · CVSS N/A EPSS 0.21%

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-09-14

CyberRota Analysis

AI-Generated

The vulnerability in the Linux kernel affects the dm-verity component, where the error counter for corrupted errors is not atomic, leading to potential race conditions. This flaw could result in the failure to log critical error information, thereby hindering the detection and response to data integrity issues. Organizations using Linux systems, particularly those relying on dm-verity for data verification, should prioritize addressing this vulnerability to ensure robust error handling and system integrity.

CVE
CVE-2026-72096
Severity
UNKNOWN
CVSS
N/A
EPSS
0.21%
Linux

Original NVD 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.