Lucene search
+L

884 matches found

Vulnrichment
Vulnrichment
added 2024/05/03 2:51 p.m.28 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.174 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.20 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.1AI score
SaveExploits0References10
RedhatCVE
RedhatCVE
added 2024/05/01 8:56 p.m.32 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
Cvelist
Cvelist
added 2024/05/01 12:54 p.m.42 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
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
OSV
OSV
added 2024/05/01 12:54 p.m.22 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...

5.5CVSS6AI score
SaveExploits0References7
CVE
CVE
added 2024/05/01 12:54 p.m.2606 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
SUSE CVE
SUSE CVE
added 2024/04/30 2:26 a.m.7 views

SUSE CVE-2022-48657

In the Linux kernel, the following vulnerability has been resolved: arm64: topology: fix possible overflow in amufiesetup cpufreqgethwmaxfreq returns max frequency in kHz as unsigned int, while freqinvsetmaxratio gets passed this frequency in Hz as 'u64'. Multiplying max frequency by 1000 can...

3.3CVSS6.5AI score0.00248EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2024/04/29 4:20 p.m.24 views

CVE-2022-48657

In the Linux kernel, the following vulnerability has been resolved: arm64: topology: fix possible overflow in amufiesetup cpufreqgethwmaxfreq returns max frequency in kHz as unsigned int, while freqinvsetmaxratio gets passed this frequency in Hz as 'u64'. Multiplying max frequency by 1000 can...

5.5CVSS7.5AI score0.00248EPSS
SaveExploits0References4
NVD
NVD
added 2024/04/28 1:15 p.m.23 views

CVE-2022-48657

In the Linux kernel, the following vulnerability has been resolved: arm64: topology: fix possible overflow in amufiesetup cpufreqgethwmaxfreq returns max frequency in kHz as unsigned int, while freqinvsetmaxratio gets passed this frequency in Hz as 'u64'. Multiplying max frequency by 1000 can...

7.8CVSS7.5AI score0.00248EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2024/04/28 1:15 p.m.28 views

CVE-2022-48657

In the Linux kernel, the following vulnerability has been resolved: arm64: topology: fix possible overflow in amufiesetup cpufreqgethwmaxfreq returns max frequency in kHz as unsigned int, while freqinvsetmaxratio gets passed this frequency in Hz as 'u64'. Multiplying max frequency by 1000 can...

7.8CVSS6.2AI score0.00248EPSS
SaveExploits0References6
Vulnrichment
Vulnrichment
added 2024/04/28 1:1 p.m.28 views

CVE-2022-48657 arm64: topology: fix possible overflow in amu_fie_setup()

In the Linux kernel, the following vulnerability has been resolved: arm64: topology: fix possible overflow in amufiesetup cpufreqgethwmaxfreq returns max frequency in kHz as unsigned int, while freqinvsetmaxratio gets passed this frequency in Hz as 'u64'. Multiplying max frequency by 1000 can...

7.1AI score0.00248EPSS
SaveExploits0References4
Debian CVE
Debian CVE
added 2024/04/28 1:1 p.m.26 views

CVE-2022-48657

In the Linux kernel, the following vulnerability has been resolved: arm64: topology: fix possible overflow in amufiesetup cpufreqgethwmaxfreq returns max frequency in kHz as unsigned int, while freqinvsetmaxratio gets passed this frequency in Hz as 'u64'. Multiplying max frequency by 1000 can...

7.8CVSS6.2AI score0.00248EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/04/28 1:1 p.m.45 views

CVE-2022-48657 arm64: topology: fix possible overflow in amu_fie_setup()

In the Linux kernel, the following vulnerability has been resolved: arm64: topology: fix possible overflow in amufiesetup cpufreqgethwmaxfreq returns max frequency in kHz as unsigned int, while freqinvsetmaxratio gets passed this frequency in Hz as 'u64'. Multiplying max frequency by 1000 can...

7.8AI score0.00248EPSS
SaveExploits0References4
The Hacker News
The Hacker News
added 2024/04/18 10:31 a.m.31 views

How to Conduct Advanced Static Analysis in a Malware Sandbox

Sandboxes are synonymous with dynamic malware analysis. They help to execute malicious files in a safe virtual environment and observe their behavior. However, they also offer plenty of value in terms of static analysis. See these five scenarios where a sandbox can prove to be a useful tool in yo...

7.6AI score
SaveExploits0
RedhatCVE
RedhatCVE
added 2024/04/17 7:27 p.m.30 views

CVE-2024-26856

In the Linux kernel, the following vulnerability has been resolved: net: sparx5: Fix use after free inside sparx5delmactentry Based on the static analyzis of the code it looks like when an entry from the MAC table was removed, the entry was still used after being freed. More precise the vid of th...

4.4CVSS7.2AI score0.00319EPSS
SaveExploits0References4
Vulnrichment
Vulnrichment
added 2024/04/17 10:17 a.m.18 views

CVE-2024-26856 net: sparx5: Fix use after free inside sparx5_del_mact_entry

In the Linux kernel, the following vulnerability has been resolved: net: sparx5: Fix use after free inside sparx5delmactentry Based on the static analyzis of the code it looks like when an entry from the MAC table was removed, the entry was still used after being freed. More precise the vid of th...

8.8CVSS7AI score0.00319EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/17 10:17 a.m.6 views

CVE-2024-26856 net: sparx5: Fix use after free inside sparx5_del_mact_entry

In the Linux kernel, the following vulnerability has been resolved: net: sparx5: Fix use after free inside sparx5delmactentry Based on the static analyzis of the code it looks like when an entry from the MAC table was removed, the entry was still used after being freed. More precise the vid of th...

8.8CVSS6AI score
SaveExploits0References8
Rows per page
Query Builder