Lucene search
+L

2636 matches found

Cvelist
Cvelist
added 2024/05/01 5:18 a.m.33 views

CVE-2024-26951 wireguard: netlink: check for dangling peer via is_dead instead of empty list

In the Linux kernel, the following vulnerability has been resolved: wireguard: netlink: check for dangling peer via isdead instead of empty list If all peers are removed via wgpeerremoveall, rather than setting peerlist to empty, the peer is added to a temporary list with a head on the stack of...

7.8AI score0.00233EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2024/05/01 5:18 a.m.27 views

CVE-2024-26951

In the Linux kernel, the following vulnerability has been resolved: wireguard: netlink: check for dangling peer via isdead instead of empty list If all peers are removed via wgpeerremoveall, rather than setting peerlist to empty, the peer is added to a temporary list with a head on the stack of...

7.8CVSS7.3AI score0.00233EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/05/01 5:17 a.m.33 views

CVE-2024-26932 usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd()

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: fix double-free issue in tcpmportunregisterpd When unregister pd capabilitie in tcpm, KASAN will capture below double -free issue. The root cause is the same capabilitiy will be kfreed twice, the first time is...

7.7AI score0.00216EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/05/01 5:17 a.m.19 views

CVE-2024-26932 usb: typec: tcpm: fix double-free issue in tcpm_port_unregister_pd()

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: fix double-free issue in tcpmportunregisterpd When unregister pd capabilitie in tcpm, KASAN will capture below double -free issue. The root cause is the same capabilitiy will be kfreed twice, the first time is...

6.7AI score0.00216EPSS
SaveExploits0References2
CVE
CVE
added 2024/05/01 5:17 a.m.150 views

CVE-2024-26932

Mode C: CVE-2024-26932 affects the Linux kernel USB Type-C tcpm path. The issue is a double-free of the same capabilitiy when unregistering PD capabilities in tcpm_port_unregister_pd(), where the first free occurs via pd_capabilities_release() and the second is explicit in tcpm_port_unregister_pd...

7.8CVSS6.7AI score0.00216EPSS
SaveExploits0References2Affected Software1
RedhatCVE
RedhatCVE
added 2024/04/29 4:5 p.m.35 views

CVE-2022-48651

In the Linux kernel, the following vulnerability has been resolved: ipvlan: Fix out-of-bound bugs caused by unset skb-macheader If an AFPACKET socket is used to send packets through ipvlan and the default xmit function of the AFPACKET socket is changed from devqueuexmit to packetdirectxmit via...

5.8CVSS7.1AI score0.00251EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/04/28 1:0 p.m.42 views

CVE-2022-48651 ipvlan: Fix out-of-bound bugs caused by unset skb->mac_header

In the Linux kernel, the following vulnerability has been resolved: ipvlan: Fix out-of-bound bugs caused by unset skb-macheader If an AFPACKET socket is used to send packets through ipvlan and the default xmit function of the AFPACKET socket is changed from devqueuexmit to packetdirectxmit via...

7.5AI score0.00251EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/04/28 1:0 p.m.26 views

CVE-2022-48651 ipvlan: Fix out-of-bound bugs caused by unset skb->mac_header

In the Linux kernel, the following vulnerability has been resolved: ipvlan: Fix out-of-bound bugs caused by unset skb-macheader If an AFPACKET socket is used to send packets through ipvlan and the default xmit function of the AFPACKET socket is changed from devqueuexmit to packetdirectxmit via...

6.6AI score0.00251EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/04/28 1:0 p.m.14 views

CVE-2022-48649 mm/slab_common: fix possible double free of kmem_cache

In the Linux kernel, the following vulnerability has been resolved: mm/slabcommon: fix possible double free of kmemcache When doing slubdebug test, kfence's 'testmemcachetypesafebyrcu' kunit test case cause a use-after-free error: BUG: KASAN: use-after-free in kobjectdel+0x14/0x30 Read of size 8 ...

6.5AI score0.00217EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2024/04/28 1:0 p.m.39 views

