Lucene search
+L

21245 matches found

RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•13 views

kernel: Bluetooth: RFCOMM: Fix not validating setsockopt user input

This is a vulnerability in the Linux kernel's Bluetooth RFCOMM protocol. It occurs because the rfcommsocksetsockoptold function fails to properly validate the length of user-supplied data, leading to out-of-bounds memory reads. This flaw could result in system instability or crashes...

7.1CVSS6.7AI score0.0026EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•13 views

kernel: Bluetooth: qca: add missing firmware sanity checks

A flaw was found in the Linux kernel's Bluetooth QCA driver. This vulnerability is caused by missing sanity checks when parsing firmware files before downloading them. A local attacker with low privileges could exploit this to corrupt memory beyond a vmalloced buffer, potentially leading to a...

7.8CVSS6.2AI score0.00248EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•15 views

kernel: Bluetooth: L2CAP: Fix slab-use-after-free in l2cap_connect()

A use-after-free vulnerability exists in the Bluetooth stack of the Linux kernel. The l2capconnect does not return void during the function return, potentially leading to a loss of system availability...

8.8CVSS7.2AI score0.00479EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•13 views

kernel: Bluetooth: Ignore too large handle values in BIG

A vulnerability was found in the Linux kernel's bluetooth subsystem in the function hcilebigsyncestablishedevt where a lack of proper checks does not validate whether a received connection handle exceeds the maximum allowed value. This could lead to system instability or crashes...

7.6CVSS7.2AI score0.00296EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•8 views

kernel: Bluetooth: L2CAP: Fix uaf in l2cap_connect

A flaw was found in the Linux kernel's Bluetooth L2CAP Logical Link Control and Adaptation Protocol component. This use-after-free vulnerability in the l2capconnect function could allow a local attacker with administrative privileges to cause a denial of service or potentially execute arbitrary...

8.8CVSS7.6AI score0.0037EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•10 views

kernel: Bluetooth: iso: Fix circular lock in iso_listen_bis

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Fix circular lock in isolistenbis This fixes the circular locking dependency warning below, by releasing the socket lock before enterning isolistenbis, to avoid any potential deadlock with hdev lock. 75.307983...

5.5CVSS6.8AI score0.00138EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•12 views

kernel: Bluetooth: btmtk: avoid UAF in btmtk_process_coredump

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: avoid UAF in btmtkprocesscoredump hcidevcdappend may lead to the release of the skb, so it cannot be accessed once it is called. ================================================================== BUG: KASAN:...

8.8CVSS6.8AI score0.0031EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•11 views

kernel: Bluetooth: iso: Always release hdev at the end of iso_listen_bis

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: iso: Always release hdev at the end of isolistenbis Since hcigetroute holds the device before returning, the hdev should be released with hcidevput at the end of isolistenbis even if the function returns with an error...

5.5CVSS6.8AI score0.00181EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•20 views

kernel: Bluetooth: L2CAP: handle NULL sock pointer in l2cap_sock_alloc

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: handle NULL sock pointer in l2capsockalloc A NULL sock pointer is passed into l2capsockalloc when it is called from l2capsocknewconnectioncb and the error handling paths should also be aware of it. Seemingly a...

5.5CVSS6.7AI score0.00206EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•27 views

Moderate: Red Hat Security Advisory: kernel security update

An update for kernel is now available for Red Hat Enterprise Linux 9. Red Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from the...

10CVSS7.3AI score0.01369EPSS
SaveExploits4References345
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•13 views

kernel: Bluetooth: MGMT: Fix slab-use-after-free Read in set_powered_sync

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix slab-use-after-free Read in setpoweredsync This fixes the following crash: ================================================================== BUG: KASAN: slab-use-after-free in setpoweredsync+0x3a/0xc0...

7.8CVSS6.8AI score0.00239EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•22 views

kernel: Bluetooth: fix use-after-free in device_for_each_child()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: fix use-after-free in deviceforeachchild Syzbot has reported the following KASAN splat: BUG: KASAN: slab-use-after-free in deviceforeachchild+0x18f/0x1a0 Read of size 8 at addr ffff88801f605308 by task kbnepd bnep0/498...

8.8CVSS6.7AI score0.00317EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•12 views

kernel: Bluetooth: MGMT: Fix possible crash on mgmt_index_removed

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: MGMT: Fix possible crash on mgmtindexremoved If mgmtindexremoved is called while there are commands queued on cmdsync it could lead to crashes like the bellow trace: 0x0000053D: listdelentryvalidorreport+0x98/0xdc...

7.8CVSS6.5AI score0.00245EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•12 views

kernel: Bluetooth: hci_conn: Fix UAF in hci_enhanced_setup_sync

A flaw was found in the Linux kernel's Bluetooth subsystem. When an Asynchronous Connection-Less ACL connection is destroyed while the hcienhancedsetupsync function is processing a command, it can lead to a use-after-free UAF condition. An adjacent attacker could exploit this vulnerability to cau...

8.8CVSS7.7AI score0.00369EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•9 views

kernel: Bluetooth: ISO: Fix not validating setsockopt user input

CVE-2024-35964 is a vulnerability in the Linux kernel’s Bluetooth ISO implementation. It occurs because the setsockopt function does not properly validate the size of user-provided data before copying it into kernel memory. This flaw can lead to buffer overflows, potentially resulting in crashes ...

7.1CVSS7.6AI score0.00252EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•16 views

kernel: Bluetooth: L2CAP: Fix not validating setsockopt user input

CVE-2024-35965 is a vulnerability in the Linux kernel's Bluetooth L2CAP implementation, caused by inadequate input length validation in the setsockopt function. This flaw allows overly large user-provided data to be copied into kernel memory, potentially leading to buffer overflows, system...

7.1CVSS6.8AI score0.00241EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•17 views

kernel: Bluetooth: Fix memory leak in hci_req_sync_complete()

This CVE identifies a memory leak in the Linux kernel's Bluetooth subsystem, specifically within the hcireqsynccomplete function. The issue arises because the function fails to release the previous synchronization request state before assigning a new one, leading to increased memory usage over...

5.5CVSS6.9AI score0.00281EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•17 views

kernel: Bluetooth: HCI: Fix potential null-ptr-deref

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HCI: Fix potential null-ptr-deref Fix potential null-ptr-deref in hcilebigsyncestablishedevt...

5.5CVSS6.8AI score0.0021EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•11 views

kernel: Bluetooth: msft: fix slab-use-after-free in msft_do_close()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: msft: fix slab-use-after-free in msftdoclose Tying the msft-data lifetime to hdev by freeing it in hcireleasedev to fix the following case: use msftdoclose msft = hdev-msftdata; if !msft ...1 filterlock; ...4 msftdata;...

7.8CVSS6.8AI score0.00212EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2025/05/13 8:28 a.m.•15 views

kernel: Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()

in linux kernel bluetooth L2CAP, l2capleflowctlinit can cause both div-by-zero and an integer overflow since hdev-lemtu may not fall in the valid range...

7.6CVSS6.8AI score0.00293EPSS
SaveExploits0References4
Rows per page
Query Builder