CVE-2026-74404
Last modified
CVE-2026-74404 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix snp_filter_reserved_mem_regions() off-by-one Sashiko notes: > regarding the bounds check in snp_filter_reserved_mem_regions() > called via walk_iomem_res_desc(): does the check > if ((range_list->num_elements * 16 + 8) > PAGE_SIZE) > allow an off-by-one heap buffer overflow? > > If range_list->num_elements is 255, 255 * 16 + 8 = 4088, which is <= 4096. > Writing range->base (8 bytes) fills 4088-4095, but writing range->page_count > (4 bytes) would write to 4096-4099, overflowing the kzalloc-allocated > PAGE_SIZE buffer. Fix this by accounting for the entry about to be written to, in addition to the entries that are already allocated.. EPSS estimates a 0.19% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix snp_filter_reserved_mem_regions() off-by-one Sashiko notes: > regarding the bounds check in snp_filter_reserved_mem_regions() > called via walk_iomem_res_desc(): does the check > if ((range_list->num_elements * 16 + 8) > PAGE_SIZE) > allow an off-by-one heap buffer overflow? > > If range_list->num_elements is 255, 255 * 16 + 8 = 4088, which is <= 4096. > Writing range->base (8 bytes) fills 4088-4095, but writing range->page_count > (4 bytes) would write to 4096-4099, overflowing the kzalloc-allocated > PAGE_SIZE buffer. Fix this by accounting for the entry about to be written to, in addition to the entries that are already allocated.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1ca5614b84eed5904f65f143e0e7aaab0ac4c6b2, < 830c1f3e71989448652973375ef5e39b6ede47a3; >= 1ca5614b84eed5904f65f143e0e7aaab0ac4c6b2, < c5c79d92da0f9a09f48be5e2aabed2d6d1a96294; >= 1ca5614b84eed5904f65f143e0e7aaab0ac4c6b2, < af7341616b742ad2c374a90998bd650a035f694d; >= 1ca5614b84eed5904f65f143e0e7aaab0ac4c6b2, < 1b864b6cb213bbd7b406e9b2e98c962077f300df |
| Linux | Linux | 6.9 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74404?
How severe is CVE-2026-74404?
How do I fix CVE-2026-74404?
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-74398In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74399In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74400In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74401In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74402In the Linux kernel, the following vulnerability has been re…
- CVE-2026-74403In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74405In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-74406In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-74407In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74408In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-74409In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-7441The Simple Yearly Archive plugin for WordPress is vulnerable…6.4
Are you affected by CVE-2026-74404?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
