{"id":"CVE-2026-90431","summary":"remoteproc: Prevent crash handling to race with rproc_del()","details":"In the Linux kernel, the following vulnerability has been resolved:\n\nremoteproc: Prevent crash handling to race with rproc_del()\n\nThere's no synchronization between rproc_crash_handler_work() and\nrproc_del(), as such it's possible for a driver to be removed while\ncrash-handler work is scheduled, or even executing - resulting in\nuse-after-free issues.\n\nTo avoid this the scheduled work need to be cancelled and synchronized\nagainst before the removal proceeds.\n\nIn order to ensure that this doesn't race with the reporting, and\nthereby scheduling new work, a \"deleting\" flag is introduced. This is\nsimilar to the RPROC_DELETE state that was introduced to ensure that\n\"start\" didn't race with rproc_del(), but the existing mechanism can not\nbe used as it's valid to call rproc_report_crash() in atomic context -\nand the \"state\" is protected by a mutex.\n\nIn the event that work is cancelled the pm_stay_awake() is left\nunbalanced and need to be unrolled.\n\nThe blocking and cancelling of crash-handler work prior to the actual\nrproc_shutdown() call does have the explicit side-effect that crashes\nresulting from the shutdown process will not enter the crash-handling\npath, and as such will not generate devcoredumps etc. Due to the\nexisting mutual exclusion between these code paths there's no concrete\nreduction in functionality, but further work would be needed to handle\nthis case.","modified":"2026-09-19T03:47:26.236415628Z","published":"2026-09-17T16:09:51.759Z","database_specific":{"osv_generated_from":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90431.json","cna_assigner":"Linux"},"references":[{"type":"WEB","url":"https://git.kernel.org/stable/c/47de033918cd772146f7438aa04471c020b2dedc"},{"type":"WEB","url":"https://git.kernel.org/stable/c/50f232c26298923d39a48dc8e03d1732e5a5dcf1"},{"type":"WEB","url":"https://git.kernel.org/stable/c/61862ed651b2493573e6d2192d5640bc6616f5d0"},{"type":"WEB","url":"https://git.kernel.org/stable/c/69af36f1fb7d24d287662fef6b2093bcf847a9db"},{"type":"WEB","url":"https://git.kernel.org/stable/c/74ee3b2f5767447c57959994341e5b95f1079977"},{"type":"WEB","url":"https://git.kernel.org/stable/c/a31d9562eeec5c4103c202fc87651f6e7d3d0035"},{"type":"WEB","url":"https://git.kernel.org/stable/c/a8a62cb4d2f3fd6aa06e86f1711c62d2a4cf17d5"},{"type":"WEB","url":"https://git.kernel.org/stable/c/f15cde11298402f803d5dda9cb9f95eea3d2ca40"},{"type":"ADVISORY","url":"https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/90xxx/CVE-2026-90431.json"},{"type":"ADVISORY","url":"https://nvd.nist.gov/vuln/detail/CVE-2026-90431"},{"type":"PACKAGE","url":"https://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":"8afd519c3470f685f964deebd61aa51d83cde90a"},{"fixed":"50f232c26298923d39a48dc8e03d1732e5a5dcf1"},{"fixed":"69af36f1fb7d24d287662fef6b2093bcf847a9db"},{"fixed":"a8a62cb4d2f3fd6aa06e86f1711c62d2a4cf17d5"},{"fixed":"47de033918cd772146f7438aa04471c020b2dedc"},{"fixed":"a31d9562eeec5c4103c202fc87651f6e7d3d0035"},{"fixed":"f15cde11298402f803d5dda9cb9f95eea3d2ca40"},{"fixed":"61862ed651b2493573e6d2192d5640bc6616f5d0"},{"fixed":"74ee3b2f5767447c57959994341e5b95f1079977"}]}],"database_specific":{"source":"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90431.json"}},{"package":{"name":"Kernel","ecosystem":"Linux"},"ranges":[{"type":"ECOSYSTEM","events":[{"introduced":"3.7.0"},{"fixed":"5.10.270"}]},{"type":"ECOSYSTEM","events":[{"introduced":"5.11.0"},{"fixed":"5.15.221"}]},{"type":"ECOSYSTEM","events":[{"introduced":"5.16.0"},{"fixed":"6.1.188"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.2.0"},{"fixed":"6.6.157"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.7.0"},{"fixed":"6.12.110"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.13.0"},{"fixed":"6.18.52"}]},{"type":"ECOSYSTEM","events":[{"introduced":"6.19.0"},{"fixed":"7.2.6"}]}],"database_specific":{"source":"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-90431.json"}}],"schema_version":"1.9.0"}