Lucene search
+L

1360 matches found

Positive Technologies
Positive Technologies
added 2025/04/01 12:00 a.m.13 views

PT-2025-27729

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A NULL pointer dereference issue has been identified in the Linux kernel, specifically in the wled configure function. This issue arises because devm kasprintf returns NULL when memory...

5.5CVSS6.5AI score0.00177EPSS
SaveExploits0
CNNVD
CNNVD
added 2025/03/12 12:00 a.m.10 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from a failure to check for the null value of rxsk, which could result in a null pointer dereference...

5.5CVSS6.3AI score0.00211EPSS
SaveExploits0References3
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
CVE
CVE
added 2025/03/10 6:19 p.m.102 views

CVE-2024-56188

CVE-2024-56188 affects Google Pixel devices with a modem component vulnerability caused by a missing null check, enabling Denial of Service. Reports consistently describe DoS without user interaction and without extra privileges. Pixel Update Bulletin (March 2025) lists CVE-2024-56188 under the M...

5.1CVSS7AI score0.00106EPSS
SaveExploits0References1Affected Software1
Positive Technologies
Positive Technologies
added 2025/03/10 12:00 a.m.29 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.66418EPSS
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.9 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.29 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
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
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.8 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.11 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
Rows per page
Query Builder