VDB
DEBIAN-CVE-2023-52762
DEBIAN-CVE-2023-52762
PUBLISHED
CVSS 5.5 MEDIUM
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.
Risk Scores
CVSS v3.1
5.5
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Debian:13 | linux | 0, 0, 0 |
| Debian:11 | linux | 5.10.149-1, *, 5.10.251-1 |
| Debian:12 | linux | 0, 6.1.37-1, 6.1.38-2 |
| Debian:14 | linux | 0, 0, 0 |
Timeline
- May 21, 2024 CVE Published
- Apr 28, 2026 CVE Updated