Lucene search
+L

237153 matches found

EUVD
EUVD
added 2026/07/25 8:50 a.m.7 views

EUVD-2026-48959

In the Linux kernel, the following vulnerability has been resolved: mm/swap: add condresched in swapreclaimfullclusters to prevent softlockup We hit a real softlockup in an internal stress test environment. The workload was LTP memory/swap stress on a large arm64 machine, with 320 CPUs, about 1TB...

5.8AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/25 8:50 a.m.14 views

CVE-2026-64416

CVE-2026-64416 is a Linux kernel vulnerability affecting the memory management subsystem (mm) where a NULL dereference can occur in swap_cgroup handling on swapless hosts. The root cause is that lookup_swap_cgroup_id() may pass swap_cgroup_ctrl[type].map to __swap_cgroup_id_lookup() without verif...

5.7AI score0.00168EPSS
SaveExploits0References4
CVE
CVE
added 2026/07/25 8:50 a.m.15 views

CVE-2026-64415

CVE-2026-64415 is a Linux kernel vulnerability resolved by inserting periodic cond_resched() calls in mm/swap/swapon_reclaim_full_clusters to prevent softlockups. The issue manifested as a long-running softlockup under heavy memory/swap stress on large arm64 systems (e.g., 320 CPUs, ~1 TB RAM, ~8...

5.8AI score0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/25 8:50 a.m.7 views

EUVD-2026-48957

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: zero chainstack array sashiko reports: looking at ebtables table translation, could a sparse cpupossiblemask lead to an uninitialized pointer free? If cpupossiblemask is sparse for example, CPU 0 and CPU 2 ar...

5.8AI score0.00122EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:50 a.m.17 views

CVE-2026-64413

CVE-2026-64413 relates to the Linux kernel netfilter/ebtables path, specifically the zero chainstack array issue. The advisory describes that if cpu_possible_mask is sparse (e.g., CPU 0 and CPU 2 possible, CPU 1 not), the allocation loop can skip an entry and, if vmalloc_node() fails later, the c...

7CVSS5.8AI score0.00122EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:50 a.m.6 views

EUVD-2026-48956

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: module names must be null-terminated We need to explicitly check the length, else we may pass non-null terminated string to requestmodule...

5.7AI score0.00126EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:50 a.m.17 views

CVE-2026-64411

Linux kernel vulnerability CVE-2026-64411 affects netfilter/ebtables: update_counters() and compat_update_counters() pass a 32-byte user-supplied table name to find_table_lock() without NUL-termination, allowing vsnprintf() to read past the name and trigger a KASAN stack-out-of-bounds condition. ...

7.1CVSS5.7AI score0.00126EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:50 a.m.18 views

CVE-2026-64412

The CVE-2026-64412 issue affects the Linux kernel’s netfilter ebtables component, where module names must be null-terminated. The root cause is failing to explicitly check length, which could allow passing a non-null terminated string to request_module(), potentially enabling a local impact as de...

7.1CVSS5.7AI score0.00126EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:50 a.m.9 views

EUVD-2026-48953

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtksdio: fix infinite loop in btmtksdiotxrxwork Every once in a while we see a hung btmtksdioflush task: INFO: task kworker/u17:0:189 blocked for more than 122 seconds. cancelworktimer+0x3f4/0x460...

5.7AI score0.00173EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/25 8:50 a.m.16 views

CVE-2026-64408

The CVE concerns the Linux kernel Bluetooth BNEP path: during netdev registration, bnep_add_connection() reads the L2CAP connection without holding the channel lock, and passes the HCI device to register_netdev() while a controller teardown could clear the connection. The published fix is to take...

8.8CVSS5.7AI score0.00262EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:50 a.m.17 views

CVE-2026-64407

CVE-2026-64407 concerns the Linux kernel Bluetooth driver btnxpuart. The vulnerability arises during the v3 firmware download: a controller can request firmware with a 32‑bit offset and 16‑bit length, and nxp_recv_fw_req_v3() only validates the lower bound. It computes an offset and uses it to re...

5.8AI score0.00168EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.33 views

CVE-2026-64406 Bluetooth: fix UAF in bt_accept_dequeue()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: fix UAF in btacceptdequeue btacceptget takes a temporary reference before dropping the accept queue lock. btacceptdequeue currently drops that reference before btacceptunlink, leaving only the queue reference...

8CVSS0.00274EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/07/25 8:50 a.m.9 views

EUVD-2026-48949

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hciconn: Fix null ptr deref in hciabortconn hciabortconn read hciskbeventhdev-sentcmd when a connection was pending, but hdev-sentcmd can be NULL while reqstatus is still HCIREQPEND, leading to a NULL pointer dereferen...

5.8AI score0.00173EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/25 8:50 a.m.32 views

CVE-2026-64405

CVE-2026-64405 affects the Linux kernel Bluetooth subsystem (HCI). The vulnerability arises when hci_abort_conn() reads hdev->sent_cmd during a pending connection, where sent_cmd can be NULL (req_status == HCI_REQ_PEND), causing a NULL pointer dereference. The fix introduces a per-connection H...

5.8AI score0.00173EPSS
SaveExploits0References6
CVE
CVE
added 2026/07/25 8:50 a.m.28 views

CVE-2026-64406

CVE-2026-64406 affects the Linux kernel Bluetooth subsystem. Multiple vendors report a use-after-free in bt_accept_dequeue() where a temporary reference to the accept queue is dropped too early, causing sock_hold() to access freed memory during listening L2CAP socket cleanup. The fix retains the ...

8CVSS5.8AI score0.00274EPSS
SaveExploits0References8
OSV
OSV
added 2026/07/25 8:50 a.m.8 views

CVE-2026-64404 Bluetooth: ISO: avoid NULL deref of conn in iso_conn_big_sync()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: avoid NULL deref of conn in isoconnbigsync isoconnbigsync drops the socket lock to call hcigetroute and then re-acquires it, but dereferences isopisk-conn-hcon afterwards without re-checking that conn is still...

5.7AI score
SaveExploits0References7
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.29 views

CVE-2026-64404 Bluetooth: ISO: avoid NULL deref of conn in iso_conn_big_sync()

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: ISO: avoid NULL deref of conn in isoconnbigsync isoconnbigsync drops the socket lock to call hcigetroute and then re-acquires it, but dereferences isopisk-conn-hcon afterwards without re-checking that conn is still...

0.00168EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/07/25 8:50 a.m.6 views

EUVD-2026-48947

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: validate option length before reading conf opt value l2capgetconfopt derives the option length from the attacker-controlled opt-len field and immediately dereferences opt-val as u8, getunalignedle16 or...

5.9AI score0.00265EPSS
SaveExploits0References8
CVE
CVE
added 2026/07/25 8:50 a.m.16 views

CVE-2026-64402

CVE-2026-64402 concerns the Linux kernel coresight ultrasoc-smb path: an OOB write in smb_sync_perf_buffer() can occur when the SMB sink is used as a perf AUX sink because the initial page index is derived before applying modulo normalization to the buffer size. The issue is fixed by normalizing ...

7.8CVSS5.9AI score0.00129EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/07/25 8:50 a.m.31 views

CVE-2026-64403 Bluetooth: L2CAP: validate option length before reading conf opt value

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: L2CAP: validate option length before reading conf opt value l2capgetconfopt derives the option length from the attacker-controlled opt-len field and immediately dereferences opt-val as u8, getunalignedle16 or...

7.1CVSS0.00265EPSS
SaveExploits0References8
Rows per page
Query Builder