CVE-2026-68474
Last modified
CVE-2026-68474 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: powerpc/spufs: fix out-of-bounds access in spufs_mem_mmap_access() spufs_mem_mmap_access() computes the local store offset as address - vma->vm_start, but bounds-checks it against vma->vm_end instead of the local store size. On 64-bit, offset is always well below vma->vm_end, so the clamp never fires and len stays unbounded against the LS_SIZE buffer returned by ctx->ops->get_ls(). Reject offsets at or beyond LS_SIZE and clamp len to the remaining space, mirroring the guard already used by spufs_mem_mmap_fault() and spufs_ps_fault().. EPSS estimates a 0.21% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: powerpc/spufs: fix out-of-bounds access in spufs_mem_mmap_access() spufs_mem_mmap_access() computes the local store offset as address - vma->vm_start, but bounds-checks it against vma->vm_end instead of the local store size. On 64-bit, offset is always well below vma->vm_end, so the clamp never fires and len stays unbounded against the LS_SIZE buffer returned by ctx->ops->get_ls(). Reject offsets at or beyond LS_SIZE and clamp len to the remaining space, mirroring the guard already used by spufs_mem_mmap_fault() and spufs_ps_fault().
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a352894d07059649398c4769dc8b645e1a1dad88, < aa7aa8ba40c089762d821e3987aaae19e1f5705c; >= a352894d07059649398c4769dc8b645e1a1dad88, < d479a7711f8ff127946467b910d947bd971b94ed; >= a352894d07059649398c4769dc8b645e1a1dad88, < 9d3569bfdceda69d5ffd5148901e57b69954d9ef; >= a352894d07059649398c4769dc8b645e1a1dad88, < d97a8f3668949a8a9d1f6202f8c53446f2d89aa7; >= a352894d07059649398c4769dc8b645e1a1dad88, < 913feef74354c653f10ecd4631df7618a95c49c2; >= a352894d07059649398c4769dc8b645e1a1dad88, < 3c1e92f75e11a11492b8cb901fceeb9f16ae6415; >= a352894d07059649398c4769dc8b645e1a1dad88, < 4efa313b15925bdd864784865d6585174979294b; >= a352894d07059649398c4769dc8b645e1a1dad88, < 47b87f469a35b5ffc81c16eee6b13a9b6c8d55c6 |
| Linux | Linux | 2.6.27 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68474?
How severe is CVE-2026-68474?
How do I fix CVE-2026-68474?
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-68469In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6847Remote Code Execution vulnerability exists in ThemisNETPanel…9.3
- CVE-2026-68470In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-68471In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-68472In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-68473In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-68475In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68476In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-68477In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-68478In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68479In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-6848A flaw was found in Red Hat Quay. When Red Hat Quay requests…8.1
Are you affected by CVE-2026-68474?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
