Security readout for executives and security teams
Plain-English summary
A flaw in Linux kernel nftables tunnel handling can let a low-privileged local attacker write beyond allocated kernel memory. This may crash the system or compromise confidentiality and integrity. Network exposure alone is not indicated; the attacker must obtain local access and reach the affected nftables operation.
Executive priority
Treat this as a prompt patching priority, especially on shared Linux systems with untrusted local users. It is serious kernel memory corruption, but available evidence indicates a local prerequisite and does not confirm attacks in the wild. Use vendor package status, not upstream version numbers alone, to drive remediation.
Technical view
When multiple Geneve option attributes are parsed, incorrect typed-pointer arithmetic calculates the next structure position incorrectly. A subsequent copy can produce a heap out-of-bounds write in nft_tunnel_obj_init. Linux corrected the parse and dump paths to perform byte-wise pointer arithmetic before conversion.
Likely exposure
Potentially exposed systems run an affected Linux kernel and permit a low-privileged user to reach the relevant nftables tunnel operation. The supplied version data spans kernel branches from 5.7 through 6.15, but distribution backports complicate version-only assessment. Confirm status through package changelogs or vendor advisories.
Exploitation context
CVSS 3.1 scores this 7.8 with local access, low complexity, low privileges, and no user interaction. The report shows a reproducer causing a KASAN-detected out-of-bounds write. The bundle does not establish successful privilege escalation or active exploitation, and the CVE is not listed as KEV.
Researcher notes
The demonstrated condition is a 124-byte slab out-of-bounds write during nftables object initialization. The source attributes it to casting before pointer addition while laying out multiple geneve_opt structures. Assess reachability and backport status without assuming the KASAN reproducer proves reliable code execution.
Mitigation direction
Upgrade to a vendor-supported kernel package containing the applicable referenced stable fix.
Reboot affected systems after upgrading so the corrected kernel is running.
Prioritize shared systems where untrusted or low-privileged users can access relevant nftables operations.
If patching is delayed, consult the operating-system vendor for supported temporary mitigations.
Validation and detection
Inventory running kernels and identify systems within the vendor-declared affected ranges.
Check distribution package changelogs for CVE-2025-22056 or an applicable referenced fix commit.
Confirm whether low-privileged accounts can reach relevant nftables tunnel and Geneve functionality.
After remediation, verify systems booted into the updated kernel rather than retaining the vulnerable version.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-787: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
3Timeline events
3ADP providers
12Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-787 · source CWE mapping
Out-of-bounds Write
Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.