Lucene search
+L

377171 matches found

Kitploit
Kitploit
added 2026/08/21 5:28 p.m.3 views

PS4-5.05-Kernel-Exploit

Exploit del kernel PS4 5.05 Riepilogo In questo progetto troverai un'implementazione completa del secondo exploit del kernel "bpf" per PlayStation 4 sulla versione 5.05. Ti permetterà di eseguire codice arbitrario in modalità kernel, per consentire il jailbreak e modifiche a livello di kernel del...

5.4AI score
SaveExploits0References3
OSV
OSV
added 2026/08/21 5:16 p.m.4 views

AZL-96998 CVE-2026-74583 affecting package kernel 6.6.150.1-1

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 score0.00117EPSS
SaveExploits0References1
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
OSV
OSV
added 2026/08/21 5:16 p.m.4 views

AZL-97001 CVE-2026-74581 affecting package kernel 6.6.150.1-1

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.8AI score0.00399EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/21 5:16 p.m.30 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
OSV
OSV
added 2026/08/21 5:16 p.m.6 views

AZL-96995 CVE-2026-74582 affecting package kernel 6.6.150.1-1

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.8AI score0.0012EPSS
SaveExploits0References1
OSV
OSV
added 2026/08/21 5:16 p.m.6 views

AZL-96992 CVE-2026-74580 affecting package kernel 6.6.150.1-1

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.8AI score0.00121EPSS
SaveExploits0References1
NVD
NVD
added 2026/08/21 5:16 p.m.12 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
Kitploit
Kitploit
added 2026/08/21 4:59 p.m.3 views

AV_Kernel_Vulns

AVKernelVulns POC per le vulnerabilità del kernel di software antivirus trovate da me...

5.4AI score
SaveExploits0
Cvelist
Cvelist
added 2026/08/21 4:31 p.m.34 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.52 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
Debian CVE
Debian CVE
added 2026/08/21 4:31 p.m.13 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
CVE
CVE
added 2026/08/21 4:31 p.m.38 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
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
EUVD
EUVD
added 2026/08/21 4:31 p.m.22 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
OSV
OSV
added 2026/08/21 4:31 p.m.29 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
OSV
OSV
added 2026/08/21 4:31 p.m.31 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
Rows per page
Query Builder