CVE-2026-93163

medium

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

https://git.kernel.org/stable/c/de4f1bcb61a73cc896decdbd27d61a34add93b53

https://git.kernel.org/stable/c/cf293c9c7424de0d04b51367d07f40570ce80231

https://git.kernel.org/stable/c/bee8d1fcdc8f389b595b0a4cf6fe8440f499458a

https://git.kernel.org/stable/c/3a5834db2b1ce25649f330e78efe1ccde78967fd

Details

Source: Mitre, NVD

Published: 2026-09-17

Updated: 2026-09-17

Risk Information

CVSS v2

Base Score: 5.6

Vector: CVSS2#AV:L/AC:L/Au:N/C:P/I:N/A:C

Severity: Medium

CVSS v3

Base Score: 5.5

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Severity: Medium

EPSS

EPSS: 0.002