CVE-2023-52762
UNKNOWN
Published 2024-05-21T15:30:47.724Z
Actions:
Expert Analysis
Professional remediation guidance
Get tailored security recommendations from our analyst team for CVE-2023-52762. We'll provide specific mitigation strategies based on your environment and risk profile.
No CVSS data available
Description
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.
Available Exploits
No exploits available for this CVE.
Related News
No news articles found for this CVE.
Affected Products
References
Published: 2024-05-21T15:30:47.724Z
Last Modified: 2025-05-04T07:42:38.396Z
Copied to clipboard!