CVE-2026-43417
Last modified
CVE-2026-43417 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: sched/mmcid: Handle vfork()/CLONE_VM correctly Matthieu and Jiri reported stalls where a task endlessly loops in mm_get_cid() when scheduling in. It turned out that the logic which handles vfork()'ed tasks is broken. It is invoked when the number of tasks associated to a process is smaller than the number of MMCID users. EPSS estimates a 0.11% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: sched/mmcid: Handle vfork()/CLONE_VM correctly Matthieu and Jiri reported stalls where a task endlessly loops in mm_get_cid() when scheduling in. It turned out that the logic which handles vfork()'ed tasks is broken. It is invoked when the number of tasks associated to a process is smaller than the number of MMCID users. It then walks the task list to find the vfork()'ed task, but accounts all the already processed tasks as well. If that double processing brings the number of to be handled tasks to 0, the walk stops and the vfork()'ed task's CID is not fixed up. As a consequence a subsequent schedule in fails to acquire a (transitional) CID and the machine stalls. Cure this by removing the accounting condition and make the fixup always walk the full task list if it could not find the exact number of users in the process' thread list.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 6.19, < 6.19.9 | — |
| Linux | Linux Kernel | 7.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-43417?
How severe is CVE-2026-43417?
How do I fix CVE-2026-43417?
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-43411In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43412In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43413In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43414In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-43415In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-43416In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43418In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43419In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-4342A security issue was discovered in ingress-nginx where a com…8.8
- CVE-2026-43420In the Linux kernel, the following vulnerability has been re…4.7
- CVE-2026-43421In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43422Rejected reason: This CVE ID has been rejected or withdrawn …
Are you affected by CVE-2026-43417?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
