Lucene search
+L

249922 matches found

ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.15 views

CVE-2026-74493

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix socket use-after-free during link group termination smclgrterminate drops connslock after finding a connection in lgr-connsall, but before taking a reference on its socket. The connection is embedded in the socket, a...

5.4AI score0.005EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2026/08/15 12:27 p.m.14 views

CVE-2026-74490 tipc: avoid use-after-free in poll trace queue dumps

In the Linux kernel, the following vulnerability has been resolved: tipc: avoid use-after-free in poll trace queue dumps TIPC socket tracepoints dump queue state through tipcskdump. Most queue-dump callsites already serialize that walk under the socket lock or sk-sklock.slock, but tipcpoll calls...

8.8CVSS5.5AI score
SaveExploits0References11
OSV
OSV
added 2026/08/15 12:27 p.m.7 views

CVE-2026-74491 of/address: Fix NULL bus dereference in of_pci_range_parser_one()

In the Linux kernel, the following vulnerability has been resolved: of/address: Fix NULL bus dereference in ofpcirangeparserone The bus matching rework made ofmatchbus return NULL for nodes with ranges/dma-ranges but no local address-cells. parserinit stored that NULL bus, and the range iterator...

5.4AI score
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.34 views

CVE-2026-74491 of/address: Fix NULL bus dereference in of_pci_range_parser_one()

In the Linux kernel, the following vulnerability has been resolved: of/address: Fix NULL bus dereference in ofpcirangeparserone The bus matching rework made ofmatchbus return NULL for nodes with ranges/dma-ranges but no local address-cells. parserinit stored that NULL bus, and the range iterator...

0.00166EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/15 12:27 p.m.7 views

EUVD-2026-59684

In the Linux kernel, the following vulnerability has been resolved: of/address: Fix NULL bus dereference in ofpcirangeparserone The bus matching rework made ofmatchbus return NULL for nodes with ranges/dma-ranges but no local address-cells. parserinit stored that NULL bus, and the range iterator...

5.3AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/08/15 12:27 p.m.33 views

CVE-2026-74490

CVE-2026-74490 affects the Linux kernel’s TIPC subsystem. According to multiple sources (NVD, SUSE, Debian, OSV, PT Security, EUVD), the issue is a use-after-free in the poll trace path where tipc_poll() can trigger queue dumps (tipc_list_dump) while an skb may be dequeued and freed in an unlocke...

8.8CVSS5.3AI score0.00455EPSS
SaveExploits0References8
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.13 views

CVE-2026-74491

In the Linux kernel, the following vulnerability has been resolved: of/address: Fix NULL bus dereference in ofpcirangeparserone The bus matching rework made ofmatchbus return NULL for nodes with ranges/dma-ranges but no local address-cells. parserinit stored that NULL bus, and the range iterator...

5.2AI score0.00166EPSS
SaveExploits0References4Affected Software1
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.10 views

CVE-2026-74490

In the Linux kernel, the following vulnerability has been resolved: tipc: avoid use-after-free in poll trace queue dumps TIPC socket tracepoints dump queue state through tipcskdump. Most queue-dump callsites already serialize that walk under the socket lock or sk-sklock.slock, but tipcpoll calls...

5.2AI score0.00455EPSS
SaveExploits0References6Affected Software1
Debian CVE
Debian CVE
added 2026/08/15 12:27 p.m.8 views

CVE-2026-74491

In the Linux kernel, the following vulnerability has been resolved: of/address: Fix NULL bus dereference in ofpcirangeparserone The bus matching rework made ofmatchbus return NULL for nodes with ranges/dma-ranges but no local address-cells. parserinit stored that NULL bus, and the range iterator...

5.3AI score0.00166EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 12:27 p.m.25 views

CVE-2026-74491

The CVE-2026-74491 entry describes a Linux kernel vulnerability where a NULL bus dereference could occur in the PCI range parser (of_pci_range_parser_one) due to the bus matching rework: of_match_bus() could return NULL for nodes with ranges/dma-ranges but no local #address-cells. The fix rejects...

5.2AI score0.00166EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/08/15 12:27 p.m.28 views

