CVE-2026-74403
Last modified
CVE-2026-74403 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 - Check for page allocation failure correctly in TIO Sashiko notes: > if __snp_alloc_firmware_pages() returns NULL under memory pressure, is it > safe to pass it directly to page_address()? > > On architectures without HASHED_PAGE_VIRTUAL, page_address(NULL) might > compute a deterministic but invalid, non-zero virtual address. The > subsequent if (tio_status) check would then evaluate to true, and > sev_tsm_init_locked() would dereference the invalid pointer. Indeed, page_address(NULL) will return non-NULL garbage here. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Check for page allocation failure correctly in TIO Sashiko notes: > if __snp_alloc_firmware_pages() returns NULL under memory pressure, is it > safe to pass it directly to page_address()? > > On architectures without HASHED_PAGE_VIRTUAL, page_address(NULL) might > compute a deterministic but invalid, non-zero virtual address. The > subsequent if (tio_status) check would then evaluate to true, and > sev_tsm_init_locked() would dereference the invalid pointer. Indeed, page_address(NULL) will return non-NULL garbage here. Fix this by checking the page allocation itself for NULL, not the resulting virtual address.
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 | >= 4be423572da1f4c11f45168e3fafda870ddac9f8, < 17e1aae19a06d9f6da4b46d54fa2aeab77ec0c69; >= 4be423572da1f4c11f45168e3fafda870ddac9f8, < a8d5370eef00eca132a292b1901c9914c817e385 |
| Linux | Linux | 6.19 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-74403?
How severe is CVE-2026-74403?
How do I fix CVE-2026-74403?
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-74397In the Linux kernel, the following vulnerability has been re…7.8
- 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-74404In 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
Are you affected by CVE-2026-74403?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
