Lucene search
+L

1373 matches found

Vulnrichment
Vulnrichment
added 2025/03/10 6:19 p.m.10 views

CVE-2024-56188

there is a possible way to crash the modem due to a missing null check. This could lead to remote denial of service with no additional execution privileges needed. User interaction is not needed for exploitation...

5.3AI score0.00106EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2025/03/10 12:00 a.m.30 views

PT-2025-14487 · Linux +3 · Linux Kernel +3

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: The issue concerns a NULL-check in the Linux kernel's drm/amdgpu component when determining GFX12 PTE flags. Specifically, PRT BOs may not have any backing store, resulting in a NULL...

7.8CVSS5.5AI score0.67588EPSS
SaveExploits6References1241
RedhatCVE
RedhatCVE
added 2025/03/08 4:56 p.m.30 views

CVE-2024-58065

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-apbc: Fix NULL vs ISERR check The devmkzalloc function returns NULL on error, not error pointers. Fix the check...

5.5CVSS6.9AI score0.00149EPSS
SaveExploits0References4
Microsoft CVE
Microsoft CVE
added 2025/03/08 8:00 a.m.10 views

gpio: grgpio: Add NULL check in grgpio_probe

...

5.5CVSS7.4AI score0.00255EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2025/03/07 2:39 a.m.8 views

SUSE CVE-2024-58064

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: tests: Fix potential NULL dereference in testcfg80211parsecolocatedap kunitkzalloc may return NULL, dereferencing it without NULL check may lead to NULL dereference. Add a NULL check for ies...

5.5CVSS7.6AI score0.00175EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/03/07 2:39 a.m.7 views

SUSE CVE-2024-58067

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-mpmu: Fix a NULL vs ISERR check The devmkzalloc function returns NULL on error, not error pointers. Update the check to match...

5.5CVSS6.5AI score0.00149EPSS
SaveExploits0References3
NVD
NVD
added 2025/03/06 4:15 p.m.36 views

CVE-2024-58067

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-mpmu: Fix a NULL vs ISERR check The devmkzalloc function returns NULL on error, not error pointers. Update the check to match...

5.5CVSS0.00149EPSS
SaveExploits0References2
NVD
NVD
added 2025/03/06 4:15 p.m.22 views

CVE-2024-58065

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-apbc: Fix NULL vs ISERR check The devmkzalloc function returns NULL on error, not error pointers. Fix the check...

5.5CVSS0.00149EPSS
SaveExploits0References2
NVD
NVD
added 2025/03/06 4:15 p.m.21 views

CVE-2024-58064

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: tests: Fix potential NULL dereference in testcfg80211parsecolocatedap kunitkzalloc may return NULL, dereferencing it without NULL check may lead to NULL dereference. Add a NULL check for ies...

5.5CVSS0.00175EPSS
SaveExploits0References3
NVD
NVD
added 2025/03/06 4:15 p.m.30 views

CVE-2024-58066

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-apbcp: Fix a NULL vs ISERR check The devmkzalloc function doesn't return error pointers, it returns NULL on error. Update the check to match...

5.5CVSS0.0015EPSS
SaveExploits0References2
CVE
CVE
added 2025/03/06 3:54 p.m.65 views

CVE-2024-58067

The CVE-2024-58067 issue affects the Linux kernel in the clk: mmp: pxa1908-mpmu path. Root cause: an incorrect NULL vs IS_ERR() check around devm_kzalloc() where NULL is returned on error; the check has been updated to match. Impact, as per listed metadata, is availability impact HIGH with no con...

5.5CVSS7.1AI score0.00149EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/03/06 3:54 p.m.9 views

CVE-2024-58067 clk: mmp: pxa1908-mpmu: Fix a NULL vs IS_ERR() check

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-mpmu: Fix a NULL vs ISERR check The devmkzalloc function returns NULL on error, not error pointers. Update the check to match...

5.5CVSS6.5AI score
SaveExploits0References5
CVE
CVE
added 2025/03/06 3:54 p.m.71 views

CVE-2024-58066

The CVE-2024-58066 entry concerns a Linux kernel vulnerability in the clk: mmp: pxa1908-apbcp component. The issue was a NULL vs IS_ERR() check related to devm_kzalloc() returning NULL on error, not an error-pointer, and the code was updated to align the check with the actual return value. Affect...

5.5CVSS7.1AI score0.0015EPSS
SaveExploits0References2Affected Software1
OSV
OSV
added 2025/03/06 3:54 p.m.12 views

CVE-2024-58066 clk: mmp: pxa1908-apbcp: Fix a NULL vs IS_ERR() check

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-apbcp: Fix a NULL vs ISERR check The devmkzalloc function doesn't return error pointers, it returns NULL on error. Update the check to match...

5.5CVSS6.5AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/03/06 3:54 p.m.5 views

CVE-2024-58066 clk: mmp: pxa1908-apbcp: Fix a NULL vs IS_ERR() check

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-apbcp: Fix a NULL vs ISERR check The devmkzalloc function doesn't return error pointers, it returns NULL on error. Update the check to match...

6.1AI score0.0015EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2025/03/06 3:54 p.m.24 views

CVE-2024-58065 clk: mmp: pxa1908-apbc: Fix NULL vs IS_ERR() check

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-apbc: Fix NULL vs ISERR check The devmkzalloc function returns NULL on error, not error pointers. Fix the check...

0.00149EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2025/03/06 3:54 p.m.3 views

CVE-2024-58065 clk: mmp: pxa1908-apbc: Fix NULL vs IS_ERR() check

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-apbc: Fix NULL vs ISERR check The devmkzalloc function returns NULL on error, not error pointers. Fix the check...

6.2AI score0.00149EPSS
SaveExploits0References2
OSV
OSV
added 2025/03/06 3:54 p.m.10 views

CVE-2024-58065 clk: mmp: pxa1908-apbc: Fix NULL vs IS_ERR() check

In the Linux kernel, the following vulnerability has been resolved: clk: mmp: pxa1908-apbc: Fix NULL vs ISERR check The devmkzalloc function returns NULL on error, not error pointers. Fix the check...

5.5CVSS6.5AI score
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2025/03/06 3:54 p.m.3 views

CVE-2024-58064 wifi: cfg80211: tests: Fix potential NULL dereference in test_cfg80211_parse_colocated_ap()

In the Linux kernel, the following vulnerability has been resolved: wifi: cfg80211: tests: Fix potential NULL dereference in testcfg80211parsecolocatedap kunitkzalloc may return NULL, dereferencing it without NULL check may lead to NULL dereference. Add a NULL check for ies...

7.5AI score0.00175EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:00 a.m.9 views

Linux Distros Unpatched Vulnerability : CVE-2025-21775

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: can: ctucanfd: handle skb allocation failure If skb allocation fails, the pointer to struct...

5.5CVSS5.6AI score0.00218EPSS
SaveExploits0References2
Rows per page
Query Builder