Lucene search

K
redhatcveRedhat.comRH:CVE-2023-52762
HistoryJun 12, 2024 - 12:28 a.m.

CVE-2023-52762

2024-06-1200:28:19
redhat.com
access.redhat.com
5
linux kernel
virtio-blk
vulnerability
cve-2023-52762
implicit overflow
virtio_max_dma_size

AI Score

7.2

Confidence

Low

EPSS

0

Percentile

15.5%

In the Linux kernel, the following vulnerability has been resolved: virtio-blk: fix implicit overflow on virtio_max_dma_size The following codes have an implicit conversion from size_t to u32: (u32)max_size = (size_t)virtio_max_dma_size(vdev); This may lead overflow, Ex (size_t)4G -> (u32)0. Once virtio_max_dma_size() has a larger size than U32_MAX, use U32_MAX instead.

AI Score

7.2

Confidence

Low

EPSS

0

Percentile

15.5%