First published: Tue May 21 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/kernel | <5.15.140 | 5.15.140 |
redhat/kernel | <6.1.64 | 6.1.64 |
redhat/kernel | <6.5.13 | 6.5.13 |
redhat/kernel | <6.6.3 | 6.6.3 |
redhat/kernel | <6.7 | 6.7 |
IBM Security Verify Governance - Identity Manager | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Software Stack | <=ISVG 10.0.2 | |
IBM Security Verify Governance, Identity Manager Virtual Appliance | <=ISVG 10.0.2 | |
IBM Security Verify Governance Identity Manager Container | <=ISVG 10.0.2 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2023-52762 is considered a high-severity vulnerability due to the potential for overflow issues that may affect system stability.
To address CVE-2023-52762, upgrade to kernel versions 5.15.140, 6.1.64, 6.5.13, 6.6.3, or 6.7 as specified.
CVE-2023-52762 affects specific versions of the Linux kernel, particularly those used in Red Hat systems and IBM Security Verify Governance products.
CVE-2023-52762 exploits an implicit conversion issue that can lead to size overflow during virtio block device operations.
Currently, there are no known workarounds for CVE-2023-52762 and applying the updates is the recommended solution.