Security Advisory

CVE-2026-72096

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-08-15 05:52:42
Last updated 2026-08-23 12:46:48
Assigner Linux
CVSS score not scored
State PUBLISHED

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.