Lucene search
+L

4996 matches found

CVE
CVE
added 2024/12/27 3:6 p.m.121 views

CVE-2024-56661

CVE-2024-56661 : Linux kernel TIPc vulnerability causing a NULL pointer dereference in cleanup_bearer(), traced to a use-after-free like condition where ub->ubsock->sk could be NULL after a blamed commit, leading to an atomic_dec on tipc_net(sock_net(ub->ubsock->sk))->wq_count. The...

5.5CVSS6.6AI score0.00224EPSS
SaveExploits0References9Affected Software1
Debian CVE
Debian CVE
added 2024/12/27 3:6 p.m.25 views

CVE-2024-56661

In the Linux kernel, the following vulnerability has been resolved: tipc: fix NULL deref in cleanupbearer syzbot found 1 that after blamed commit, ub-ubsock-sk was NULL when attempting the atomicdec : atomicdec&tipcnetsocknetub-ubsock-sk-wqcount; Fix this by caching the tipcnet pointer. 1 Oops:...

5.5CVSS5.7AI score0.00224EPSS
SaveExploits0
CVE
CVE
added 2024/12/27 3:2 p.m.95 views

CVE-2024-56646

Technical details about CVE-2024-56646 are not provided in the supplied documents. Monitor official advisories for affected products, impact, and fixes.

5.5CVSS6.5AI score0.00213EPSS
SaveExploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2024/12/27 3:2 p.m.2 views

CVE-2024-56646 ipv6: avoid possible NULL deref in modify_prefix_route()

In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid possible NULL deref in modifyprefixroute syzbot found a NULL deref 1 in modifyprefixroute, caused by one fib6info without a fib6table pointer set. This can happen for net-ipv6.fib6nullentry 1 Oops: general protection...

6.1AI score0.00213EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2024/12/27 3:2 p.m.17 views

CVE-2024-56646

In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid possible NULL deref in modifyprefixroute syzbot found a NULL deref 1 in modifyprefixroute, caused by one fib6info without a fib6table pointer set. This can happen for net-ipv6.fib6nullentry 1 Oops: general protection...

5.5CVSS5.5AI score0.00213EPSS
SaveExploits0
OSV
OSV
added 2024/12/27 3:2 p.m.9 views

CVE-2024-56646 ipv6: avoid possible NULL deref in modify_prefix_route()

In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid possible NULL deref in modifyprefixroute syzbot found a NULL deref 1 in modifyprefixroute, caused by one fib6info without a fib6table pointer set. This can happen for net-ipv6.fib6nullentry 1 Oops: general protection...

5.5CVSS6AI score
SaveExploits0References6
Cvelist
Cvelist
added 2024/12/27 3:2 p.m.27 views

CVE-2024-56646 ipv6: avoid possible NULL deref in modify_prefix_route()

In the Linux kernel, the following vulnerability has been resolved: ipv6: avoid possible NULL deref in modifyprefixroute syzbot found a NULL deref 1 in modifyprefixroute, caused by one fib6info without a fib6table pointer set. This can happen for net-ipv6.fib6nullentry 1 Oops: general protection...

0.00213EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/27 2:51 p.m.11 views

CVE-2024-56611 mm/mempolicy: fix migrate_to_node() assuming there is at least one VMA in a MM

In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix migratetonode assuming there is at least one VMA in a MM We currently assume that there is at least one VMA in a MM, which isn't true. So we might end up having findvma return NULL, to then de-reference NULL. So...

5.5CVSS6AI score
SaveExploits0References6
NVD
NVD
added 2024/12/27 2:15 p.m.23 views

CVE-2024-56536

In the Linux kernel, the following vulnerability has been resolved: wifi: cw1200: Fix potential NULL dereference A recent refactoring was identified by static analysis to cause a potential NULL dereference, fix this!...

5.5CVSS0.00258EPSS
SaveExploits0References3
OSV
OSV
added 2024/12/27 2:15 p.m.3 views

DEBIAN-CVE-2024-56536

In the Linux kernel, the following vulnerability has been resolved: wifi: cw1200: Fix potential NULL dereference A recent refactoring was identified by static analysis to cause a potential NULL dereference, fix this!...

