Lucene search
+L

248233 matches found

Debian CVE
Debian CVE
added 5 days ago4 views

CVE-2026-72424

In the Linux kernel, the following vulnerability has been resolved: rtc: msc313: fix NULL deref in shared IRQ handler at probe msc313rtcprobe calls devmrequestirq with IRQFSHARED and &pdev-dev as the cookie, but platformsetdrvdata is only called later after the clock setup. With a shared IRQ line...

5.4AI score0.0018EPSS
SaveExploits0
OSV
OSV
added 5 days ago6 views

CVE-2026-72424 rtc: msc313: fix NULL deref in shared IRQ handler at probe

In the Linux kernel, the following vulnerability has been resolved: rtc: msc313: fix NULL deref in shared IRQ handler at probe msc313rtcprobe calls devmrequestirq with IRQFSHARED and &pdev-dev as the cookie, but platformsetdrvdata is only called later after the clock setup. With a shared IRQ line...

5.5AI score
SaveExploits0References9
CVE
CVE
added 5 days ago22 views

CVE-2026-72423

The CVE-2026-72423 vulnerability affects the Linux kernel’s BPF conntrack error reporting: wrappers for conntrack kfuncs may write to opts->error outside the verifier-checked range, for certain sizes. The issue occurs when using an opts pointer with an accompanying opts__sz argument; the verif...

8.8CVSS5.3AI score0.00154EPSS
SaveExploits0References2
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-59321

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free of conn-preauthinfo in concurrent SMB2 NEGOTIATE conn-preauthinfo is shared connection state struct preauthintegrityinfo, kmalloc-96 that is allocated and freed by the SMB2 NEGOTIATE handler and read by...

5.6AI score0.00668EPSS
SaveExploits0References7
Cvelist
Cvelist
added 5 days ago30 views

CVE-2026-72422 ksmbd: fix use-after-free of conn->preauth_info in concurrent SMB2 NEGOTIATE

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free of conn-preauthinfo in concurrent SMB2 NEGOTIATE conn-preauthinfo is shared connection state struct preauthintegrityinfo, kmalloc-96 that is allocated and freed by the SMB2 NEGOTIATE handler and read by...

9.8CVSS0.00668EPSS
SaveExploits0References7
Cvelist
Cvelist
added 5 days ago35 views

CVE-2026-72423 bpf: Guard conntrack opts error writes

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard conntrack opts error writes The conntrack lookup and allocation kfuncs take an opts pointer together with an optssz argument. The verifier checks only the memory range described by optssz, but the wrappers...

8.8CVSS0.00154EPSS
SaveExploits0References2
OSV
OSV
added 5 days ago10 views

CVE-2026-72422 ksmbd: fix use-after-free of conn->preauth_info in concurrent SMB2 NEGOTIATE

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free of conn-preauthinfo in concurrent SMB2 NEGOTIATE conn-preauthinfo is shared connection state struct preauthintegrityinfo, kmalloc-96 that is allocated and freed by the SMB2 NEGOTIATE handler and read by...

9.8CVSS5.7AI score
SaveExploits0References10
EUVD
EUVD
added 5 days ago12 views

EUVD-2026-59322

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard conntrack opts error writes The conntrack lookup and allocation kfuncs take an opts pointer together with an optssz argument. The verifier checks only the memory range described by optssz, but the wrappers...

5.4AI score0.00154EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 5 days ago5 views

CVE-2026-72422

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix use-after-free of conn-preauthinfo in concurrent SMB2 NEGOTIATE conn-preauthinfo is shared connection state struct preauthintegrityinfo, kmalloc-96 that is allocated and freed by the SMB2 NEGOTIATE handler and read by...

9.8CVSS5.5AI score0.00668EPSS
SaveExploits0
Debian CVE
Debian CVE
added 5 days ago5 views

CVE-2026-72423

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard conntrack opts error writes The conntrack lookup and allocation kfuncs take an opts pointer together with an optssz argument. The verifier checks only the memory range described by optssz, but the wrappers...

8.8CVSS5.3AI score0.00154EPSS
SaveExploits0
OSV
OSV
added 5 days ago5 views

CVE-2026-72423 bpf: Guard conntrack opts error writes

