CVE-2026-90052
Last modified
CVE-2026-90052 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: dm-integrity: fix buffer overflow with keyed discard Since commit 68c5c42567bc ("dm-integrity: replace forgeable discard filler with a keyed sector marker"), integrity_metadata computes a checksum for every discarded block into the "checksums" buffer. integrity_sector_checksum always writes the whole digest. So if the tag size is smaller than the digest size, the checksum of the last block that fits into the buffer is written past the end of it.
Description
In the Linux kernel, the following vulnerability has been resolved: dm-integrity: fix buffer overflow with keyed discard Since commit 68c5c42567bc ("dm-integrity: replace forgeable discard filler with a keyed sector marker"), integrity_metadata computes a checksum for every discarded block into the "checksums" buffer. integrity_sector_checksum always writes the whole digest. So if the tag size is smaller than the digest size, the checksum of the last block that fits into the buffer is written past the end of it. For example, with hmac(sha256) and tag size 16, a 4MiB discard writes 16 bytes past the kmalloc'ed page. Fix this by subtracting extra_space from the buffer size when computing max_blocks, like we do for writes.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 5c58ea19a909ef6bed4f0f824e9cd7e30d7e4775, < 9988c1c9e0d1c78391e3d8e2817beb667470c76f; >= 6228722c27304e4682cddc1fede03898f87e4414, < dd08a645195f410f2dcaa40de379a45ce110e873; >= 68c5c42567bc462139128968ebbfadd0aefff519, < 59e6f919d77d72ec79cbf171256f2f7819737580 |
| Linux | Linux | 7.3-rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90052?
How severe is CVE-2026-90052?
How do I fix CVE-2026-90052?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-90046In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90047In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90048In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-90049In the Linux kernel, the following vulnerability has been re…9.3
- CVE-2026-90050In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90051In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90053In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90054In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90055In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90056In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90057In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90058In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90052?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
