Security readout for executives and security teams
Plain-English summary
A flaw in the Linux kernel's IPsec compression code could leave a stale memory pointer behind when an internal allocation fails. If the system later tries to clean up, it could trigger a kernel warning. There is no sign this is being exploited, and no remote attack path is described. Treat as a routine kernel hygiene update.
Executive priority
Low priority. Apply through routine kernel patching cycles; no evidence of active exploitation or remote risk.
Technical view
In the Linux kernel xfrm IPComp path, ipcomp_alloc_scratches() can fail to allocate the percpu scratch pointer while the global ipcomp_scratches retains a stale prior address. A subsequent ipcomp_free_scratches() then dereferences and vfree()s an obsolete vm area, generating a "trying to vfree existent vm area" warning. The patch sets ipcomp_scratches to NULL when freed, eliminating the dangling reference.
Likely exposure
Linux systems running affected stable kernels prior to the listed fix points (4.9.331, 4.14.296, 4.19.262, 5.4.220, 5.10.150, 5.15.75, 5.19.17, 6.0.3) that use IPsec with the IP Compression (IPComp) transform. Distribution-packaged kernels inherit the fix once rebased.
Exploitation context
No active exploitation referenced. Not listed in CISA KEV. Triggering the bug requires the rare path where IPComp percpu scratch allocation fails, then is freed, which is typically only reachable on the local kernel under memory pressure with IPsec/IPComp in use.
Researcher notes
The bug is in net/xfrm IPComp: ipcomp_alloc_scratches() can return NULL on allocation failure while the global ipcomp_scratches still holds the prior obsolete address, so ipcomp_free_scratches() later vfree()s a non-existent vm area and emits a "trying to vfree existent vm area" warning. Fix sets ipcomp_scratches = NULL on free. CVSS not provided in the bundle; CWE not assigned. Affected versions span 2.6.12 through pre-fix points listed; check stable trees for backports referenced in the kernel.org commit URLs.
Mitigation direction
- Update to a Linux stable kernel that includes the xfrm IPComp scratches fix from your distribution.
- Track distribution security advisories (RHEL, Ubuntu, SUSE, Debian) for backported builds.
- Where patching is delayed, avoid configurations that rely on IPComp transforms in IPsec.
- Reboot after kernel update to load the patched image.
- Confirm configuration management baselines target the fixed kernel revisions.
Validation and detection
- Inventory running kernel versions with `uname -r` against the listed fix versions per stable branch.
- Confirm distribution package versions include the backported xfrm IPComp scratches fix.
- Identify hosts using IPsec with IPComp via `ip xfrm state` and configuration review.
- Check kernel logs for prior `trying to vfree existent vm area` warnings linked to ipcomp.
- Verify post-update kernel build hash matches the patched stable release.
Public sources used
- CVE Program record (CVE-2022-50569)
- CVE List V5 JSON (CVE-2022-50569)
- kernel.org stable commit debca61df6bc
- kernel.org stable commit a39f456d6281
- kernel.org stable commit 1e8abde895b3
- kernel.org stable commit 18373ed500f7
- kernel.org stable commit be81c44242b2
- kernel.org stable commit 0315568019ef
- kernel.org stable commit f3bdba4440d8
- kernel.org stable commit 2c19945ce809
- kernel.org stable commit 8a04d2fc700f
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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.
CVE-2022-50569 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
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.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://git.kernel.org/stable/c/debca61df6bc2f65e020656c9c5b878d6b38d30fCVE reference
- https://git.kernel.org/stable/c/a39f456d62810c0efb43cead22f98d95b53e4b1aCVE reference
- https://git.kernel.org/stable/c/1e8abde895b3ac6a368cbdb372e8800c49e73a28CVE reference
- https://git.kernel.org/stable/c/18373ed500f7cd53e24d9b0bd0f1c09d78dba87eCVE reference
- https://git.kernel.org/stable/c/be81c44242b20fc3bdcc73480ef8aaee56f5d0b6CVE reference
- https://git.kernel.org/stable/c/03155680191ef0f004b1d6a5714c5b8cd271ab61CVE reference
- https://git.kernel.org/stable/c/f3bdba4440d82e0da2b1bfc35d3836c8a8e00677CVE reference
- https://git.kernel.org/stable/c/2c19945ce8095d065df550e7fe350cd5cc40c6e6CVE reference
- https://git.kernel.org/stable/c/8a04d2fc700f717104bfb95b0f6694e448a4537fCVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
