Lucene search
+L

340 matches found

OSV
OSV
added 2024/05/17 2:27 p.m.17 views

CVE-2023-52693 ACPI: video: check for error while searching for backlight device parent

In the Linux kernel, the following vulnerability has been resolved: ACPI: video: check for error while searching for backlight device parent If acpigetparent called in acpivideodevregisterbacklight fails, for example, because acpiutacquiremutex fails inside acpigetparent, this can lead to incorre...

5.5CVSS5.9AI score0.00247EPSS
SaveExploits0References13
CVE
CVE
added 2024/05/17 2:24 p.m.94 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
Cvelist
Cvelist
added 2024/05/17 2:24 p.m.36 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
Cvelist
Cvelist
added 2024/05/17 2:24 p.m.28 views

CVE-2023-52685

...

6.7AI 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
Debian CVE
Debian CVE
added 2024/05/17 2:24 p.m.26 views

CVE-2023-52685

Removed by vendor...

7.3AI score
SaveExploits0
Cvelist
Cvelist
added 2024/05/17 2:24 p.m.30 views

CVE-2023-52683 ACPI: LPIT: Avoid u32 multiplication overflow

In the Linux kernel, the following vulnerability has been resolved: ACPI: LPIT: Avoid u32 multiplication overflow In lpitupdateresidency there is a possibility of overflow in multiplication, if tsckhz is large enough UINTMAX/1000. Change multiplication to mulu32u32. Found by Linux Verification...

6.4AI score0.0025EPSS
SaveExploits0References8
CVE
CVE
added 2024/05/17 2:24 p.m.201 views

CVE-2023-52683

CVE-2023-52683: Linux kernel ACPI LPIT integer-overflow in lpit_update_residency() (tsc_khz > UINT_MAX/1000) fixed by replacing a u32 multiplication with mul_u32_u32(). The MiracleLinux advisories (AXSA entries) reference this CVE among affected Linux kernel series and note remediation via ker...

5.5CVSS6.6AI score0.0025EPSS
SaveExploits0References10Affected Software1
SUSE CVE
SUSE CVE
added 2024/05/07 2:49 a.m.5 views

SUSE 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...

5.3CVSS7.6AI score0.00248EPSS
SaveExploits0References14
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
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
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
Cvelist
Cvelist
added 2024/05/03 2:51 p.m.31 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
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:58 p.m.28 views

CVE-2024-27051

A vulnerability was found in the brcmavsisfirmwareloaded function in the Linux Kernel's brcmstb-avs-cpufreq.c driver, where a lack of proper checks may lead to a NULL pointer dereference. This is caused by a call to the cpufreqcpuget function, which may return NULL and whose output is then stored...

5.5CVSS8.1AI score0.00275EPSS
SaveExploits0References4
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.34 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
UbuntuCve
UbuntuCve
added 2024/05/01 1:15 p.m.24 views

CVE-2024-27051

In the Linux kernel, the following vulnerability has been resolved: cpufreq: brcmstb-avs-cpufreq: add check for cpufreqcpuget's return value cpufreqcpuget may return NULL. To avoid NULL-dereference check it and return 0 in case of error. Found by Linux Verification Center linuxtesting.org with...

5.5CVSS6.2AI score0.00275EPSS
SaveExploits0References32
OSV
OSV
added 2024/05/01 1:15 p.m.11 views

UBUNTU-CVE-2024-27051

In the Linux kernel, the following vulnerability has been resolved: cpufreq: brcmstb-avs-cpufreq: add check for cpufreqcpuget's return value cpufreqcpuget may return NULL. To avoid NULL-dereference check it and return 0 in case of error. Found by Linux Verification Center linuxtesting.org with...

5.5CVSS5.9AI score0.00275EPSS
SaveExploits0References33
CVE
CVE
added 2024/05/01 12:54 p.m.3923 views

CVE-2024-27051

CVE-2024-27051 centers on the Linux kernel’s cpufreq/brcmstb-avs-cpufreq code. The underlying issue is that cpufreq_cpu_get could return NULL, risking a NULL dereference. The fix adds a check and returns 0 on error, as described in the advisory lines: “cpufreq_cpu_get may return NULL. To avoid NU...

5.5CVSS6.5AI score0.00275EPSS
SaveExploits0References8Affected Software1
Rows per page
Query Builder