CVE-2026-90431
Last modified
CVE-2026-90431 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: remoteproc: Prevent crash handling to race with rproc_del() There's no synchronization between rproc_crash_handler_work() and rproc_del(), as such it's possible for a driver to be removed while crash-handler work is scheduled, or even executing - resulting in use-after-free issues. To avoid this the scheduled work need to be cancelled and synchronized against before the removal proceeds. In order to ensure that this doesn't race with the reporting, and thereby scheduling new work, a "deleting" flag is introduced. This is similar to the RPROC_DELETE state that was introduced to ensure that "start" didn't race with rproc_del(), but the existing mechanism can not be used as it's valid to call rproc_report_crash() in atomic context - and the "state" is protected by a mutex. In the event that work is cancelled the pm_stay_awake() is left unbalanced and need to be unrolled. The blocking and cancelling of crash-handler work prior to the actual rproc_shutdown() call does have the explicit side-effect that crashes resulting from the shutdown process will not enter the crash-handling path, and as such will not generate devcoredumps etc.
Description
In the Linux kernel, the following vulnerability has been resolved: remoteproc: Prevent crash handling to race with rproc_del() There's no synchronization between rproc_crash_handler_work() and rproc_del(), as such it's possible for a driver to be removed while crash-handler work is scheduled, or even executing - resulting in use-after-free issues. To avoid this the scheduled work need to be cancelled and synchronized against before the removal proceeds. In order to ensure that this doesn't race with the reporting, and thereby scheduling new work, a "deleting" flag is introduced. This is similar to the RPROC_DELETE state that was introduced to ensure that "start" didn't race with rproc_del(), but the existing mechanism can not be used as it's valid to call rproc_report_crash() in atomic context - and the "state" is protected by a mutex. In the event that work is cancelled the pm_stay_awake() is left unbalanced and need to be unrolled. The blocking and cancelling of crash-handler work prior to the actual rproc_shutdown() call does have the explicit side-effect that crashes resulting from the shutdown process will not enter the crash-handling path, and as such will not generate devcoredumps etc. Due to the existing mutual exclusion between these code paths there's no concrete reduction in functionality, but further work would be needed to handle this case.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8afd519c3470f685f964deebd61aa51d83cde90a, < 50f232c26298923d39a48dc8e03d1732e5a5dcf1; >= 8afd519c3470f685f964deebd61aa51d83cde90a, < 69af36f1fb7d24d287662fef6b2093bcf847a9db; >= 8afd519c3470f685f964deebd61aa51d83cde90a, < a8a62cb4d2f3fd6aa06e86f1711c62d2a4cf17d5; >= 8afd519c3470f685f964deebd61aa51d83cde90a, < 47de033918cd772146f7438aa04471c020b2dedc; >= 8afd519c3470f685f964deebd61aa51d83cde90a, < a31d9562eeec5c4103c202fc87651f6e7d3d0035; >= 8afd519c3470f685f964deebd61aa51d83cde90a, < f15cde11298402f803d5dda9cb9f95eea3d2ca40; >= 8afd519c3470f685f964deebd61aa51d83cde90a, < 61862ed651b2493573e6d2192d5640bc6616f5d0; >= 8afd519c3470f685f964deebd61aa51d83cde90a, < 74ee3b2f5767447c57959994341e5b95f1079977 |
| Linux | Linux | 3.7 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90431?
How severe is CVE-2026-90431?
How do I fix CVE-2026-90431?
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-90425In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90426In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90427In the Linux kernel, the following vulnerability has been re…7.4
- CVE-2026-90428In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90429In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90430In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90432In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90433In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90434In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90435In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90439NGINX Plus and NGINX Open Source have a vulnerability in the…6.5
- CVE-2026-9044An OS command injection vulnerability exists in the VPN modu…8
Are you affected by CVE-2026-90431?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
