{"dataType":"CVE_RECORD","dataVersion":"5.2","cveMetadata":{"cveId":"CVE-2026-43417","assignerOrgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","state":"PUBLISHED","assignerShortName":"Linux","dateReserved":"2026-05-01T14:12:56.008Z","datePublished":"2026-05-08T14:21:53.618Z","dateUpdated":"2026-05-11T22:24:11.172Z"},"containers":{"cna":{"providerMetadata":{"orgId":"416baaa9-dc9f-4396-8d5f-8c081fb06d67","shortName":"Linux","dateUpdated":"2026-05-11T22:24:11.172Z"},"descriptions":[{"lang":"en","value":"In the Linux kernel, the following vulnerability has been resolved:\n\nsched/mmcid: Handle vfork()/CLONE_VM correctly\n\nMatthieu and Jiri reported stalls where a task endlessly loops in\nmm_get_cid() when scheduling in.\n\nIt turned out that the logic which handles vfork()'ed tasks is broken. It\nis invoked when the number of tasks associated to a process is smaller than\nthe number of MMCID users. It then walks the task list to find the\nvfork()'ed task, but accounts all the already processed tasks as well.\n\nIf that double processing brings the number of to be handled tasks to 0,\nthe walk stops and the vfork()'ed task's CID is not fixed up. As a\nconsequence a subsequent schedule in fails to acquire a (transitional) CID\nand the machine stalls.\n\nCure this by removing the accounting condition and make the fixup always\nwalk the full task list if it could not find the exact number of users in\nthe process' thread list."}],"affected":[{"product":"Linux","vendor":"Linux","defaultStatus":"unaffected","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","programFiles":["kernel/sched/core.c"],"versions":[{"version":"fbd0e71dc370af73f6b316e4de9eed273dd90340","lessThan":"e6761cdce78a8919a537989afb6aaf6881469f83","status":"affected","versionType":"git"},{"version":"fbd0e71dc370af73f6b316e4de9eed273dd90340","lessThan":"28b5a1395036d6c7a6c8034d85ad3d7d365f192c","status":"affected","versionType":"git"}]},{"product":"Linux","vendor":"Linux","defaultStatus":"affected","repo":"https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git","programFiles":["kernel/sched/core.c"],"versions":[{"version":"6.19","status":"affected"},{"version":"0","lessThan":"6.19","status":"unaffected","versionType":"semver"},{"version":"6.19.9","lessThanOrEqual":"6.19.*","status":"unaffected","versionType":"semver"},{"version":"7.0","lessThanOrEqual":"*","status":"unaffected","versionType":"original_commit_for_fix"}]}],"cpeApplicability":[{"nodes":[{"operator":"OR","negate":false,"cpeMatch":[{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"6.19","versionEndExcluding":"6.19.9"},{"vulnerable":true,"criteria":"cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*","versionStartIncluding":"6.19","versionEndExcluding":"7.0"}]}]}],"references":[{"url":"https://git.kernel.org/stable/c/e6761cdce78a8919a537989afb6aaf6881469f83"},{"url":"https://git.kernel.org/stable/c/28b5a1395036d6c7a6c8034d85ad3d7d365f192c"}],"title":"sched/mmcid: Handle vfork()/CLONE_VM correctly","x_generator":{"engine":"bippy-1.2.0"}}}}