cbcvebase.
CVE-2023-53998
published 2025-12-24

CVE-2023-53998: In the Linux kernel, the following vulnerability has been resolved: hwrng: virtio - Fix race on data_avail and actual data The virtio rng device kicks off a…

PriorityP422low3.3
EPSS
0.18%
8.2th percentile
In the Linux kernel, the following vulnerability has been resolved: hwrng: virtio - Fix race on data_avail and actual data The virtio rng device kicks off a new entropy request whenever the data available reaches zero. When a new request occurs at the end of a read operation, that is, when the result of that request is only needed by the next reader, then there is a race between the writing of the new data and the next reader. This is because there is no synchronisation whatsoever between the writer and the reader. Fix this by writing data_avail with smp_store_release and reading it with smp_load_acquire when we first enter read. The subsequent reads are safe because they're either protected by the first load acquire, or by the completion mechanism. Also remove the redundant zeroing of data_idx in random_recv_done (data_idx must already be zero at this point) and data_avail in request_entropy (ditto).

Affected

21 ranges
VendorProductVersion rangeFixed in
debianlinux< linux 6.1.52-1 (bookworm)linux 6.1.52-1 (bookworm)
linuxlinux
linuxlinux>= f7f510ec195781c857ab76366a3e1c59e1caae42 < 241ef15776a7c8505008db689175b320d345ecd3241ef15776a7c8505008db689175b320d345ecd3
linuxlinux>= f7f510ec195781c857ab76366a3e1c59e1caae42 < a43bcb0b661cbbf3ad797d2aee6b6fd06b8fc69da43bcb0b661cbbf3ad797d2aee6b6fd06b8fc69d
linuxlinux>= f7f510ec195781c857ab76366a3e1c59e1caae42 < 77471e4912d3960dafe141e268c44be8024fe4dc77471e4912d3960dafe141e268c44be8024fe4dc
linuxlinux>= f7f510ec195781c857ab76366a3e1c59e1caae42 < c76d991b6f01a5d931e7053a73bc9524975a5215c76d991b6f01a5d931e7053a73bc9524975a5215
linuxlinux>= f7f510ec195781c857ab76366a3e1c59e1caae42 < 22c30022cde6e2c88612b3a499223cfa912f1bc722c30022cde6e2c88612b3a499223cfa912f1bc7
linuxlinux>= f7f510ec195781c857ab76366a3e1c59e1caae42 < 318657b4c2077289659f1cd9e2a34f6a3b208e3e318657b4c2077289659f1cd9e2a34f6a3b208e3e
linuxlinux>= f7f510ec195781c857ab76366a3e1c59e1caae42 < 2fc91f156b3f3446a1bce80cf4adedcbf41271c22fc91f156b3f3446a1bce80cf4adedcbf41271c2
linuxlinux>= f7f510ec195781c857ab76366a3e1c59e1caae42 < ac52578d6e8d300dd50f790f29a24169b1edd26cac52578d6e8d300dd50f790f29a24169b1edd26c
linuxlinux_kernel>= 0 < 5.10.191-15.10.191-1
linuxlinux_kernel>= 0 < 6.1.52-16.1.52-1
linuxlinux_kernel>= 0 < 6.4.4-16.4.4-1
linuxlinux_kernel>= 0 < 6.4.4-16.4.4-1
linuxlinux_kernel>= 2.6.26 < 4.19.2914.19.291
linuxlinux_kernel>= 4.20.0 < 5.4.2515.4.251
linuxlinux_kernel>= 5.11.0 < 5.15.1215.15.121
linuxlinux_kernel>= 5.16.0 < 6.1.396.1.39
linuxlinux_kernel>= 5.5.0 < 5.10.1885.10.188
linuxlinux_kernel>= 6.2.0 < 6.3.136.3.13
linuxlinux_kernel>= 6.4.0 < 6.4.46.4.4
Stop checking back — get the weekly exploitation signal.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.