CVE-2026-74489 wifi: mac80211: fix tid_tx use-after-free on BA session stop

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix tidtx use-after-free on BA session stop ieee80211stoptxbacb hands tidtx to kfreercu through ieee80211removetidtx, and then reads tidtx-ndp after dropping sta-lock: ieee80211removetidtxsta, tid; / kfreercutidtx...

8.8CVSS0.00218EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 12:27 p.m.43 views

CVE-2026-74489

CVE-2026-74489 describes a use-after-free in the Linux kernel’s wifi mac80211 stack (tid_tx) during BA session stop. The bug occurs when ieee80211_stop_tx_ba_cb() hands tid_tx to kfree_rcu() via ieee80211_remove_tid_tx(), then reads tid_tx->ndp after dropping sta->lock. The read happens out...

8.8CVSS5.6AI score0.00218EPSS
SaveExploits0References2
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.10 views

CVE-2026-74489

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix tidtx use-after-free on BA session stop ieee80211stoptxbacb hands tidtx to kfreercu through ieee80211removetidtx, and then reads tidtx-ndp after dropping sta-lock: ieee80211removetidtxsta, tid; / kfreercutidtx...

5.5AI score0.00218EPSS
SaveExploits0References3Affected Software1
EUVD
EUVD
added 2026/08/15 12:27 p.m.11 views

EUVD-2026-59682

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix tidtx use-after-free on BA session stop ieee80211stoptxbacb hands tidtx to kfreercu through ieee80211removetidtx, and then reads tidtx-ndp after dropping sta-lock: ieee80211removetidtxsta, tid; / kfreercutidtx...

5.7AI score0.00218EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 12:27 p.m.14 views

CVE-2026-74489 wifi: mac80211: fix tid_tx use-after-free on BA session stop

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix tidtx use-after-free on BA session stop ieee80211stoptxbacb hands tidtx to kfreercu through ieee80211removetidtx, and then reads tidtx-ndp after dropping sta-lock: ieee80211removetidtxsta, tid; / kfreercutidtx...

8.8CVSS5.8AI score
SaveExploits0References5
ATTACKERKB
ATTACKERKB
added 2026/08/15 12:27 p.m.9 views

CVE-2026-74488

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: use the subframe length when parsing A-MSDU TDLS frames mwifiex11ndispatchamsdupkt splits an A-MSDU with ieee80211amsduto8023s and walks the resulting subframes. For each subframe it passes the subframe data pointe...

5.5AI score0.00255EPSS
SaveExploits0References6Affected Software1
EUVD
EUVD
added 2026/08/15 12:27 p.m.14 views

EUVD-2026-59681

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: use the subframe length when parsing A-MSDU TDLS frames mwifiex11ndispatchamsdupkt splits an A-MSDU with ieee80211amsduto8023s and walks the resulting subframes. For each subframe it passes the subframe data pointe...

5.7AI score0.00255EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 12:27 p.m.11 views

CVE-2026-74488 wifi: mwifiex: use the subframe length when parsing A-MSDU TDLS frames

In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: use the subframe length when parsing A-MSDU TDLS frames mwifiex11ndispatchamsdupkt splits an A-MSDU with ieee80211amsduto8023s and walks the resulting subframes. For each subframe it passes the subframe data pointe...

8.8CVSS5.8AI score
SaveExploits0References11
OSV
OSV
added 2026/08/15 12:27 p.m.9 views

CVE-2026-74487 binfmt_misc: restore write access when removing an entry

In the Linux kernel, the following vulnerability has been resolved: binfmtmisc: restore write access when removing an entry Registering an entry with the MISCFMTOPENFILE flag opens the interpreter via openexec which denies write access to it for as long as the entry exists. Removing the entry...

5.5AI score
SaveExploits0References11
CVE
CVE
added 2026/08/15 12:27 p.m.28 views

CVE-2026-74487

CVE-2026-74487 – Linux kernel (binfmt_misc) write-denial leak fixed . The issue affected the binfmt_misc handler in the Linux kernel: registering an entry with the MISC_FMT_OPEN_FILE flag opens the interpreter via open_exec(), which denies write access for the lifetime of the entry. When the entr...

5.3AI score0.00166EPSS
SaveExploits0References8
Rows per page
Query Builder