Lucene search
+L

2636 matches found

CVE
CVE
added 2024/04/17 10:27 a.m.199 views

CVE-2024-26890

The CVE-2024-26890 vulnerability is in the Linux kernel Bluetooth stack (btrtl driver). When the btrtl driver is used with hci_h5, private HCI data memory was not allocated after hci_dev, causing a potential out-of-bounds write detected by KASAN. The fix adds memory allocation for the hci_h5 path...

6.5CVSS6.6AI score0.00756EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2024/04/17 10:27 a.m.15 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...

6.5CVSS5.9AI score0.00756EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/04/17 10:27 a.m.31 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
Vulnrichment
Vulnrichment
added 2024/04/17 10:27 a.m.21 views

CVE-2024-26872 RDMA/srpt: Do not register event handler until srpt device is fully setup

In the Linux kernel, the following vulnerability has been resolved: RDMA/srpt: Do not register event handler until srpt device is fully setup Upon rare occasions, KASAN reports a use-after-free Write in srptrefreshport. This seems to be because an event handler is registered before the srpt devic...

6.6AI score0.00235EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2024/04/17 10:27 a.m.32 views

CVE-2024-26865 rds: tcp: Fix use-after-free of net in reqsk_timer_handler().

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

6.5AI score0.0023EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2024/04/17 10:17 a.m.45 views

CVE-2024-26852 net/ipv6: avoid possible UAF in ip6_route_mpath_notify()

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.8AI score0.00269EPSS
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2024/04/17 10:17 a.m.27 views

CVE-2024-26852 net/ipv6: avoid possible UAF in ip6_route_mpath_notify()

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.1AI score0.00269EPSS
SaveExploits0References8
OSV
OSV
added 2024/04/17 10:15 a.m.4 views

DEBIAN-CVE-2024-26838

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix KASAN issue with tasklet KASAN testing revealed the following issue assocated with freeing an IRQ. 50006.466686 Call Trace: 50006.466691 50006.489538 dumpstack+0x5c/0x80 50006.493475...

5.5CVSS5.5AI score0.00225EPSS
SaveExploits0References1
NVD
NVD
added 2024/04/17 10:15 a.m.21 views

CVE-2024-26838

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix KASAN issue with tasklet KASAN testing revealed the following issue assocated with freeing an IRQ. 50006.466686 Call Trace: 50006.466691 50006.489538 dumpstack+0x5c/0x80 50006.493475...

5.5CVSS7.5AI score0.00225EPSS
SaveExploits0References5
UbuntuCve
UbuntuCve
added 2024/04/17 10:15 a.m.29 views

CVE-2024-26838

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix KASAN issue with tasklet KASAN testing revealed the following issue assocated with freeing an IRQ. 50006.466686 Call Trace: 50006.466691 50006.489538 dumpstack+0x5c/0x80 50006.493475...

5.5CVSS6.1AI score0.00225EPSS
SaveExploits0References23
Vulnrichment
Vulnrichment
added 2024/04/17 10:10 a.m.25 views

CVE-2024-26838 RDMA/irdma: Fix KASAN issue with tasklet

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix KASAN issue with tasklet KASAN testing revealed the following issue assocated with freeing an IRQ. 50006.466686 Call Trace: 50006.466691 50006.489538 dumpstack+0x5c/0x80 50006.493475...

6.6AI score0.00225EPSS
SaveExploits0References5
CVE
CVE
added 2024/04/17 10:10 a.m.168 views

CVE-2024-26838

CVE-2024-26838 – Linux kernel (RDMA/irdma): A KASAN-reported race occurs when freeing an IRQ where a tasklet could still be pending on another core during irq deletion. The fix adds a guarantee that any scheduled tasklet is killed after the irq is deleted, mitigating a potential use-after-free in...

5.5CVSS6.6AI score0.00225EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2024/04/17 10:10 a.m.34 views

CVE-2024-26838 RDMA/irdma: Fix KASAN issue with tasklet

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix KASAN issue with tasklet KASAN testing revealed the following issue assocated with freeing an IRQ. 50006.466686 Call Trace: 50006.466691 50006.489538 dumpstack+0x5c/0x80 50006.493475...

6.6AI score0.00225EPSS
SaveExploits0References5
Debian CVE
Debian CVE
added 2024/04/17 10:10 a.m.32 views

CVE-2024-26838

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix KASAN issue with tasklet KASAN testing revealed the following issue assocated with freeing an IRQ. 50006.466686 Call Trace: 50006.466691 50006.489538 dumpstack+0x5c/0x80 50006.493475...

5.5CVSS6.8AI score0.00225EPSS
SaveExploits0
OSV
OSV
added 2024/04/17 10:10 a.m.4 views

CVE-2024-26838 RDMA/irdma: Fix KASAN issue with tasklet

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix KASAN issue with tasklet KASAN testing revealed the following issue assocated with freeing an IRQ. 50006.466686 Call Trace: 50006.466691 50006.489538 dumpstack+0x5c/0x80 50006.493475...

5.5CVSS5.9AI score0.00225EPSS
SaveExploits0References8
Tenable Nessus
Tenable Nessus
added 2024/04/17 12:0 a.m.44 views

Ubuntu 20.04 LTS / 22.04 LTS : Linux kernel (AWS) vulnerabilities (USN-6725-2)

The remote Ubuntu 20.04 LTS / 22.04 LTS host has a package installed that is affected by multiple vulnerabilities as referenced in the USN-6725-2 advisory. Chih-Yen Chang discovered that the KSMBD implementation in the Linux kernel did not properly validate certain data structure fields when...

9.8CVSS7.6AI score0.17442EPSS
SaveExploits0References47
RedhatCVE
RedhatCVE
added 2024/04/11 7:24 p.m.17 views

CVE-2021-47219

A vulnerability was found in the Linux kernel, related to the Small Computer System Interface SCSI subsystem. This issue involves an out-of-bounds read in the scsidebug driver, which could allow an attacker to trigger a denial of service DoS. This issue occurs during the handling of certain SCSI...

6CVSS7AI score0.00247EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/10 7:15 p.m.10 views

CVE-2021-47219

In the Linux kernel, the following vulnerability has been resolved: scsi: scsidebug: Fix out-of-bound read in respreporttgtpgs The following issue was observed running syzkaller: BUG: KASAN: slab-out-of-bounds in memcpy include/linux/string.h:377 inline BUG: KASAN: slab-out-of-bounds in...

7.1CVSS6.6AI score
SaveExploits0References3
NVD
NVD
added 2024/04/10 7:15 p.m.23 views

CVE-2021-47196

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Set send and receive CQ before forwarding to the driver Preset both receive and send CQ pointers prior to call to the drivers and overwrite it later again till the mlx4 is going to be changed do not overwrite ibqp...

7.8CVSS7.3AI score0.00219EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2024/04/10 7:15 p.m.32 views

CVE-2021-47219

In the Linux kernel, the following vulnerability has been resolved: scsi: scsidebug: Fix out-of-bound read in respreporttgtpgs The following issue was observed running syzkaller: BUG: KASAN: slab-out-of-bounds in memcpy include/linux/string.h:377 inline BUG: KASAN: slab-out-of-bounds in...

7.1CVSS6.2AI score0.00247EPSS
SaveExploits0References24
Rows per page
Query Builder