Skip to main content

Linux Kernel CVE-2026-72099

| EUVDEUVD-2026-59057 HIGH
2026-08-15 416baaa9-dc9f-4396-8d5f-8c081fb06d67 GHSA-cv4x-7435-v3r7
7.1
CVSS 3.1 · Vendor: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Share

Severity by source

Vendor (416baaa9-dc9f-4396-8d5f-8c081fb06d67) PRIMARY
7.1 HIGH
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L
vuln.today AI
6.1 MEDIUM

Block-device subsystem is local-only (AV:L); PR:L reflects kernel capability requirements; no confidentiality impact observed from the logic error.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L
4.0 AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:L/SC:N/SI:N/SA:N
SUSE
4.4 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
Red Hat
7.3 MEDIUM
qualitative

Primary rating from Vendor (416baaa9-dc9f-4396-8d5f-8c081fb06d67).

CVSS VectorVendor: 416baaa9-dc9f-4396-8d5f-8c081fb06d67

Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
Low

Lifecycle Timeline

5
Analysis Generated
Aug 17, 2026 - 06:47 vuln.today
CVSS changed
Aug 17, 2026 - 06:22 NVD
7.1 (HIGH)
Patch available
Aug 15, 2026 - 07:20 EUVD
CVE Published
Aug 15, 2026 - 06:21 cve.org
HIGH 7.1
CVE Published
Aug 15, 2026 - 06:21 cve.org
UNKNOWN (no severity yet)

DescriptionCVE.org

In the Linux kernel, the following vulnerability has been resolved:

dm-integrity: don't increment hash_offset twice

hash_offset is already incremented in the loop "for (i = 0; i < to_copy; i++, ts--)". Do not increment it again.

AnalysisAI

Integrity bypass in the Linux kernel dm-integrity device mapper subsystem allows low-privileged users to undermine block-level data integrity guarantees through a double-increment logic error in hash_offset tracking. The introduced commit 84597a44a9d86ac949900441cea7da0af0f2f473 (present since Linux 5.7) causes the hash_offset variable to advance by two positions per iteration instead of one, meaning integrity hashes are verified against incorrect offsets - allowing corrupted data to pass or valid data to fail integrity checks. No public exploit identified at time of analysis, and EPSS at 0.21% (11th percentile) reflects low near-term exploitation probability.

Technical ContextAI

dm-integrity is a Linux kernel device mapper target (drivers/md/dm-integrity.c) that provides block-level data integrity verification, storing cryptographic hashes alongside data sectors on storage devices. The vulnerability is a loop-counter double-increment: hash_offset is already advanced within the for-loop construct 'for (i = 0; i < to_copy; i++, ts--)' via implicit pointer arithmetic, but the code then increments hash_offset again explicitly outside or redundantly within the loop body. The root cause class is a logic error (the listed CWE is N/A, though CWE-682 Incorrect Calculation or CWE-193 Off-by-One Error would apply). This causes dm-integrity to read or write hashes at wrong offsets, breaking the integrity guarantee the subsystem is specifically designed to provide. The 'Information Disclosure' tag in source intelligence is inconsistent with the CVSS C:N metric - this discrepancy should be verified, as wrong-offset hash reads could theoretically expose adjacent hash data.

RemediationAI

The primary fix is to upgrade the Linux kernel to a patched stable release: 6.6.145, 6.12.97, 7.1.5, 6.18.40, or 7.2-rc3 or later, depending on the distribution's tracked stable series. The upstream fix commits are available at https://git.kernel.org/stable/c/4f4e43337e9ef322595201cfc24def50fd624219, https://git.kernel.org/stable/c/5dfd8042635278613da3b88553e25ade2103cd58, https://git.kernel.org/stable/c/829476c06496aab018f14127c055adb164d1a750, https://git.kernel.org/stable/c/cf9feed8c131e303ecf2afebe6f791be018818ad, and https://git.kernel.org/stable/c/edf025f083854f80032b73a1aad69a3c90db246f. As a compensating control before patching, operators can temporarily avoid using dm-integrity targets for new device mappings; however, disabling dm-integrity on production volumes requires careful migration and may temporarily remove integrity protection entirely - weigh this trade-off against the risk. Systems not using dm-integrity are unaffected and require no immediate action.

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 15 SP7 Affected
SUSE Linux Enterprise High Availability Extension 16.0 Affected

Share

CVE-2026-72099 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy