CVE-2026-68380
Last modified
CVE-2026-68380 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix use-after-free of mm_struct in job scheduler amdxdna_cmd_submit() stores current->mm in job->mm without holding any reference. aie2_sched_job_run() later access job->mm from the DRM scheduler worker thread.
Description
In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix use-after-free of mm_struct in job scheduler amdxdna_cmd_submit() stores current->mm in job->mm without holding any reference. aie2_sched_job_run() later access job->mm from the DRM scheduler worker thread. With only a raw pointer and no structural reference, the mm_struct can be freed before the scheduler runs the job. Fix this by calling mmgrab() to hold a structural mm_count reference for the lifetime of the job, paired with mmdrop() in every cleanup path.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= aac243092b707bb3018e951d470cc1a9bcbaba6c, < 6875ee2bef48f5d9f045d81a8a4d68893f768a8a; >= aac243092b707bb3018e951d470cc1a9bcbaba6c, < e8fadbffc19a233d1eedebfb8df0f522d1388280; >= aac243092b707bb3018e951d470cc1a9bcbaba6c, < faebb7ba1ac65fa5810b640df02ce04e509fdc11 |
| Linux | Linux | 6.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-68380?
How severe is CVE-2026-68380?
How do I fix CVE-2026-68380?
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-68374In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68375In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68376In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68377In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68378In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68379In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68381In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68382In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68383In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68384In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68385In the Linux kernel, the following vulnerability has been re…
- CVE-2026-68386In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-68380?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
