Lucene search
+L

368668 matches found

EUVD
EUVD
added 2026/08/15 5:56 a.m.8 views

EUVD-2026-59317

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconncount: prevent connlimit drops for early confirmed ct Commit 69894e5b4c5e "netfilter: nftconnlimit: update the count if add was skipped" introduced a regression where packets for valid connections are dropped whe...

5.5AI score0.00716EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.30 views

CVE-2026-72418 netfilter: nf_conncount: prevent connlimit drops for early confirmed ct

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfconncount: prevent connlimit drops for early confirmed ct Commit 69894e5b4c5e "netfilter: nftconnlimit: update the count if add was skipped" introduced a regression where packets for valid connections are dropped whe...

7.5CVSS0.00716EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/15 5:56 a.m.29 views

CVE-2026-72418

The CVE relates to the Linux kernel netfilter nf_conncount/conns tracking fix for connlimit soft-limiting. A regression allowed valid connections to be dropped when a new connection reused a socket in TIME_WAIT, because an assumed-confirmed entry could trigger a garbage-collection-driven drop. Th...

7.5CVSS5.5AI score0.00716EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.30 views

CVE-2026-72417 netfilter: flowtable: Validate iph->ihl in nf_flow_ip4_tunnel_proto()

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: Validate iph-ihl in nfflowip4tunnelproto Add sanity check for iph-ihl field in nfflowip4tunnelproto before using it to compute the header size, avoiding out-of-bounds access with malformed IP headers. While ...

9.8CVSS0.00553EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:56 a.m.6 views

EUVD-2026-59316

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: Validate iph-ihl in nfflowip4tunnelproto Add sanity check for iph-ihl field in nfflowip4tunnelproto before using it to compute the header size, avoiding out-of-bounds access with malformed IP headers. While ...

5.4AI score0.00553EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:56 a.m.23 views

CVE-2026-72417

The CVE-2026-72417 entry concerns the Linux kernel netfilter flowtable path, specifically nf_flow_ip4_tunnel_proto(). The vulnerability arises from processing IPv4 headers without validating iph->ihl, risking out-of-bounds access when headers are malformed. The fix adds a sanity check on iph-&...

9.8CVSS5.3AI score0.00553EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2026/08/15 5:56 a.m.6 views

CVE-2026-72417

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: Validate iph-ihl in nfflowip4tunnelproto Add sanity check for iph-ihl field in nfflowip4tunnelproto before using it to compute the header size, avoiding out-of-bounds access with malformed IP headers. While ...

9.8CVSS5.3AI score0.00553EPSS
SaveExploits0
OSV
OSV
added 2026/08/15 5:56 a.m.17 views

CVE-2026-72417 netfilter: flowtable: Validate iph->ihl in nf_flow_ip4_tunnel_proto()

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: Validate iph-ihl in nfflowip4tunnelproto Add sanity check for iph-ihl field in nfflowip4tunnelproto before using it to compute the header size, avoiding out-of-bounds access with malformed IP headers. While ...

9.8CVSS5.5AI score
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.29 views

CVE-2026-72415 ASoC: SDCA: Validate written enum value in ge_put_enum_double()

In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: Validate written enum value in geputenumdouble geputenumdouble passes the user-supplied enumeration index item0 to sndsocenumitemtoval without checking it against the number of items in the enum: ret =...

7.1CVSS0.0015EPSS
SaveExploits0References2
CVE
CVE
added 2026/08/15 5:56 a.m.19 views

CVE-2026-72415

Technical details about CVE-2026-72415 are not publicly available in the provided documents; monitor for updates.

7.1CVSS5.4AI score0.0015EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/08/15 5:56 a.m.6 views

EUVD-2026-59314

In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: Validate written enum value in geputenumdouble geputenumdouble passes the user-supplied enumeration index item0 to sndsocenumitemtoval without checking it against the number of items in the enum: ret =...

5.4AI score0.0015EPSS
SaveExploits0References2
OSV
OSV
added 2026/08/15 5:56 a.m.6 views

CVE-2026-72415 ASoC: SDCA: Validate written enum value in ge_put_enum_double()

In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: Validate written enum value in geputenumdouble geputenumdouble passes the user-supplied enumeration index item0 to sndsocenumitemtoval without checking it against the number of items in the enum: ret =...

7.1CVSS5.5AI score
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:56 a.m.8 views

CVE-2026-72416 netfilter: nft_compat: ebtables emulation must reject non-bridge targets

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftcompat: ebtables emulation must reject non-bridge targets xtables targets return netfilter verdicts: NFACCEPT, NFDROP, and so on. ebtables targets return incompatible verdicts: EBTACCEPT, EBTDROP, ... We cannot allo...

7.3CVSS5.5AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2026/08/15 5:56 a.m.6 views

CVE-2026-72416

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftcompat: ebtables emulation must reject non-bridge targets xtables targets return netfilter verdicts: NFACCEPT, NFDROP, and so on. ebtables targets return incompatible verdicts: EBTACCEPT, EBTDROP, ... We cannot allo...

7.3CVSS5.4AI score0.00173EPSS
SaveExploits0
Debian CVE
Debian CVE
added 2026/08/15 5:56 a.m.6 views

CVE-2026-72415

In the Linux kernel, the following vulnerability has been resolved: ASoC: SDCA: Validate written enum value in geputenumdouble geputenumdouble passes the user-supplied enumeration index item0 to sndsocenumitemtoval without checking it against the number of items in the enum: ret =...

7.1CVSS5.4AI score0.0015EPSS
SaveExploits0
CVE
CVE
added 2026/08/15 5:56 a.m.18 views

CVE-2026-72416

CVE-2026-72416 affects the Linux kernel netfilter layer (nft_compat) used for ebtables emulation. The issue is that ebtables emulation must reject non-bridge targets, but the nft_compat layer did not enforce this, allowing incompatible verdicts (EBT_* vs NF_*). The commit already enforcing this f...

7.3CVSS5.4AI score0.00173EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/15 5:56 a.m.33 views

CVE-2026-72416 netfilter: nft_compat: ebtables emulation must reject non-bridge targets

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftcompat: ebtables emulation must reject non-bridge targets xtables targets return netfilter verdicts: NFACCEPT, NFDROP, and so on. ebtables targets return incompatible verdicts: EBTACCEPT, EBTDROP, ... We cannot allo...

7.3CVSS0.00173EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/15 5:56 a.m.8 views

EUVD-2026-59315

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftcompat: ebtables emulation must reject non-bridge targets xtables targets return netfilter verdicts: NFACCEPT, NFDROP, and so on. ebtables targets return incompatible verdicts: EBTACCEPT, EBTDROP, ... We cannot allo...

5.4AI score0.00173EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/15 5:56 a.m.7 views

CVE-2026-72414 net: dsa: sja1105: round up PTP perout pin duration

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: round up PTP perout pin duration pinduration is converted from the user-provided period to SJA1105 clock ticks and is later passed as the cycletime argument to futurebasetime. Very small period values may becom...

5.5AI score
SaveExploits0References11
Debian CVE
Debian CVE
added 2026/08/15 5:56 a.m.6 views

CVE-2026-72414

In the Linux kernel, the following vulnerability has been resolved: net: dsa: sja1105: round up PTP perout pin duration pinduration is converted from the user-provided period to SJA1105 clock ticks and is later passed as the cycletime argument to futurebasetime. Very small period values may becom...

5.3AI score0.0022EPSS
SaveExploits0
Rows per page
Query Builder