5.5CVSS5.6AI score0.00258EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 2:15 p.m.2 views

DEBIAN-CVE-2024-53217

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent NULL dereference in nfsd4processcbupdate @ses is initialized to NULL. If nfsd4findbackchannel finds no available backchannel session, setupcallbackclient will try to dereference @ses and segfault...

5.5CVSS5.6AI score0.00696EPSS
SaveExploits0References1
NVD
NVD
added 2024/12/27 2:15 p.m.16 views

CVE-2024-53217

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent NULL dereference in nfsd4processcbupdate @ses is initialized to NULL. If nfsd4findbackchannel finds no available backchannel session, setupcallbackclient will try to dereference @ses and segfault...

7.5CVSS0.00696EPSS
SaveExploits0References11
OSV
OSV
added 2024/12/27 2:15 p.m.20 views

AZL-56181 CVE-2024-53217 affecting package kernel for versions less than 5.15.176.3-1

In the Linux kernel, the following vulnerability has been resolved: NFSD: Prevent NULL dereference in nfsd4processcbupdate @ses is initialized to NULL. If nfsd4findbackchannel finds no available backchannel session, setupcallbackclient will try to dereference @ses and segfault...

5.5CVSS6.7AI score0.00696EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 2:15 p.m.11 views

AZL-55515 CVE-2024-53205 affecting package kernel for versions less than 6.6.85.1-1

In the Linux kernel, the following vulnerability has been resolved: phy: realtek: usb: fix NULL deref in rtkusb2phyprobe In rtkusb2phyprobe devmkzalloc may return NULL but this returned value is not checked...

5.5CVSS6.6AI score0.00269EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 2:15 p.m.11 views

AZL-55469 CVE-2024-53204 affecting package kernel for versions less than 6.6.85.1-1

In the Linux kernel, the following vulnerability has been resolved: phy: realtek: usb: fix NULL deref in rtkusb3phyprobe In rtkusb3phyprobe devmkzalloc may return NULL but this returned value is not checked...

5.5CVSS6.6AI score0.00216EPSS
SaveExploits0References1
NVD
NVD
added 2024/12/27 2:15 p.m.19 views

CVE-2024-53204

In the Linux kernel, the following vulnerability has been resolved: phy: realtek: usb: fix NULL deref in rtkusb3phyprobe In rtkusb3phyprobe devmkzalloc may return NULL but this returned value is not checked...

5.5CVSS0.00216EPSS
SaveExploits0References5
NVD
NVD
added 2024/12/27 2:15 p.m.19 views

CVE-2024-53205

In the Linux kernel, the following vulnerability has been resolved: phy: realtek: usb: fix NULL deref in rtkusb2phyprobe In rtkusb2phyprobe devmkzalloc may return NULL but this returned value is not checked...

5.5CVSS0.00269EPSS
SaveExploits0References5
OSV
OSV
added 2024/12/27 2:15 p.m.2 views

DEBIAN-CVE-2024-53205

In the Linux kernel, the following vulnerability has been resolved: phy: realtek: usb: fix NULL deref in rtkusb2phyprobe In rtkusb2phyprobe devmkzalloc may return NULL but this returned value is not checked...

5.5CVSS5.6AI score0.00269EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 2:15 p.m.1 views

DEBIAN-CVE-2024-53204

In the Linux kernel, the following vulnerability has been resolved: phy: realtek: usb: fix NULL deref in rtkusb3phyprobe In rtkusb3phyprobe devmkzalloc may return NULL but this returned value is not checked...

5.5CVSS5.6AI score0.00216EPSS
SaveExploits0References1
OSV
OSV
added 2024/12/27 2:15 p.m.6 views

DEBIAN-CVE-2024-53188

In the Linux kernel, the following vulnerability has been resolved: wifi: ath12k: fix crash when unbinding If there is an error during some initialization related to firmware, the function ath12kdpcccleanup is called to release resources. However this is released again when the device is unbinded...

5.5CVSS5.6AI score0.00245EPSS
SaveExploits0References1
Rows per page
Query Builder