Lucene search
+L

38 matches found

AstraLinux
AstraLinux
added 2026/09/14 12:01 p.m.8 views

Astra Linux – Vulnerability found in Linux 5.10, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: A stack-out-of-bounds read occurred in pipapodrop. In pipapo Drop, rulemapi + 1.n is passed to pipapounmap as the tooffset argument during each iteration, including the last iteration where i ==...

7.1CVSS5.6AI score0.00126EPSS
SaveExploits0References2
AstraLinux
AstraLinux
added 2026/08/24 10:19 a.m.8 views

Astra Linux – Vulnerabilities in Linux 5.10, Linux 5.15, Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: release elements in clone only from destroy path The clone function always provides a current view of the lookup table; use this to destroy the set. Otherwise, it is possible to destroy elements twice. Th...

7.8CVSS5.3AI score0.00294EPSS
SaveExploits0References2
RedhatCVE
RedhatCVE
added 2026/08/18 5:59 p.m.17 views

CVE-2026-72252

A flaw was found in the Linux kernel. A memory allocation failure during network filter operations can lead to an inconsistent state within the netfilter: nftsetpipapo module. This inconsistency can result in out-of-bounds writes, which may allow a local attacker to cause a system crash denial of...

7.8CVSS5.9AI score0.00164EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/08/15 6:21 a.m.13 views

CVE-2026-72252

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: don't leak bad clone into future transaction On memory allocation failure the cloned nftpipapomatch can enter a bad state: - some fields can have their lookup tables resized while others did not - bits...

7.8CVSS5.5AI score0.00164EPSS
SaveExploits0References7
OSV
OSV
added 2026/08/15 6:21 a.m.9 views

UBUNTU-CVE-2026-72252

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: don't leak bad clone into future transaction On memory allocation failure the cloned nftpipapomatch can enter a bad state: - some fields can have their lookup tables resized while others did not - bits...

7.8CVSS5.4AI score0.00164EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/15 5:54 a.m.11 views

EUVD-2026-59151

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: don't leak bad clone into future transaction On memory allocation failure the cloned nftpipapomatch can enter a bad state: - some fields can have their lookup tables resized while others did not - bits...

5.4AI score0.00164EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/15 5:54 a.m.71 views

CVE-2026-72252

CVE-2026-72252 affects the Linux kernel netfilter nft_set_pipapo mechanism. On memory allocation failure, the cloned nft_pipapo_match can enter a bad state where lookup tables may be resized inconsistently, bits toggled, and the scratch map undersized, enabling a subsequent insertion in the same ...

7.8CVSS5.3AI score0.00164EPSS
SaveExploits0References7
Cvelist
Cvelist
added 2026/08/15 5:54 a.m.33 views

CVE-2026-72252 netfilter: nft_set_pipapo: don't leak bad clone into future transaction

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: don't leak bad clone into future transaction On memory allocation failure the cloned nftpipapomatch can enter a bad state: - some fields can have their lookup tables resized while others did not - bits...

7.8CVSS0.00164EPSS
SaveExploits0References7
F5 Networks
F5 Networks
added 2026/06/29 5:40 p.m.35 views

K000161954: Linux kernel vulnerability CVE-2026-23351

Security Advisory Description In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: split gc into unlink and reclaim phase Yiming Qian reports Use-after-free in the pipapo set type: Under a large number of expired elements, commit-time GC can run for a very...

7.8CVSS5.9AI score0.00125EPSS
SaveExploits0Affected Software1
OSV
OSV
added 2026/03/25 11:16 a.m.12 views

UBUNTU-CVE-2026-23351

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: split gc into unlink and reclaim phase Yiming Qian reports Use-after-free in the pipapo set type: Under a large number of expired elements, commit-time GC can run for a very long time in a non-preemptible...

7.8CVSS5.7AI score0.00125EPSS
SaveExploits0References33
NVD
NVD
added 2025/09/23 6:15 a.m.25 views

CVE-2025-39867

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

SaveExploits0
CVE
CVE
added 2025/09/23 6:00 a.m.33 views

CVE-2025-39867

CVE-2025-39867 relates to the Linux kernel netfilter nft_set_pipapo: the root cause is a null dereference in the set handling path. The patch fixes the conditional check that guarded the scratch map access (changing from a test of both m and *m->scratch to only the scratch dereference). This i...

6.2AI score
SaveExploits0
Microsoft CVE
Microsoft CVE
added 2025/09/04 1:32 a.m.10 views

netfilter: nft_set_pipapo: prevent overflow in lookup table allocation

...

5.5CVSS7AI score0.00156EPSS
SaveExploits0
OSV
OSV
added 2025/07/04 2:15 p.m.8 views

AZL-64716 CVE-2025-38201 affecting package kernel for versions less than 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: clamp maximum map bucket size to INTMAX Otherwise, it is possible to hit WARNONONCE in kvmallocnodenoprof when resizing hashtable because GFPNOWARN is unset. Similar to: b541ba7d1f5a "netfilter: conntrack...

7.8CVSS6.3AI score0.00201EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/04 2:15 p.m.28 views

AZL-70418 CVE-2025-38201 affecting package kernel 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: clamp maximum map bucket size to INTMAX Otherwise, it is possible to hit WARNONONCE in kvmallocnodenoprof when resizing hashtable because GFPNOWARN is unset. Similar to: b541ba7d1f5a "netfilter: conntrack...

7.8CVSS5.6AI score0.00201EPSS
SaveExploits0References1
OSV
OSV
added 2025/07/03 9:15 a.m.17 views

AZL-64583 CVE-2025-38162 affecting package kernel for versions less than 6.6.126.1-1

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: prevent overflow in lookup table allocation When calculating the lookup table size, ensure the following multiplication does not overflow: - desc-fieldlen maximum value is U8MAX multiplied by...

7.8CVSS6.3AI score0.00156EPSS
SaveExploits0References1
RedHat Linux
RedHat Linux
added 2025/02/19 1:00 a.m.14 views

kernel: netfilter: nft_set_pipapo: walk over current view on netlink dump

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: walk over current view on netlink dump The Linux kernel CVE team has assigned CVE-2024-27017 to this issue. Upstream advisory:...

7.8CVSS6.8AI score0.00294EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.11 views

kernel: netfilter: nft_set_pipapo: do not free live element

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: do not free live element The Linux kernel CVE team has assigned CVE-2024-26924 to this issue. Upstream advisory: https://lore.kernel.org/linux-cve-announce/2024042420-CVE-2024-26924-4d1e@gregkh/T...

7.8CVSS6.8AI score0.00846EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.20 views

kernel: netfilter: nft_set_pipapo: walk over current view on netlink dump

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftsetpipapo: walk over current view on netlink dump The Linux kernel CVE team has assigned CVE-2024-27017 to this issue. Upstream advisory:...

7.8CVSS6.8AI score0.00294EPSS
SaveExploits0References5
Ubuntu
Ubuntu
added 2024/07/16 12:18 p.m.44 views

LSN-0105-1: Kernel Live Patch Security Notice

It was discovered that the ATA over Ethernet AoE driver in the Linux kernel contained a race condition, leading to a use-after-free vulnerability. An attacker could use this to cause a denial of service or possibly execute arbitrary code.CVE-2023-6270 It was discovered that the netfilter connecti...

9.4CVSS7AI score0.00846EPSS
SaveExploits0
Rows per page
Query Builder