CVE-2026-68380

Source
https://cve.org/CVERecord?id=CVE-2026-68380
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68380.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-68380
Downstream
Published
2026-08-10T12:03:58.536Z
Modified
2026-08-12T04:18:48.122003330Z
Summary
accel/amdxdna: Fix use-after-free of mm_struct in job scheduler
Details

In the Linux kernel, the following vulnerability has been resolved:

accel/amdxdna: Fix use-after-free of mm_struct in job scheduler

amdxdnacmdsubmit() stores current->mm in job->mm without holding any reference. aie2schedjobrun() later access job->mm from the DRM scheduler worker thread. With only a raw pointer and no structural reference, the mmstruct 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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/68xxx/CVE-2026-68380.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
aac243092b707bb3018e951d470cc1a9bcbaba6c
Fixed
6875ee2bef48f5d9f045d81a8a4d68893f768a8a
Fixed
e8fadbffc19a233d1eedebfb8df0f522d1388280
Fixed
faebb7ba1ac65fa5810b640df02ce04e509fdc11

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68380.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
6.14.0
Fixed
6.18.42
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.1.6

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-68380.json"