CVE-2026-72252
Received Received - Intake

BaseFortify

Vulnerability report for CVE-2026-72252, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-15

Last updated on: 2026-08-15

Assigner: kernel.org

Description

In the Linux kernel, the following vulnerability has been resolved: netfilter: nft_set_pipapo: don't leak bad clone into future transaction On memory allocation failure the cloned nft_pipapo_match can enter a bad state: - some fields can have their lookup tables resized while others did not - bits might have been toggled - scratch map can be undersized which also means m->bsize_max can be lower than what is required This means that the next insertion in the same batch can trigger out-of-bounds writes. Furthermore, a failure in the first can result in the bad clone to leak into the next transaction because the abort callback is never executed in this case (the upper layer saw an error and no attempt to allocate a transactional request was made). Record a state for the nft_pipapo_match structure: - NEW (pristine clone) - MOD (modified clone with good state) - ERR (potentially bogus content) Then make it so that deletes and insertions fail when the clone entered ERR state. In case the very first insert attempt results in an error, free the clone right away.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-15
Last Modified
2026-08-15
Generated
2026-08-15
AI Q&A
2026-08-15
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel's netfilter component (nft_set_pipapo) occurs when memory allocation fails during a clone operation. The cloned state can become corrupted, leading to inconsistent lookup tables, incorrect bit toggling, and undersized scratch maps. This corruption may cause out-of-bounds writes during subsequent operations in the same batch.

Impact Analysis

If exploited, this flaw could allow an attacker to trigger memory corruption in the Linux kernel's networking subsystem. This might lead to system crashes, privilege escalation, or unauthorized access to sensitive data. Systems using affected kernel versions with netfilter functionality are at risk.

Mitigation Strategies

Update the Linux kernel to the latest patched version to resolve this vulnerability. Monitor system logs for memory allocation failures or out-of-bounds write errors in netfilter components.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-72252. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart