NONE · 0

CVE-2026-93163

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 metho...

Vulnerability 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.

References

FAQ

What is CVE-2026-93163?

CVE-2026-93163 is a documented vulnerability. 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 metho...

How severe is CVE-2026-93163?

CVSS scoring is not yet available for CVE-2026-93163. Check NVD for updates.

Is there a patch for CVE-2026-93163?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.