Lucene search
+L

254476 matches found

RedhatCVE
RedhatCVE
added 2026/08/21 5:57 p.m.12 views

CVE-2026-74582

A flaw was found in the Linux kernel's packet handling functions, specifically packetsnd and packetsendmsgspkt. This vulnerability arises from inconsistent handling of network device header lengths during packet construction. A local attacker could exploit this by triggering a race condition duri...

7.8CVSS5.7AI score0.0012EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2026/08/21 5:57 p.m.11 views

CVE-2026-74581

A use-after-free vulnerability was found in the Linux kernel's IPv6 FIB rule lookup path. In fib6rulesuppress, when a route is suppressed and released via ip6rtputflags, the res-rt6 pointer is not cleared. If no later rule supplies a replacement route, fib6rulelookup returns the stale freed rt6in...

9.8CVSS5.4AI score0.00399EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/21 5:16 p.m.11 views

CVE-2026-74582

In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hardheaderlen in non-ring send paths packetsnd reads dev-hardheaderlen multiple times while allocating and constructing an skb. Device reconfiguration can change this value concurrently, for example through...

7.8CVSS0.0012EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/21 5:16 p.m.29 views

CVE-2026-74580

In the Linux kernel, the following vulnerability has been resolved: vhost: reset the vring metadata cache on vring reconfiguration vq-metaiotlb caches the vhostiotlbmap that backs each vring metadata region, and iotlbaccessok returns early on a cache hit, taking the hit as proof that the region h...

8.8CVSS0.00121EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/21 5:16 p.m.10 views

CVE-2026-74581

In the Linux kernel, the following vulnerability has been resolved: net: ipv6: clear suppressed fib6 rule result fib6rulesuppress drops a suppressed route with ip6rtputflags, but leaves res-rt6 pointing at the released rt6info. If no later rule supplies a replacement, fib6rulelookup still sees...

9.8CVSS0.00399EPSS
SaveExploits0References8
NVD
NVD
added 2026/08/21 5:16 p.m.11 views

CVE-2026-74583

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...

7.8CVSS0.00117EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/21 4:31 p.m.32 views

CVE-2026-74582 packet: use consistent hard_header_len in non-ring send paths

In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hardheaderlen in non-ring send paths packetsnd reads dev-hardheaderlen multiple times while allocating and constructing an skb. Device reconfiguration can change this value concurrently, for example through...

7.8CVSS0.0012EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/21 4:31 p.m.47 views

CVE-2026-74583

CVE-2026-74583 is a use-after-free race condition in the Linux kernel's cls_route classifier (route4 fastmap cache). The route4_set_fastmap() reader can write a filter pointer into the 16-slot fastmap cache after a concurrent writer (route4_delete/route4_change) has already cleared it via route4_...

7.8CVSS5.5AI score0.00117EPSS
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/21 4:31 p.m.11 views

CVE-2026-74583

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...

7.8CVSS5.6AI score0.00117EPSS
SaveExploits0
Cvelist
Cvelist
added 2026/08/21 4:31 p.m.32 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...

7.8CVSS0.00117EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/21 4:31 p.m.16 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.00117EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/21 4:31 p.m.27 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...

7.8CVSS5.8AI score
SaveExploits0References11
EUVD
EUVD
added 2026/08/21 4:31 p.m.20 views

EUVD-2026-64004

In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hardheaderlen in non-ring send paths packetsnd reads dev-hardheaderlen multiple times while allocating and constructing an skb. Device reconfiguration can change this value concurrently, for example through...

5.4AI score0.0012EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/21 4:31 p.m.36 views

CVE-2026-74582

A race condition in the Linux kernel's packet socket layer affects the non-ring send paths in packet_snd() and packet_sendmsg_spkt(). Both functions read dev->hard_header_len multiple times during skb allocation and construction. If a concurrent device reconfiguration (e.g., a bonding type cha...

7.8CVSS5.4AI score0.0012EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/21 4:31 p.m.29 views

CVE-2026-74582 packet: use consistent hard_header_len in non-ring send paths

In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hardheaderlen in non-ring send paths packetsnd reads dev-hardheaderlen multiple times while allocating and constructing an skb. Device reconfiguration can change this value concurrently, for example through...

7.8CVSS5.7AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/08/21 4:31 p.m.12 views

CVE-2026-74582

In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hardheaderlen in non-ring send paths packetsnd reads dev-hardheaderlen multiple times while allocating and constructing an skb. Device reconfiguration can change this value concurrently, for example through...

7.8CVSS5.5AI score0.0012EPSS
SaveExploits0
EUVD
EUVD
added 2026/08/21 4:31 p.m.16 views

EUVD-2026-64002

In the Linux kernel, the following vulnerability has been resolved: vhost: reset the vring metadata cache on vring reconfiguration vq-metaiotlb caches the vhostiotlbmap that backs each vring metadata region, and iotlbaccessok returns early on a cache hit, taking the hit as proof that the region h...

5.5AI score0.00121EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/21 4:31 p.m.13 views

EUVD-2026-64003

In the Linux kernel, the following vulnerability has been resolved: net: ipv6: clear suppressed fib6 rule result fib6rulesuppress drops a suppressed route with ip6rtputflags, but leaves res-rt6 pointing at the released rt6info. If no later rule supplies a replacement, fib6rulelookup still sees...

5.3AI score0.00399EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/21 4:31 p.m.34 views

CVE-2026-74581 net: ipv6: clear suppressed fib6 rule result

In the Linux kernel, the following vulnerability has been resolved: net: ipv6: clear suppressed fib6 rule result fib6rulesuppress drops a suppressed route with ip6rtputflags, but leaves res-rt6 pointing at the released rt6info. If no later rule supplies a replacement, fib6rulelookup still sees...

9.8CVSS5.6AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/08/21 4:31 p.m.9 views

CVE-2026-74580

In the Linux kernel, the following vulnerability has been resolved: vhost: reset the vring metadata cache on vring reconfiguration vq-metaiotlb caches the vhostiotlbmap that backs each vring metadata region, and iotlbaccessok returns early on a cache hit, taking the hit as proof that the region h...

8.8CVSS5.5AI score0.00121EPSS
SaveExploits0
Rows per page
Query Builder