Lucene search
+L

2556 matches found

NVD
NVD
added 2026/08/22 4:16 p.m.10 views

CVE-2026-74661

In the Linux kernel, the following vulnerability has been resolved: mac802154: fix netdev use-after-free in beacon worker mac802154beaconworker reads local-beaconreq under RCU and derives the sub-interface from the request, but then drops the RCU read lock and continues to use both sdata and the...

0.00209EPSS
SaveExploits0References5
NVD
NVD
added 2026/08/22 4:16 p.m.8 views

CVE-2026-74630

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent in6devget from resurrecting inet6dev in6devget reads dev-ip6ptr under RCU and then unconditionally increments its refcount. Device teardown can clear the pointer and drop the last reference between these operations...

0.0022EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:33 p.m.13 views

CVE-2026-74726

CVE-2026-74726 is a race condition in the Linux kernel's bonding driver (ALB mode), specifically in bond_alb_monitor(). The function reads primary_is_promisc under RCU, then drops RCU and acquires RTNL via rtnl_trylock(). In that window the active slave can change (e.g., via RTM_DELLINK), causing...

5.5AI score0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.25 views

CVE-2026-74688 sctp: clear control chunk transport if it is being removed

In the Linux kernel, the following vulnerability has been resolved: sctp: clear control chunk transport if it is being removed sctpmakeheartbeatack caches the destination transport in chunk-transport without taking a reference. When srcoutofasocok is enabled, the HEARTBEAT ACK may remain queued o...

0.0022EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/22 3:32 p.m.7 views

EUVD-2026-64348

In the Linux kernel, the following vulnerability has been resolved: mac802154: fix netdev use-after-free in beacon worker mac802154beaconworker reads local-beaconreq under RCU and derives the sub-interface from the request, but then drops the RCU read lock and continues to use both sdata and the...

5.6AI score0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.22 views

CVE-2026-74661 mac802154: fix netdev use-after-free in beacon worker

In the Linux kernel, the following vulnerability has been resolved: mac802154: fix netdev use-after-free in beacon worker mac802154beaconworker reads local-beaconreq under RCU and derives the sub-interface from the request, but then drops the RCU read lock and continues to use both sdata and the...

0.00209EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/22 3:32 p.m.8 views

CVE-2026-74661 mac802154: fix netdev use-after-free in beacon worker

In the Linux kernel, the following vulnerability has been resolved: mac802154: fix netdev use-after-free in beacon worker mac802154beaconworker reads local-beaconreq under RCU and derives the sub-interface from the request, but then drops the RCU read lock and continues to use both sdata and the...

5.8AI score
SaveExploits0References8
CVE
CVE
added 2026/08/22 3:32 p.m.12 views

CVE-2026-74661

CVE-2026-74661 is a use-after-free vulnerability in the Linux kernel's mac802154 subsystem (IEEE 802.15.4 wireless). The root cause is in mac802154_beacon_worker(), which reads local->beacon_req under RCU, derives the sub-interface, then drops the RCU read lock while continuing to use sdata an...

5.6AI score0.00209EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.23 views

CVE-2026-74656 ipv4: fix use-after-free in fib_nhc_update_mtu()

In the Linux kernel, the following vulnerability has been resolved: ipv4: fix use-after-free in fibnhcupdatemtu fibnhcupdatemtu walks the nexthop exception table under RTNL, but RTNL does not serialize this walk with PMTU exception updates. The walk uses rcudereferenceprotected with a constant tr...

0.0022EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.24 views

CVE-2026-74630 ipv6: prevent in6_dev_get() from resurrecting inet6_dev

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent in6devget from resurrecting inet6dev in6devget reads dev-ip6ptr under RCU and then unconditionally increments its refcount. Device teardown can clear the pointer and drop the last reference between these operations...

0.0022EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/22 3:32 p.m.5 views

CVE-2026-74630 ipv6: prevent in6_dev_get() from resurrecting inet6_dev

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent in6devget from resurrecting inet6dev in6devget reads dev-ip6ptr under RCU and then unconditionally increments its refcount. Device teardown can clear the pointer and drop the last reference between these operations...

5.8AI score
SaveExploits0References11
CVE
CVE
added 2026/08/22 3:31 p.m.9 views

CVE-2026-74605

CVE-2026-74605 is a race condition in the Linux kernel's eventfs subsystem. The ei->list field is a union with the RCU list head; when an eventfs inode is freed, it is added to the SRCU link list via that same field. Because the list is iterated under SRCU protection without holding eventfs_mu...

5.7AI score0.00198EPSS
SaveExploits0References2
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.10 views

PT-2026-79666

In the Linux kernel, the following vulnerability has been resolved: mac802154: fix netdev use-after-free in beacon worker mac802154 beacon worker reads local-beacon req under RCU and derives the sub-interface from the request, but then drops the RCU read lock and continues to use both sdata and t...

5.5AI score0.00209EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.12 views

PT-2026-79635

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent in6 dev get from resurrecting inet6 dev in6 dev get reads dev-ip6 ptr under RCU and then unconditionally increments its refcount. Device teardown can clear the pointer and drop the last reference between these...

5.5AI score0.0022EPSS
SaveExploits0References9
CVE
CVE
added 2026/08/21 4:31 p.m.22 views

CVE-2026-74583

CVE-2026-74583 is a use-after-free race condition in the Linux kernel's net/sched: cls_route (route4 classifier). The classifier maintains a 16-slot fastmap cache storing raw struct route4_filter pointers indexed by (id, iif). A race exists between the reader (route4_classify) and the writer (rou...

5.5AI score0.00165EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/21 4:31 p.m.17 views

CVE-2026-74583 net/sched: cls_route: fix fastmap use-after-free on filter

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsroute: fix fastmap use-after-free on filter The route4 classifier maintains a 16-slot fastmap cache that stores raw struct route4filter pointers indexed by id, iif. The reader route4classify populates this cache via...

5.8AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/21 4:31 p.m.14 views

EUVD-2026-64005

In the Linux kernel, the following vulnerability has been resolved: net/sched: clsroute: fix fastmap use-after-free on filter The route4 classifier maintains a 16-slot fastmap cache that stores raw struct route4filter pointers indexed by id, iif. The reader route4classify populates this cache via...

5.6AI score0.00165EPSS
SaveExploits0References8
RedhatCVE
RedhatCVE
added 2026/08/19 6:59 p.m.9 views

CVE-2026-74563

A flaw was found in the Linux kernel's Reliable Datagram Sockets RDS TCP module. The rdstcpladdrcheck function fails to hold the Read-Copy-Update RCU lock across an IPv6 address check. This allows a race condition where a network device can be freed while still being referenced, leading to a...

7.8CVSS5.5AI score0.00117EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2026-74392

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - dm: limit target bio polling to one shot dmpollbio is the -pollbio callback for a stacked dm device. The caller only knows about the dm queue, so it may decide ...

5.6AI score0.00156EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/18 12:00 a.m.7 views

Unity Linux 20.1050e Security Update: kernel (UTSA-2026-102005)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-102005 advisory. In the Linux kernel, the following vulnerability has been resolved: ipv4: igmp: remove multicast group from hash table on device destruction When a device is destroy...

7.8CVSS5.6AI score0.00126EPSS
SaveExploits0References4
Rows per page
Query Builder