CVE-2026-93163
Last modified
CVE-2026-93163 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: hwrng: core - fix rng list on registration error hwrng_register(rng) does the following: 1. Checks if rng has name and read methods set 2.
Description
In the Linux kernel, the following vulnerability has been resolved: hwrng: core - fix rng list on registration error hwrng_register(rng) does the following: 1. Checks if rng has name and read methods set 2. Checks if the name already exists 3. Adds rng to global rng_list 4. May try to set rng to current_rng If step 4 fails, it returns an error. However, it does not remove the rng from rng_list, causing a dangling reference which can result in use-after-free if the caller frees rng, since registration failed. Add a list_del_init() cleanup step.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 2bbb6983887fefc8026beab01198d30f47b7bd22, < de4f1bcb61a73cc896decdbd27d61a34add93b53; >= 2bbb6983887fefc8026beab01198d30f47b7bd22, < cf293c9c7424de0d04b51367d07f40570ce80231; >= 2bbb6983887fefc8026beab01198d30f47b7bd22, < bee8d1fcdc8f389b595b0a4cf6fe8440f499458a; >= 2bbb6983887fefc8026beab01198d30f47b7bd22, < 3a5834db2b1ce25649f330e78efe1ccde78967fd; 42802952a2725f85f7e36ee3b29593af5fe87197; >= 4.9.320, < 4.10 |
| Linux | Linux | 4.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93163?
How severe is CVE-2026-93163?
How do I fix CVE-2026-93163?
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-93157In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93158In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93159In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93160In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93161In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93162In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93164In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93165In the Linux kernel, the following vulnerability has been re…7.7
- CVE-2026-93166In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93167In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93168In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93169In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93163?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
