hwrng: core - fix rng list on registration error
Summary
| CVE | CVE-2026-93163 |
| State | PUBLISHED |
| Assigner | Linux |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2026-09-17 17:18:11 UTC |
| Updated | 2026-09-17 17:18:11 UTC |
| 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. |
Vendor Declared Affected Products
| Source | Vendor | Product | Version | Platforms |
|---|
| CNA |
Linux |
Linux |
affected 2bbb6983887fefc8026beab01198d30f47b7bd22 de4f1bcb61a73cc896decdbd27d61a34add93b53 git |
Not specified |
| CNA |
Linux |
Linux |
affected 2bbb6983887fefc8026beab01198d30f47b7bd22 cf293c9c7424de0d04b51367d07f40570ce80231 git |
Not specified |
| CNA |
Linux |
Linux |
affected 2bbb6983887fefc8026beab01198d30f47b7bd22 bee8d1fcdc8f389b595b0a4cf6fe8440f499458a git |
Not specified |
| CNA |
Linux |
Linux |
affected 2bbb6983887fefc8026beab01198d30f47b7bd22 3a5834db2b1ce25649f330e78efe1ccde78967fd git |
Not specified |
| CNA |
Linux |
Linux |
affected 42802952a2725f85f7e36ee3b29593af5fe87197 git |
Not specified |
| CNA |
Linux |
Linux |
affected 4.9.320 4.10 semver |
Not specified |
| CNA |
Linux |
Linux |
affected 4.14 |
Not specified |
| CNA |
Linux |
Linux |
unaffected 4.14 semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 6.12.110 6.12.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 6.18.52 6.18.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 7.2.6 7.2.* semver |
Not specified |
| CNA |
Linux |
Linux |
unaffected 7.3-rc1 * original_commit_for_fix |
Not specified |
References
| Reference | Source | Link | Tags |
|---|
| git.kernel.org/stable/c/3a5834db2b1ce25649f330e78efe1ccde78967fd |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/bee8d1fcdc8f389b595b0a4cf6fe8440f499458a |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/cf293c9c7424de0d04b51367d07f40570ce80231 |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| git.kernel.org/stable/c/de4f1bcb61a73cc896decdbd27d61a34add93b53 |
416baaa9-dc9f-4396-8d5f-8c081fb06d67 |
git.kernel.org |
|
| CVE Program record |
CVE.ORG |
www.cve.org |
canonical |
| NVD vulnerability detail |
NVD |
nvd.nist.gov |
canonical, analysis |
No vendor comments have been submitted for this CVE.
There are currently no legacy QID mappings associated with this CVE.