Lucene search
+L

245486 matches found

Cvelist
Cvelist
added 2 days ago30 views

CVE-2026-74509 Bluetooth: hci_sync: Fix advertising data UAFs

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Fix advertising data UAFs hcifindadvinstance returns an advinfo pointer that is valid only while hdev-lock is held. The advertising command-sync paths perform instance lookups without that lock and, in some...

8.8CVSS0.00168EPSS
SaveExploits0References4
ATTACKERKB
ATTACKERKB
added 2 days ago6 views

CVE-2026-74509

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Fix advertising data UAFs hcifindadvinstance returns an advinfo pointer that is valid only while hdev-lock is held. The advertising command-sync paths perform instance lookups without that lock and, in some...

5.3AI score0.00168EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-59701

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: reject frames without a transaction header hidprecvctrlframe and hidprecvintrframe read skb-data0 before checking that the L2CAP SDU contains a transaction header. A connected HIDP peer can send an empty basic-mo...

5.3AI score0.00168EPSS
SaveExploits0References5
CVE
CVE
added 2 days ago12 views

CVE-2026-74508

CVE-2026-74508 affects the Linux kernel Bluetooth HIDP path. The bug occurs in hidp_recv_ctrl_frame() and hidp_recv_intr_frame(): they read skb->data[0] before verifying the L2CAP SDU header, enabling an uninitialized-byte use from skb tailroom when an empty basic-mode SDU is received or when ...

8.8CVSS5.3AI score0.00168EPSS
SaveExploits0References5
OSV
OSV
added 2 days ago4 views

CVE-2026-74509 Bluetooth: hci_sync: Fix advertising data UAFs

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Fix advertising data UAFs hcifindadvinstance returns an advinfo pointer that is valid only while hdev-lock is held. The advertising command-sync paths perform instance lookups without that lock and, in some...

5.6AI score
SaveExploits0References7
Cvelist
Cvelist
added 2 days ago31 views

CVE-2026-74508 Bluetooth: HIDP: reject frames without a transaction header

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: reject frames without a transaction header hidprecvctrlframe and hidprecvintrframe read skb-data0 before checking that the L2CAP SDU contains a transaction header. A connected HIDP peer can send an empty basic-mo...

8.8CVSS0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 2 days ago5 views

EUVD-2026-59702

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hcisync: Fix advertising data UAFs hcifindadvinstance returns an advinfo pointer that is valid only while hdev-lock is held. The advertising command-sync paths perform instance lookups without that lock and, in some...

5.5AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2 days ago14 views

CVE-2026-74509

The CVE applies to the Linux kernel Bluetooth HCI path for extended advertising. Root cause: hci_find_adv_instance() can return an adv_info pointer that remains valid only while hdev->lock is held, but advertisement data paths perform lookups without that lock and may retain the pointer while ...

8.8CVSS5.5AI score0.00168EPSS
SaveExploits0References4
OSV
OSV
added 2 days ago2 views

CVE-2026-74508 Bluetooth: HIDP: reject frames without a transaction header

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: reject frames without a transaction header hidprecvctrlframe and hidprecvintrframe read skb-data0 before checking that the L2CAP SDU contains a transaction header. A connected HIDP peer can send an empty basic-mo...

5.4AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2 days ago7 views

CVE-2026-74508

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: reject frames without a transaction header hidprecvctrlframe and hidprecvintrframe read skb-data0 before checking that the L2CAP SDU contains a transaction header. A connected HIDP peer can send an empty basic-mo...

8.8CVSS5.4AI score0.00168EPSS
SaveExploits0
OSV
OSV
added 2 days ago2 views

CVE-2026-74506 afs: Fix UAF when sending a message

In the Linux kernel, the following vulnerability has been resolved: afs: Fix UAF when sending a message In afsmakecall, there's a race with async call reception and destruction. If a call is dispatched that doesn't have call-writeiter set used to specify the data content for FS.StoreData, then th...

5.7AI score
SaveExploits0References6
Cvelist
Cvelist
added 2 days ago29 views

CVE-2026-74506 afs: Fix UAF when sending a message

In the Linux kernel, the following vulnerability has been resolved: afs: Fix UAF when sending a message In afsmakecall, there's a race with async call reception and destruction. If a call is dispatched that doesn't have call-writeiter set used to specify the data content for FS.StoreData, then th...

7.8CVSS0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2 days ago10 views

CVE-2026-74506

Summary: CVE-2026-74506 affects the Linux kernel AFS code path, where a race in afs_make_call() between async dispatch and destruction could lead to a use-after-free (UAF) of the afs_call, potentially triggering a crash when handling FS.StoreData data. The root cause described across multiple sou...

7.8CVSS5.5AI score0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-59699

In the Linux kernel, the following vulnerability has been resolved: afs: Fix UAF when sending a message In afsmakecall, there's a race with async call reception and destruction. If a call is dispatched that doesn't have call-writeiter set used to specify the data content for FS.StoreData, then th...

5.6AI score0.00166EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2 days ago5 views

CVE-2026-74507

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: validate numbered report payloads When hidpgetrawreport waits for a numbered report, hidpprocessdata compares the expected report number with skb-data0. A connected HIDP peer can reply with only a DATA transactio...

5.3AI score0.00168EPSS
SaveExploits0References6Affected Software1
CVE
CVE
added 2 days ago10 views

CVE-2026-74507

The CVE-2026-74507 vulnerability affects the Linux kernel Bluetooth HIDP implementation. The issue occurs in hidp_get_raw_report()/hidp_process_data() when validating numbered HID reports: a peer can reply with a DATA header and cause the code to read beyond the payload, potentially reading a pee...

7.1CVSS5.5AI score0.00168EPSS
SaveExploits0References5
EUVD
EUVD
added 2 days ago6 views

EUVD-2026-59700

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: validate numbered report payloads When hidpgetrawreport waits for a numbered report, hidpprocessdata compares the expected report number with skb-data0. A connected HIDP peer can reply with only a DATA transactio...

5.5AI score0.00168EPSS
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2 days ago4 views

CVE-2026-74506

In the Linux kernel, the following vulnerability has been resolved: afs: Fix UAF when sending a message In afsmakecall, there's a race with async call reception and destruction. If a call is dispatched that doesn't have call-writeiter set used to specify the data content for FS.StoreData, then th...

5.4AI score0.00166EPSS
SaveExploits0References4Affected Software1
Cvelist
Cvelist
added 2 days ago31 views

CVE-2026-74507 Bluetooth: HIDP: validate numbered report payloads

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: validate numbered report payloads When hidpgetrawreport waits for a numbered report, hidpprocessdata compares the expected report number with skb-data0. A connected HIDP peer can reply with only a DATA transactio...

7.1CVSS0.00168EPSS
SaveExploits0References5
OSV
OSV
added 2 days ago2 views

CVE-2026-74507 Bluetooth: HIDP: validate numbered report payloads

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: HIDP: validate numbered report payloads When hidpgetrawreport waits for a numbered report, hidpprocessdata compares the expected report number with skb-data0. A connected HIDP peer can reply with only a DATA transactio...

5.6AI score
SaveExploits0References8
Rows per page
Query Builder