CVE-2023-52762
MEDIUMLinux Kernel < 5.15.140 - Integer Overflow in virtio-blk DMA Size Calculation
Title source: llmDescription
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.
References (5)
Core 5
Core References
Scores
CVSS v3
5.5
EPSS
0.0024
EPSS Percentile
15.3%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
no
Technical Impact
partial
Details
CWE
CWE-190
Status
published
Products (13)
Linux/Linux
< 5.1
Linux/Linux
5.1
Linux/Linux
5.15.140 - 5.15.*
Linux/Linux
6.1.64 - 6.1.*
Linux/Linux
6.5.13 - 6.5.*
Linux/Linux
6.6.3 - 6.6.*
Linux/Linux
6.7
Linux/Linux
fd1068e1860e44aaaa337b516df4518d1ce98da1 - 017278f141141367f7d14b203e930b45b6ffffb9
Linux/Linux
fd1068e1860e44aaaa337b516df4518d1ce98da1 - 472bd4787406bef2e8b41ee4c74d960a06a49a48
Linux/Linux
fd1068e1860e44aaaa337b516df4518d1ce98da1 - 72775cad7f572bb2501f9ea609e1d20e68f0b38b
... and 3 more
Published
May 21, 2024
Tracked Since
Feb 18, 2026