Lucene search
+L

3093 matches found

OSV
OSV
added 2024/04/17 11:15 a.m.3 views

DEBIAN-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...

7.8CVSS6AI score0.006EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 11:15 a.m.2 views

DEBIAN-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...

7.8CVSS5.5AI score0.00235EPSS
SaveExploits0References1
NVD
NVD
added 2024/04/17 11:15 a.m.30 views

CVE-2024-26865

In the Linux kernel, the following vulnerability has been resolved: rds: tcp: Fix use-after-free of net in reqsktimerhandler. syzkaller reported a warning of netns tracker 0 followed by KASAN splat 1 and another ref tracker warning 1. syzkaller could not find a repro, but in the log, the only...

7.8CVSS7.2AI score0.0023EPSS
SaveExploits0References5
NVD
NVD
added 2024/04/17 11:15 a.m.23 views

CVE-2024-26852

In the Linux kernel, the following vulnerability has been resolved: net/ipv6: avoid possible UAF in ip6routempathnotify syzbot found another use-after-free in ip6routempathnotify 1 Commit f7225172f25a "net/ipv6: prevent use after free in ip6routempathnotify" was not able to fix the root cause. We...

7.8CVSS7.5AI score0.00269EPSS
SaveExploits0References11
OSV
OSV
added 2024/04/17 11:15 a.m.6 views

UBUNTU-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...

7.8CVSS6.2AI score0.006EPSS
SaveExploits0References17
OSV
OSV
added 2024/04/17 11:15 a.m.6 views

UBUNTU-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...

7.8CVSS6AI score0.00235EPSS
SaveExploits0References25
UbuntuCve
UbuntuCve
added 2024/04/17 11:15 a.m.29 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...

7.8CVSS6.4AI score0.006EPSS
SaveExploits0References16
UbuntuCve
UbuntuCve
added 2024/04/17 11:15 a.m.37 views

CVE-2024-26865

In the Linux kernel, the following vulnerability has been resolved: rds: tcp: Fix use-after-free of net in reqsktimerhandler. syzkaller reported a warning of netns tracker 0 followed by KASAN splat 1 and another ref tracker warning 1. syzkaller could not find a repro, but in the log, the only...

7.8CVSS6.4AI score0.0023EPSS
SaveExploits0References12
UbuntuCve
UbuntuCve
added 2024/04/17 11:15 a.m.33 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...

7.8CVSS6.3AI score0.0023EPSS
SaveExploits0References11
UbuntuCve
UbuntuCve
added 2024/04/17 11:15 a.m.39 views

CVE-2024-26852

In the Linux kernel, the following vulnerability has been resolved: net/ipv6: avoid possible UAF in ip6routempathnotify syzbot found another use-after-free in ip6routempathnotify 1 Commit f7225172f25a "net/ipv6: prevent use after free in ip6routempathnotify" was not able to fix the root cause. We...

7.8CVSS6.1AI score0.00269EPSS
SaveExploits0References25
Vulnrichment
Vulnrichment
added 2024/04/17 10:27 a.m.28 views

CVE-2024-26903 Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: rfcomm: Fix null-ptr-deref in rfcommchecksecurity During our fuzz testing of the connection and disconnection process at the RFCOMM layer, we discovered this bug. By comparing the packets from a normal connection and...

6.7AI score0.00279EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/04/17 10:27 a.m.46 views

CVE-2024-26903 Bluetooth: rfcomm: Fix null-ptr-deref in rfcomm_check_security

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: rfcomm: Fix null-ptr-deref in rfcommchecksecurity During our fuzz testing of the connection and disconnection process at the RFCOMM layer, we discovered this bug. By comparing the packets from a normal connection and...

5.8AI score0.00279EPSS
SaveExploits0References8
CVE
CVE
added 2024/04/17 10:27 a.m.4570 views

CVE-2024-26895

CVE-2024-26895 — Linux kernel (wifi: wilc1000) use-after-free during vif cleanup . The issue occurs when unregistering net devices while traversing the vif list, because a netdevice’s private vif data is freed (due to needs_free_netdev being set during registration) and the loop subsequently acce...

7.8CVSS6.5AI score0.00235EPSS
SaveExploits0References9Affected Software1
Cvelist
Cvelist
added 2024/04/17 10:27 a.m.37 views

CVE-2024-26895 wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfaces

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...

7.8CVSS7.9AI score0.00235EPSS
SaveExploits0References7
OSV
OSV
added 2024/04/17 10:27 a.m.14 views

CVE-2024-26895 wifi: wilc1000: prevent use-after-free on vif when cleaning up all interfaces

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...

7.8CVSS5.9AI score
SaveExploits0References12
Vulnrichment
Vulnrichment
added 2024/04/17 10:27 a.m.21 views

CVE-2024-26892 wifi: mt76: mt7921e: fix use-after-free in free_irq()

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...

6.6AI score0.0023EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2024/04/17 10:27 a.m.53 views

CVE-2024-26892 wifi: mt76: mt7921e: fix use-after-free in free_irq()

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...

7.5AI score0.0023EPSS
SaveExploits0References4
CVE
CVE
added 2024/04/17 10:27 a.m.207 views

CVE-2024-26890

CVE-2024-26890 affects the Linux kernel Bluetooth stack, specifically the btrtl driver when used with hci_h5. The issue arises from missing private-hci data allocation after hci_dev, causing a slab-out-of-bounds write (8 bytes) during btrtl_initialize, detectable via KASAN. The root cause is memo...

7.8CVSS6.6AI score0.006EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/04/17 10:27 a.m.17 views

CVE-2024-26890 Bluetooth: btrtl: fix out of bounds memory access

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...

7.8CVSS5.9AI score
SaveExploits0References7
Cvelist
Cvelist
added 2024/04/17 10:27 a.m.34 views

CVE-2024-26875 media: pvrusb2: fix uaf in pvr2_context_set_notify

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...

7.8AI score0.00245EPSS
SaveExploits0References9
Rows per page
Query Builder