CVE-2026-90291
Last modified
CVE-2026-90291 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: module/dups: Fix use-after-free in kmod_dup_req lifetime handling The kmod dups code uses RCU to ensure that a kmod_dup_req instance is freed only after it is no longer referenced. When releasing an instance, the kmod_dup_request_delete() function removes the kmod_dup_req from the dup_kmod_reqs list, waits via synchronize_rcu() and finally frees it. However, this doesn't work correctly because parallel users referencing the instance in kmod_dup_request_exists_wait() don't enter an RCU read-side critical section.
Description
In the Linux kernel, the following vulnerability has been resolved: module/dups: Fix use-after-free in kmod_dup_req lifetime handling The kmod dups code uses RCU to ensure that a kmod_dup_req instance is freed only after it is no longer referenced. When releasing an instance, the kmod_dup_request_delete() function removes the kmod_dup_req from the dup_kmod_reqs list, waits via synchronize_rcu() and finally frees it. However, this doesn't work correctly because parallel users referencing the instance in kmod_dup_request_exists_wait() don't enter an RCU read-side critical section. This can result in a use-after-free. The kmod_dup_request_exists_wait() function may need to hold a valid reference to a kmod_dup_req instance across a blocking wait until the corresponding modprobe command completes. This makes it unsuitable for RCU. Fix the issue by changing the lifecycle management of kmod_dup_req to use reference counting.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 8660484ed1cf3261e89e0bad94c6395597e87599, < 2c85e0fb528e039aa8ea1e9c2a1f64347f990541; >= 8660484ed1cf3261e89e0bad94c6395597e87599, < b2709aad7599f6fd957939b60f4a8323c8f08072; >= 8660484ed1cf3261e89e0bad94c6395597e87599, < cd2396fc9684d2cfd3f3c3f09c79d6d9d725b0ca; >= 8660484ed1cf3261e89e0bad94c6395597e87599, < 5eecb11b543f9f417bcf0dea239ff99c6af65dbd |
| Linux | Linux | 6.4 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-90291?
How severe is CVE-2026-90291?
How do I fix CVE-2026-90291?
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-90286In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-90287In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90288In the Linux kernel, the following vulnerability has been re…7.4
- CVE-2026-90289In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-9029A user with Editor permissions can place a malicious script …5.4
- CVE-2026-90290In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90292In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-90293In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-90294In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-90295In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90296In the Linux kernel, the following vulnerability has been re…
- CVE-2026-90297In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-90291?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
