CVE-2026-68257
Last modified
CVE-2026-68257 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix 32-bit overflow in CWSR total size calculation total_cwsr_size was computed in 32-bit before being used as a BO/SVM allocation size. With large ctx_save_restore_area_size and debug_memory_size multiplied by the XCC count, the product can wrap, yielding an undersized CWSR save area that firmware later overruns. Promote total_cwsr_size to u64 and use check_add_overflow()/ check_mul_overflow() in both kfd_queue_acquire_buffers() and kfd_queue_release_buffers(). (cherry picked from commit 319f7e13423ae3f486b9aea82f9ad2d6af0ee608).
Description
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: fix 32-bit overflow in CWSR total size calculation total_cwsr_size was computed in 32-bit before being used as a BO/SVM allocation size. With large ctx_save_restore_area_size and debug_memory_size multiplied by the XCC count, the product can wrap, yielding an undersized CWSR save area that firmware later overruns. Promote total_cwsr_size to u64 and use check_add_overflow()/ check_mul_overflow() in both kfd_queue_acquire_buffers() and kfd_queue_release_buffers(). (cherry picked from commit 319f7e13423ae3f486b9aea82f9ad2d6af0ee608)
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < b88ffe6593607364a8c06a48c6f29e55437cdf8e; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < abce3276c57e36c955627307469b9f009057a467; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 865532d54eb57b660b1cb1b0e1755776ce21b849; >= 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 2b0386d4293920e690c0e017708f999b93cc729b; < 6.12.101; < 6.18.42; < 7.1.6 |
| Linux | Linux | All versions |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68257?
How severe is CVE-2026-68257?
How do I fix CVE-2026-68257?
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-68251In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68252In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68253In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68254In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68255In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68256In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68258In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68259In the Linux kernel, the following vulnerability has been re…
- CVE-2026-6826Concrete CMS 9.5.0 and below is vulnerable to unauthenticat…5.3
- CVE-2026-68260In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68261In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68262In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68257?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