CVE-2022-48649 mm/slab_common: fix possible double free of kmem_cache

In the Linux kernel, the following vulnerability has been resolved: mm/slabcommon: fix possible double free of kmemcache When doing slubdebug test, kfence's 'testmemcachetypesafebyrcu' kunit test case cause a use-after-free error: BUG: KASAN: use-after-free in kobjectdel+0x14/0x30 Read of size 8 ...

6.4AI score0.00217EPSS
SaveExploits0References2
OSV
OSV
added 2024/04/25 6:15 a.m.6 views

UBUNTU-CVE-2024-26924

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: do not free live element Pablo reports a crash with large batches of elements with a back-to-back add/remove pattern. Quoting Pablo: addelem"00000000" timeout 100 ms ... addelem"0000000X" timeout 100 ms...

5.9CVSS6.2AI score0.01287EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2024/04/25 6:15 a.m.29 views

CVE-2024-26924

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: do not free live element Pablo reports a crash with large batches of elements with a back-to-back add/remove pattern. Quoting Pablo: addelem"00000000" timeout 100 ms ... addelem"0000000X" timeout 100 ms...

5.9CVSS6.4AI score0.01287EPSS
SaveExploits0References22
Vulnrichment
Vulnrichment
added 2024/04/24 9:49 p.m.34 views

CVE-2024-26924 netfilter: nft_set_pipapo: do not free live element

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: do not free live element Pablo reports a crash with large batches of elements with a back-to-back add/remove pattern. Quoting Pablo: addelem"00000000" timeout 100 ms ... addelem"0000000X" timeout 100 ms...

6.7AI score0.01287EPSS
SaveExploits0References6
OSV
OSV
added 2024/04/24 9:49 p.m.19 views

CVE-2024-26924 netfilter: nft_set_pipapo: do not free live element

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: do not free live element Pablo reports a crash with large batches of elements with a back-to-back add/remove pattern. Quoting Pablo: addelem"00000000" timeout 100 ms ... addelem"0000000X" timeout 100 ms...

5.9CVSS5.9AI score0.01287EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2024/04/23 1:44 a.m.5 views

SUSE CVE-2024-26892

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921e: fix use-after-free in freeirq From commit a304e1b82808 "PATCH Debug shared irqs", there is a test to make sure the shared irq handler should be able to handle the unexpected event after deregistration. For th...

5.5CVSS6.7AI score0.0023EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2024/04/17 7:54 p.m.34 views

CVE-2024-26852

A use-after-free flaw was found in ip6routempathnotify in the Linux kernel. This may lead to a crash...

7CVSS7.7AI score0.00269EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/17 6:54 p.m.24 views

CVE-2024-26875

In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix uaf in pvr2contextsetnotify Syzbot reported BUG: KASAN: slab-use-after-free in pvr2contextsetnotify+0x2c4/0x310 drivers/media/usb/pvrusb2/pvrusb2-context.c:35 Read of size 4 at addr ffff888113aeb0d8 by task...

4.4CVSS7AI score0.00245EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/17 6:29 p.m.20 views

CVE-2024-26895

In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfaces wilcnetdevcleanup currently triggers a KASAN warning, which can be observed on interface registration error path, or simply by removing the...

4.4CVSS7AI score0.00235EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/17 6:29 p.m.28 views

CVE-2024-26892

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7921e: fix use-after-free in freeirq From commit a304e1b82808 "PATCH Debug shared irqs", there is a test to make sure the shared irq handler should be able to handle the unexpected event after deregistration. For th...

4.4CVSS6.9AI score0.0023EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/17 6:28 p.m.20 views

CVE-2024-26890

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btrtl: fix out of bounds memory access The problem is detected by KASAN. btrtl driver uses private hci data to store 'struct btrealtekdata'. If btrtl driver is used with btusb, then memory for private hci data is...

4.4CVSS6.9AI score0.00756EPSS
SaveExploits0References3
Rows per page
Query Builder