Lucene search
+L

1095 matches found

OSV
OSV
added 2025/02/26 7:01 a.m.7 views

DEBIAN-CVE-2022-49293

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: initialize registers in nftdochain Initialize registers to avoid stack leak into userspace...

5.5CVSS5.5AI score0.00288EPSS
SaveExploits0References1
OSV
OSV
added 2025/02/26 7:01 a.m.7 views

UBUNTU-CVE-2022-49293

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: initialize registers in nftdochain Initialize registers to avoid stack leak into userspace...

5.5CVSS6.2AI score0.00288EPSS
SaveExploits0References12
Cvelist
Cvelist
added 2025/02/26 2:23 a.m.31 views

CVE-2022-49622 netfilter: nf_tables: avoid skb access on nf_stolen

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: avoid skb access on nfstolen When verdict is NFSTOLEN, the skb might have been freed. When tracing is enabled, this can result in a use-after-free: 1. access to skb-nftrace 2. access to skb-mark 3. computatio...

7.8CVSS0.0025EPSS
SaveExploits0References2
CVE
CVE
added 2025/02/26 2:23 a.m.131 views

CVE-2022-49622

CVE-2022-49622 (Linux kernel) describes a use-after-free risk in nf_tables when verdict is NF_STOLEN in netfilter, where skb freeing may have occurred. The fix prevents illegal skb access by: (1) caching skb->nf_trace in the trace state and refreshing it when verdict != STOLEN; (2) skipping sk...

7.8CVSS5.4AI score0.0025EPSS
SaveExploits0References2Affected Software1
CVE
CVE
added 2025/02/26 2:14 a.m.85 views

CVE-2022-49558

CVE-2022-49558 affects the Linux kernel nf_tables/netfilter path. The issue is a double unregistration of hooks in netns path: __nft_release_hooks() unregisters hooks during pre_netns exit, and NETDEV_UNREGISTER triggers unregister again, leading to potential hook handling inconsistencies. The pr...

5.5CVSS6.6AI score0.00264EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2025/02/26 1:56 a.m.22 views

CVE-2022-49293 netfilter: nf_tables: initialize registers in nft_do_chain()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: initialize registers in nftdochain Initialize registers to avoid stack leak into userspace...

0.00288EPSS
SaveExploits0References9
OSV
OSV
added 2025/02/26 1:56 a.m.9 views

CVE-2022-49293 netfilter: nf_tables: initialize registers in nft_do_chain()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: initialize registers in nftdochain Initialize registers to avoid stack leak into userspace...

5.2AI score
SaveExploits0References12
CVE
CVE
added 2025/02/26 1:56 a.m.112 views

CVE-2022-49293

The CVE-2022-49293 entry concerns the Linux kernel where the nf_tables code path in nft_do_chain had a bug in register initialization. The issue could allow a stack leak into userspace, with local attack vector and no user interaction required. The vulnerability is classified as LOCAL, with LOW a...

5.5CVSS5.3AI score0.00288EPSS
SaveExploits0References9Affected Software1
CNNVD
CNNVD
added 2025/02/26 12:00 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that stems from a memory leak in the nftables module that fails to free a flow rule object in the commit path...

5.5CVSS5AI score0.00282EPSS
SaveExploits0References7
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.11 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerabilities have been resolved: netfilter: nftables: prefer nftchainvalidate nftchainvalidate already performs loop detection, as a cycle in the process could lead to a call stack overflow ctx-level = NFTJUMPSTACKSIZE. It also iterates through the maps via t...

7.8CVSS6AI score0.0032EPSS
SaveExploits0References3
BDU FSTEC
BDU FSTEC
added 2025/02/06 12:00 a.m.13 views

The vulnerability of the nf_tables module of the netfilter component in Linux kernel allows a hacker to cause a service failure.

The vulnerability of the nftables module in the netfilter component of the Linux operating system’s kernel is related to the improper use of the allocated buffer after resuming from sleep mode. Exploiting this vulnerability can allow an attacker to cause a service failure...

