Lucene search
+L

13165 matches found

CVE
CVE
added 2025/03/06 3:54 p.m.66 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
Debian CVE
Debian CVE
added 2025/03/06 3:54 p.m.15 views

CVE-2024-58068

In the Linux kernel, the following vulnerability has been resolved: OPP: fix devpmoppfindbw when bandwidth table not initialized If a driver calls devpmoppfindbwceil/floor the retrieve bandwidth from the OPP table but the bandwidth table was not created because the interconnect properties were...

5.5CVSS5.6AI score0.0018EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/03/06 3:54 p.m.33 views

CVE-2024-58068 OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized

In the Linux kernel, the following vulnerability has been resolved: OPP: fix devpmoppfindbw when bandwidth table not initialized If a driver calls devpmoppfindbwceil/floor the retrieve bandwidth from the OPP table but the bandwidth table was not created because the interconnect properties were...

0.0018EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2025/03/06 3:54 p.m.21 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.5CVSS5.4AI score0.00149EPSS
SaveExploits0
CVE
CVE
added 2025/03/06 3:54 p.m.72 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
Debian CVE
Debian CVE
added 2025/03/06 3:54 p.m.13 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.5CVSS5.4AI score0.0015EPSS
SaveExploits0
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
CVE
CVE
added 2025/03/06 3:54 p.m.76 views

CVE-2024-58065

The CVE-2024-58065 issue concerns the Linux kernel component clk: mmp: pxa1908-apbc. Root cause: the NULL vs IS_ERR() check was incorrect because devm_kzalloc() returns NULL on error, not an error pointer. Die to this, a NULL check fix was applied to properly distinguish allocation failures. The ...

5.5CVSS7.2AI score0.00149EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/03/06 3:54 p.m.23 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.5CVSS5.4AI score0.00149EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/03/06 3:54 p.m.24 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.5CVSS5.6AI score0.00175EPSS
SaveExploits0
CVE
CVE
added 2025/03/06 3:54 p.m.164 views

CVE-2024-58064

Technical details for CVE-2024-58064 are not provided in the given documents; no affected products, impact, or fix are specified here. Monitor for updates from vendor/advisory sources.

5.5CVSS7.1AI score0.00175EPSS
SaveExploits0References3Affected Software1
CVE
CVE
added 2025/03/06 3:54 p.m.181 views

CVE-2024-58063

CVE-2024-58063 affects the Linux kernel wireless stack (rtlwifi). The described issue is memory leaks and invalid access on probe error paths in the rtlwifi PCI handling, with deinitialization performed in reverse order when probe fails. Specifically, when init_sw_vars fails, rtl_deinit_core shou...

5.5CVSS7.3AI score0.00206EPSS
SaveExploits0References11Affected Software1
Debian CVE
Debian CVE
added 2025/03/06 3:54 p.m.11 views

CVE-2024-58062

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: avoid NULL pointer dereference When iterating over the links of a vif, we need to make sure that the pointer is valid in other words - that the link exists before dereferncing it. Use foreachvifactivelink that...

5.5CVSS5.6AI score0.00176EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2025/03/06 3:54 p.m.16 views

CVE-2024-58060

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject structops registration that uses module ptr and the module btfid is missing There is a UAF report in the bpfstructops when CONFIGMODULES=n. In particular, the report is on tcpcongestionops that has a "struct module...

7.8CVSS5.9AI score0.00201EPSS
SaveExploits0
OSV
OSV
added 2025/03/06 3:54 p.m.16 views

CVE-2024-58061 wifi: mac80211: prohibit deactivating all links

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: prohibit deactivating all links In the internal API this calls this is a WARNON, but that should remain since internally we want to know about bugs that may cause this. Prevent deactivating all links in the debugf...

6.1AI score
SaveExploits0References10
Vulnrichment
Vulnrichment
added 2025/03/06 3:54 p.m.7 views

CVE-2024-58060 bpf: Reject struct_ops registration that uses module ptr and the module btf_id is missing

In the Linux kernel, the following vulnerability has been resolved: bpf: Reject structops registration that uses module ptr and the module btfid is missing There is a UAF report in the bpfstructops when CONFIGMODULES=n. In particular, the report is on tcpcongestionops that has a "struct module...

7.8CVSS7AI score0.00201EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/03/06 3:54 p.m.17 views

CVE-2024-58061

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: prohibit deactivating all links In the internal API this calls this is a WARNON, but that should remain since internally we want to know about bugs that may cause this. Prevent deactivating all links in the debugf...

5.5CVSS5.7AI score0.00179EPSS
SaveExploits0
CVE
CVE
added 2025/03/06 3:54 p.m.75 views

CVE-2024-58059

In CVE-2024-58059, the vulnerability is in the Linux kernel’s media/uvcvideo code. The deadlock could occur when uvc_probe() fails and ends up calling uvc_status_unregister() before uvc_status_init(), risking synchronization issues in the status handling path. The confirmed fix guards against thi...

5.5CVSS7.2AI score0.00117EPSS
SaveExploits0References2Affected Software1
Debian CVE
Debian CVE
added 2025/03/06 3:54 p.m.56 views

CVE-2024-58059

In the Linux kernel, the following vulnerability has been resolved: media: uvcvideo: Fix deadlock during uvcprobe If uvcprobe fails, it can end up calling uvcstatusunregister before uvcstatusinit is called. Fix this by checking if dev-status is NULL or not in uvcstatusunregister...

5.5CVSS5.4AI score0.00117EPSS
SaveExploits0
CVE
CVE
added 2025/03/06 3:54 p.m.179 views

CVE-2024-58058

CVE-2024-58058 affects the Linux kernel ubifs component. The root cause is a null pointer dereference when c->zroot.znode becomes NULL (after slab cache clearing), causing a crash during tnc tree dumping. The vulnerability is described as resolved, with references in multiple advisories indica...

5.5CVSS7.2AI score0.00224EPSS
SaveExploits0References12Affected Software1
Rows per page
Query Builder