Lucene search
+L

13160 matches found

Debian CVE
Debian CVE
added 2025/03/06 3:54 p.m.20 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.23 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.172 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.002EPSS
SaveExploits0References11Affected Software1
CVE
CVE
added 2025/03/06 3:54 p.m.152 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
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
OSV
OSV
added 2025/03/06 3:54 p.m.14 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
Debian CVE
Debian CVE
added 2025/03/06 3:54 p.m.15 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
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.13 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.68 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.54 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.171 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.002EPSS
SaveExploits0References12Affected Software1
Debian CVE
Debian CVE
added 2025/03/06 3:54 p.m.24 views

CVE-2024-58058

In the Linux kernel, the following vulnerability has been resolved: ubifs: skip dumping tnc tree when zroot is null Clearing slab cache will free all znode in memory and make c-zroot.znode = NULL, then dumping tnc tree will access c-zroot.znode which cause null pointer dereference...

5.5CVSS5.6AI score0.002EPSS
SaveExploits0
CVE
CVE
added 2025/03/06 3:53 p.m.177 views

CVE-2024-58055

Mode C: The connected Astra Linux bulletin corroborates the CVE-2024-58055 issue in the Linux kernel USB gadget f_tcm: the bug is a double-free caused by freeing the command before the sense/status completion. The fix is a kernel patch that prevents premature command free; the advisory notes the ...

7.8CVSS7.4AI score0.00233EPSS
SaveExploits0References10Affected Software1
OSV
OSV
added 2025/03/06 3:53 p.m.14 views

CVE-2024-58054 staging: media: max96712: fix kernel oops when removing module

In the Linux kernel, the following vulnerability has been resolved: staging: media: max96712: fix kernel oops when removing module The following kernel oops is thrown when trying to remove the max96712 module: Unable to handle kernel paging request at virtual address 00007375746174db Mem abort...

6AI score
SaveExploits0References9
OSV
OSV
added 2025/03/06 3:53 p.m.21 views

CVE-2024-58055 usb: gadget: f_tcm: Don't free command immediately

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: ftcm: Don't free command immediately Don't prematurely free the command. Wait for the status completion of the sense status. It can be freed then. Otherwise we will double-free the command...

7.8CVSS7.1AI score
SaveExploits0References13
Cvelist
Cvelist
added 2025/03/06 3:53 p.m.30 views

CVE-2024-58051 ipmi: ipmb: Add check devm_kasprintf() returned value

In the Linux kernel, the following vulnerability has been resolved: ipmi: ipmb: Add check devmkasprintf returned value devmkasprintf can return a NULL pointer on failure but this returned value is not checked...

0.00202EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/03/06 3:53 p.m.26 views

CVE-2024-58051

In the Linux kernel, the following vulnerability has been resolved: ipmi: ipmb: Add check devmkasprintf returned value devmkasprintf can return a NULL pointer on failure but this returned value is not checked...

5.5CVSS5.7AI score0.00202EPSS
SaveExploits0
OSV
OSV
added 2025/03/06 3:53 p.m.28 views

CVE-2024-58051 ipmi: ipmb: Add check devm_kasprintf() returned value

In the Linux kernel, the following vulnerability has been resolved: ipmi: ipmb: Add check devmkasprintf returned value devmkasprintf can return a NULL pointer on failure but this returned value is not checked...

6.1AI score
SaveExploits0References14
CNNVD
CNNVD
added 2025/03/06 12:00 a.m.7 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 module removal that could cause the kernel to crash...

6.4AI score0.00194EPSS
SaveExploits0References6
Rows per page
Query Builder