In the Linux kernel, the following vulnerability has been resolved: bpf: Guard conntrack opts error writes The conntrack lookup and allocation kfuncs take an opts pointer together with an optssz argument. The verifier checks only the memory range described by optssz, but the wrappers...

8.8CVSS5.5AI score
SaveExploits0References5
CVE
CVE
added 5 days ago18 views

CVE-2026-72422

Summary: CVE-2026-72422 fixes a use-after-free in ksmbd’s handling of conn->preauth_info during concurrent SMB2 NEGOTIATE on the same Linux kernel connection. The issue arose because the preauth_info state (shared across the negotiate and response paths) could be freed while a concurrent send-...

9.8CVSS5.5AI score0.00668EPSS
SaveExploits0References7
CVE
CVE
added 5 days ago35 views

CVE-2026-72421

CVE-2026-72421 : In the Linux kernel, a logic flaw in IPv4 route lookup under CONFIG_IP_MULTIPLE_TABLES can cause an error route from a merged local/main table to be overwritten by a route in the default table when no rule is added. The issue occurs in fib_lookup() where two tables are searched a...

10CVSS5.3AI score0.00555EPSS
SaveExploits0References8
EUVD
EUVD
added 5 days ago16 views

EUVD-2026-59320

In the Linux kernel, the following vulnerability has been resolved: ipv4: fib: Don't ignore error route in local/main tables. When CONFIGIPMULTIPLETABLES is enabled but no rule is added, fiblookup performs route lookup directly on two tables. Since the first lookup does not properly bail out, the...

5.4AI score0.00555EPSS
SaveExploits0References8
OSV
OSV
added 5 days ago15 views

CVE-2026-72421 ipv4: fib: Don't ignore error route in local/main tables.

In the Linux kernel, the following vulnerability has been resolved: ipv4: fib: Don't ignore error route in local/main tables. When CONFIGIPMULTIPLETABLES is enabled but no rule is added, fiblookup performs route lookup directly on two tables. Since the first lookup does not properly bail out, the...

10CVSS5.5AI score
SaveExploits0References11
Cvelist
Cvelist
added 5 days ago32 views

CVE-2026-72421 ipv4: fib: Don't ignore error route in local/main tables.

In the Linux kernel, the following vulnerability has been resolved: ipv4: fib: Don't ignore error route in local/main tables. When CONFIGIPMULTIPLETABLES is enabled but no rule is added, fiblookup performs route lookup directly on two tables. Since the first lookup does not properly bail out, the...

10CVSS0.00555EPSS
SaveExploits0References8
Cvelist
Cvelist
added 5 days ago31 views

CVE-2026-72419 netfilter: nf_nat: avoid invalid nat_net pointer use on failed nf_nat_init()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnat: avoid invalid natnet pointer use on failed nfnatinit We ran into below KASAN splat, which is mostly uninteresting, beside for having nfnatregisterfn in the call chain as a cause for the offending access:...

7.8CVSS0.00164EPSS
SaveExploits0References6
Cvelist
Cvelist
added 5 days ago30 views

CVE-2026-72420 md/raid5: avoid R5_Overlap races while breaking stripe batches

In the Linux kernel, the following vulnerability has been resolved: md/raid5: avoid R5Overlap races while breaking stripe batches KCSAN report a race in breakstripebatchlist vs. raid5makerequest on sh-devi.flags plain word write vs. atomic bit op.. and .. one possible scenario is: CPU1 CPU2...

8.8CVSS0.00445EPSS
SaveExploits0References4
OSV
OSV
added 5 days ago13 views

CVE-2026-72420 md/raid5: avoid R5_Overlap races while breaking stripe batches

In the Linux kernel, the following vulnerability has been resolved: md/raid5: avoid R5Overlap races while breaking stripe batches KCSAN report a race in breakstripebatchlist vs. raid5makerequest on sh-devi.flags plain word write vs. atomic bit op.. and .. one possible scenario is: CPU1 CPU2...

8.8CVSS5.6AI score
SaveExploits0References7
EUVD
EUVD
added 5 days ago6 views

EUVD-2026-59318

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnat: avoid invalid natnet pointer use on failed nfnatinit We ran into below KASAN splat, which is mostly uninteresting, beside for having nfnatregisterfn in the call chain as a cause for the offending access:...

5.4AI score0.00164EPSS
SaveExploits0References6
Rows per page
Query Builder