Lucene search
+L

127 matches found

CVE
CVE
added 2024/05/21 3:30 p.m.186 views

CVE-2023-52762

CVE-2023-52762 — Linux kernel virtio-blk overflow in max DMA size Root cause: In virtio-blk, an implicit conversion from size_t to u32 occurs when assigning (u32)max_size = (size_t)virtio_max_dma_size(vdev); If virtio_max_dma_size(vdev) returns a value larger than U32_MAX, the cast to u32 yields ...

5.5CVSS6.9AI score0.00242EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/05/21 3:30 p.m.46 views

CVE-2023-52762 virtio-blk: fix implicit overflow on virtio_max_dma_size

In the Linux kernel, the following vulnerability has been resolved: virtio-blk: fix implicit overflow on virtiomaxdmasize The following codes have an implicit conversion from sizet to u32: u32maxsize = sizetvirtiomaxdmasizevdev; This may lead overflow, Ex sizet4G - u320. Once virtiomaxdmasize has...

6.7AI score0.00242EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/21 3:30 p.m.16 views

CVE-2023-52762 virtio-blk: fix implicit overflow on virtio_max_dma_size

In the Linux kernel, the following vulnerability has been resolved: virtio-blk: fix implicit overflow on virtiomaxdmasize The following codes have an implicit conversion from sizet to u32: u32maxsize = sizetvirtiomaxdmasizevdev; This may lead overflow, Ex sizet4G - u320. Once virtiomaxdmasize has...

6.1AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/05/21 3:30 p.m.17 views

CVE-2023-52762 virtio-blk: fix implicit overflow on virtio_max_dma_size

In the Linux kernel, the following vulnerability has been resolved: virtio-blk: fix implicit overflow on virtiomaxdmasize The following codes have an implicit conversion from sizet to u32: u32maxsize = sizetvirtiomaxdmasizevdev; This may lead overflow, Ex sizet4G - u320. Once virtiomaxdmasize has...

7AI score0.00242EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/05/21 3:30 p.m.27 views

CVE-2023-52762

In the Linux kernel, the following vulnerability has been resolved: virtio-blk: fix implicit overflow on virtiomaxdmasize The following codes have an implicit conversion from sizet to u32: u32maxsize = sizetvirtiomaxdmasizevdev; This may lead overflow, Ex sizet4G - u320. Once virtiomaxdmasize has...

5.5CVSS7.5AI score0.00242EPSS
SaveExploits0
NVD
NVD
added 2024/05/21 3:15 p.m.14 views

CVE-2021-47319

In the Linux kernel, the following vulnerability has been resolved: virtio-blk: Fix memory leak among suspend/resume procedure The vblk-vqs should be freed before we call initvqs in virtblkrestore...

5.5CVSS6.5AI score0.00259EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/21 3:15 p.m.14 views

CVE-2021-47319

In the Linux kernel, the following vulnerability has been resolved: virtio-blk: Fix memory leak among suspend/resume procedure The vblk-vqs should be freed before we call initvqs in virtblkrestore...

5.5CVSS6.8AI score
SaveExploits0References9
UbuntuCve
UbuntuCve
added 2024/05/21 3:15 p.m.18 views

CVE-2021-47319

In the Linux kernel, the following vulnerability has been resolved: virtio-blk: Fix memory leak among suspend/resume procedure The vblk-vqs should be freed before we call initvqs in virtblkrestore...

5.5CVSS5.9AI score0.00259EPSS
SaveExploits0References15
CVE
CVE
added 2024/05/21 2:35 p.m.98 views

CVE-2021-47319

CVE-2021-47319 concerns a memory leak in the Linux kernel’s virtio-blk driver during suspend/resume. The root cause is that the vblk->vqs were not freed before calling init_vqs() in virtblk_restore(), and a fix was applied to free the vqs prior to reinitialization. Connected advisories confirm...

5.5CVSS6.7AI score0.00259EPSS
SaveExploits0References9Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/21 2:35 p.m.17 views

CVE-2021-47319 virtio-blk: Fix memory leak among suspend/resume procedure

In the Linux kernel, the following vulnerability has been resolved: virtio-blk: Fix memory leak among suspend/resume procedure The vblk-vqs should be freed before we call initvqs in virtblkrestore...

6.8AI score0.00259EPSS
SaveExploits0References9
Cvelist
Cvelist
added 2024/05/21 2:35 p.m.29 views

CVE-2021-47319 virtio-blk: Fix memory leak among suspend/resume procedure

In the Linux kernel, the following vulnerability has been resolved: virtio-blk: Fix memory leak among suspend/resume procedure The vblk-vqs should be freed before we call initvqs in virtblkrestore...

6.5AI score0.00259EPSS
SaveExploits0References9
Oracle linux
Oracle linux
added 2023/06/01 12:00 a.m.48 views

qemu security update

15:4.2.1-26.el7 - migration: check magic value for deciding the mapping of channels manish.mishra Orabug: 34735462 - io: Add support for MSGPEEK for socket channel manish.mishra Orabug: 34735462 - migration: Move channel setup out of postcopytryrecover Peter Xu Orabug: 34735462 - vdpa: commit all...

7.8CVSS7.2AI score0.00306EPSS
SaveExploits0
OSV
OSV
added 2022/09/16 11:34 p.m.11 views

GSD-2022-1005147 virtio-blk: Avoid use-after-free on suspend/resume

virtio-blk: Avoid use-after-free on suspend/resume This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.19.4 by commit...

7.3AI score
SaveExploits0
OSV
OSV
added 2021/08/03 2:53 a.m.35 views

UVI-2021-1001477 virtio-blk: Fix memory leak among suspend/resume procedure

virtio-blk: Fix memory leak among suspend/resume procedure This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.4.276 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/08/03 2:44 a.m.17 views

GSD-2021-1001446 virtio-blk: Fix memory leak among suspend/resume procedure

virtio-blk: Fix memory leak among suspend/resume procedure This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.9.276 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/08/03 2:44 a.m.15 views

UVI-2021-1001446 virtio-blk: Fix memory leak among suspend/resume procedure

virtio-blk: Fix memory leak among suspend/resume procedure This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.9.276 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/08/03 2:32 a.m.14 views

GSD-2021-1001410 virtio-blk: Fix memory leak among suspend/resume procedure

virtio-blk: Fix memory leak among suspend/resume procedure This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.14.240 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/08/03 2:32 a.m.9 views

UVI-2021-1001410 virtio-blk: Fix memory leak among suspend/resume procedure

virtio-blk: Fix memory leak among suspend/resume procedure This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.14.240 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/08/03 2:20 a.m.15 views

GSD-2021-1001366 virtio-blk: Fix memory leak among suspend/resume procedure

virtio-blk: Fix memory leak among suspend/resume procedure This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v4.19.198 by commit...

7.2AI score
SaveExploits0
OSV
OSV
added 2021/08/03 2:11 a.m.11 views

UVI-2021-1001332 virtio-blk: Fix memory leak among suspend/resume procedure

virtio-blk: Fix memory leak among suspend/resume procedure This is an automated ID intended to aid in discovery of potential security vulnerabilities. The actual impact and attack plausibility have not yet been proven. This ID is fixed in Linux Kernel version v5.4.134 by commit...

7.2AI score
SaveExploits0
Rows per page
Query Builder