2.5CVSS6.5AI score0.00265EPSS
SaveExploits0References49Affected Software10
OSV
OSV
added 2025/02/05 10:15 a.m.7 views

DEBIAN-CVE-2023-52924

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: don't skip expired elements during walk There is an asymmetry between commit/abort and preparation phase if the following conditions are met: 1. set is a verdict map "1.2.3.4 : jump foo" 2. timeouts are enabl...

5.5CVSS5.4AI score0.00204EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2025/02/05 9:07 a.m.48 views

CVE-2023-52925

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: don't fail inserts if duplicate has expired nftables selftests fail: run-tests.sh testcases/sets/0044intervaloverlap0 Expected: 0-2 . 0-3, got: W: FAILED ./testcases/sets/0044intervaloverlap0: got 1 Insertion...

6.2CVSS5.4AI score0.00207EPSS
SaveExploits0
OSV
OSV
added 2025/02/05 9:07 a.m.21 views

CVE-2023-52925 netfilter: nf_tables: don't fail inserts if duplicate has expired

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: don't fail inserts if duplicate has expired nftables selftests fail: run-tests.sh testcases/sets/0044intervaloverlap0 Expected: 0-2 . 0-3, got: W: FAILED ./testcases/sets/0044intervaloverlap0: got 1 Insertion...

6.2CVSS6AI score
SaveExploits0References8
Debian CVE
Debian CVE
added 2025/02/05 9:07 a.m.16 views

CVE-2023-52924

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: don't skip expired elements during walk There is an asymmetry between commit/abort and preparation phase if the following conditions are met: 1. set is a verdict map "1.2.3.4 : jump foo" 2. timeouts are enabl...

5.5CVSS5.4AI score0.00204EPSS
SaveExploits0
Cvelist
Cvelist
added 2025/02/05 9:07 a.m.18 views

CVE-2023-52924 netfilter: nf_tables: don't skip expired elements during walk

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: don't skip expired elements during walk There is an asymmetry between commit/abort and preparation phase if the following conditions are met: 1. set is a verdict map "1.2.3.4 : jump foo" 2. timeouts are enabl...

0.00204EPSS
SaveExploits0References7
BDU FSTEC
BDU FSTEC
added 2025/01/28 12:00 a.m.15 views

The vulnerability of the nf_tables component in the Linux operating system’s kernel allows a hacker to trigger a service failure.

The vulnerability of the nftables component in the Linux operating system’s kernel is related to pointer dereferencing errors. Exploiting this vulnerability can allow an attacker to cause a service failure...

5.5CVSS5.9AI score0.0022EPSS
SaveExploits0References8Affected Software2
SUSE Linux
SUSE Linux
added 2025/01/24 10:10 a.m.10 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP5 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2022-36280: Fixed out-of-bounds memory access vulnerability found in vmwgfx driver bsc1203332. CVE-2022-48742: rtnetlink: make sure to refresh masterdev/mops in...

8.8CVSS8.3AI score0.0202EPSS
SaveExploits2References408
OSV
OSV
added 2025/01/20 11:15 a.m.8 views

DEBIAN-CVE-2023-52923

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftables: adapt set backend to use GC transaction API Use the GC transaction API to replace the old and buggy gc API and the busy mark approach. No set elements are removed from async garbage collection anymore, instea...

5.5CVSS5.7AI score0.00256EPSS
SaveExploits0References1
CVE
CVE
added 2025/01/20 10:48 a.m.3319 views

CVE-2023-52923

CVE-2023-52923 affects the Linux kernel netfilter nf_tables backend. The vulnerability arises from switching to the GC transaction API to replace the old gc API and busy-mark approach. No set elements are removed during async GC anymore; the _DEAD bit is set to hide elements from lookups, and asy...

7.8CVSS6.5AI score0.00256EPSS
SaveExploits0References7Affected Software1
Rows per page
Query Builder