CVE-2026-90052

Source
https://cve.org/CVERecord?id=CVE-2026-90052
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90052.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-90052
Downstream
Published
2026-09-17T16:05:38Z
Modified
2026-09-19T03:47:23Z
Severity
  • 7.8 (High) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
dm-integrity: fix buffer overflow with keyed discard
Details

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.

Database specific
{
    "cna_assigner": "Linux",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90052.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
5c58ea19a909ef6bed4f0f824e9cd7e30d7e4775
Fixed
9988c1c9e0d1c78391e3d8e2817beb667470c76f
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
6228722c27304e4682cddc1fede03898f87e4414
Fixed
dd08a645195f410f2dcaa40de379a45ce110e873
Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
68c5c42567bc462139128968ebbfadd0aefff519
Fixed
59e6f919d77d72ec79cbf171256f2f7819737580

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90052.json"