Lucene search
+L

836 matches found

OSV
OSV
added 2024/05/17 3:15 p.m.7 views

UBUNTU-CVE-2023-52687

In the Linux kernel, the following vulnerability has been resolved: crypto: safexcel - Add error handling for dmamapsg calls Macro dmamapsg may return 0 on error. This patch enables checks in case of the macro failure and ensures unmapping of previously mapped buffers with dmaunmapsg. Found by...

5.5CVSS6.4AI score0.00222EPSS
SaveExploits0References15
Vulnrichment
Vulnrichment
added 2024/05/17 2:24 p.m.15 views

CVE-2023-52687 crypto: safexcel - Add error handling for dma_map_sg() calls

In the Linux kernel, the following vulnerability has been resolved: crypto: safexcel - Add error handling for dmamapsg calls Macro dmamapsg may return 0 on error. This patch enables checks in case of the macro failure and ensures unmapping of previously mapped buffers with dmaunmapsg. Found by...

6.8AI score0.00222EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/17 2:24 p.m.35 views

CVE-2023-52687 crypto: safexcel - Add error handling for dma_map_sg() calls

In the Linux kernel, the following vulnerability has been resolved: crypto: safexcel - Add error handling for dmamapsg calls Macro dmamapsg may return 0 on error. This patch enables checks in case of the macro failure and ensures unmapping of previously mapped buffers with dmaunmapsg. Found by...

6.5AI score0.00222EPSS
SaveExploits0References4
OSV
OSV
added 2024/05/17 2:24 p.m.23 views

CVE-2023-52687 crypto: safexcel - Add error handling for dma_map_sg() calls

In the Linux kernel, the following vulnerability has been resolved: crypto: safexcel - Add error handling for dmamapsg calls Macro dmamapsg may return 0 on error. This patch enables checks in case of the macro failure and ensures unmapping of previously mapped buffers with dmaunmapsg. Found by...

5.5CVSS6.2AI score0.00222EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/05/17 2:24 p.m.58 views

CVE-2023-52687

In the Linux kernel, the following vulnerability has been resolved: crypto: safexcel - Add error handling for dmamapsg calls Macro dmamapsg may return 0 on error. This patch enables checks in case of the macro failure and ensures unmapping of previously mapped buffers with dmaunmapsg. Found by...

5.5CVSS7.3AI score0.00222EPSS
SaveExploits0
CVE
CVE
added 2024/05/17 2:24 p.m.93 views

CVE-2023-52687

CVE-2023-52687 affects the Linux kernel crypto safexcel path. The issue arises when dma_map_sg() can return 0 on error, risking improper handling of DMA mappings. The published patch adds error checks for dma_map_sg() and ensures previously mapped buffers are unmapped via dma_unmap_sg() to preven...

5.5CVSS6.7AI score0.00222EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/17 2:24 p.m.16 views

CVE-2023-52685

...

7.6AI score
SaveExploits0
CVE
CVE
added 2024/05/17 2:24 p.m.89 views

CVE-2023-52685

CVE-2023-52685 is rejected and not an active vulnerability entry.

7.7AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2024/05/05 12:0 a.m.10 views

Fedora 38 : clamav (2024-92b8ac25a5)

The remote Fedora 38 host has a package installed that is affected by a vulnerability as referenced in the FEDORA-2024-92b8ac25a5 advisory. ClamAV 1.0.6 is a critical patch release with the following fixes: Updated select Rust dependencies to the latest versions. This resolved Cargo audit...

5.8AI score
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/05/03 3:15 p.m.24 views

CVE-2022-48672

In the Linux kernel, the following vulnerability has been resolved: of: fdt: fix off-by-one error in unflattendtnodes Commit 78c44d910d3e "drivers/of: Fix depth when unflattening devicetree" forgot to fix up the depth check in the loop body in unflattendtnodes which makes it possible to overflow...

7.8CVSS6.2AI score0.00248EPSS
SaveExploits0References9
OSV
OSV
added 2024/05/03 3:15 p.m.2 views

UBUNTU-CVE-2022-48672

In the Linux kernel, the following vulnerability has been resolved: of: fdt: fix off-by-one error in unflattendtnodes Commit 78c44d910d3e "drivers/of: Fix depth when unflattening devicetree" forgot to fix up the depth check in the loop body in unflattendtnodes which makes it possible to overflow...

7.8CVSS6.1AI score0.00248EPSS
SaveExploits0References10
Cvelist
Cvelist
added 2024/05/03 2:51 p.m.30 views

CVE-2022-48672 of: fdt: fix off-by-one error in unflatten_dt_nodes()

In the Linux kernel, the following vulnerability has been resolved: of: fdt: fix off-by-one error in unflattendtnodes Commit 78c44d910d3e "drivers/of: Fix depth when unflattening devicetree" forgot to fix up the depth check in the loop body in unflattendtnodes which makes it possible to overflow...

7.7AI score0.00248EPSS
SaveExploits0References7
Vulnrichment
Vulnrichment
added 2024/05/03 2:51 p.m.27 views

CVE-2022-48672 of: fdt: fix off-by-one error in unflatten_dt_nodes()

In the Linux kernel, the following vulnerability has been resolved: of: fdt: fix off-by-one error in unflattendtnodes Commit 78c44d910d3e "drivers/of: Fix depth when unflattening devicetree" forgot to fix up the depth check in the loop body in unflattendtnodes which makes it possible to overflow...

6.9AI score0.00248EPSS
SaveExploits0References7
CVE
CVE
added 2024/05/03 2:51 p.m.171 views

CVE-2022-48672

CVE-2022-48672 is a Linux kernel issue in the device-tree flattening path: in unflatten_dt_nodes(), an off-by-one error can overflow the nps[] buffer due to an unfixed depth check in the loop. The problem was fixed by commit 78c44d910d3e, in which the depth handling during unflattening was correc...

7.8CVSS6.6AI score0.00248EPSS
SaveExploits0References7Affected Software1
OSV
OSV
added 2024/05/03 2:51 p.m.18 views

CVE-2022-48672 of: fdt: fix off-by-one error in unflatten_dt_nodes()

In the Linux kernel, the following vulnerability has been resolved: of: fdt: fix off-by-one error in unflattendtnodes Commit 78c44d910d3e "drivers/of: Fix depth when unflattening devicetree" forgot to fix up the depth check in the loop body in unflattendtnodes which makes it possible to overflow...

7.8CVSS6.1AI score0.00248EPSS
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/05/01 8:56 p.m.31 views

CVE-2024-27041

A vulnerability was found in the Linux kernel's AMD amdgpudm.c driver, where a lack of proper checks in the amdgpudmfini function could result in a NULL pointer dereference. This scenario can occur when attempting to access the value adev-dm.dc and could lead to memory corruption or system...

5.5CVSS6.9AI score0.00272EPSS
SaveExploits0References4
NVD
NVD
added 2024/05/01 1:15 p.m.32 views

CVE-2024-27041

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix NULL checks for adev-dm.dc in amdgpudmfini Since 'adev-dm.dc' in amdgpudmfini might turn out to be NULL before the call to dcenabledmubnotifications, check beforehand to ensure there will not be a possible...

5.5CVSS7.3AI score0.00272EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/05/01 12:54 p.m.37 views

CVE-2024-27041 drm/amd/display: fix NULL checks for adev->dm.dc in amdgpu_dm_fini()

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix NULL checks for adev-dm.dc in amdgpudmfini Since 'adev-dm.dc' in amdgpudmfini might turn out to be NULL before the call to dcenabledmubnotifications, check beforehand to ensure there will not be a possible...

6.6AI score0.00272EPSS
SaveExploits0References4
CVE
CVE
added 2024/05/01 12:54 p.m.2600 views

CVE-2024-27041

CVE-2024-27041 affects the Linux kernel DRM AMD display path. The issue is a NULL-ptr dereference in amdgpu_dm_fini() if adev->dm.dc is NULL before dc_enable_dmub_notifications(). The fix consolidates NULL checks under a single conditional and ensures safe access prior to deinitialization, per...

5.5CVSS6.5AI score0.00272EPSS
SaveExploits0References4Affected Software1
Vulnrichment
Vulnrichment
added 2024/05/01 12:54 p.m.17 views

CVE-2024-27041 drm/amd/display: fix NULL checks for adev->dm.dc in amdgpu_dm_fini()

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix NULL checks for adev-dm.dc in amdgpudmfini Since 'adev-dm.dc' in amdgpudmfini might turn out to be NULL before the call to dcenabledmubnotifications, check beforehand to ensure there will not be a possible...

6.7AI score0.00272EPSS
SaveExploits0References4
Rows per page
Query Builder