PatchSiren cyber security CVE debrief
CVE-2026-43089 Linux CVE debrief
CVE-2026-43089 is an information disclosure issue in the Linux kernel’s xfrm_user code path. The published fix says build_mapping() could copy a struct xfrm_usersa_id to userspace without clearing a one-byte padding hole after the proto field, potentially leaking uninitialized kernel memory. The kernel fix zeroes the whole structure before setting fields.
- Vendor
- Linux
- Product
- Unknown
- CVSS
- MEDIUM 5.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-05-06
- Original CVE updated
- 2026-06-01
- Advisory published
- 2026-05-06
- Advisory updated
- 2026-06-01
Who should care
Linux kernel administrators, distro maintainers, and teams operating systems that use XFRM/IPsec-related kernel functionality should pay attention to this issue, especially where kernel updates are centrally managed or delayed.
Technical summary
According to the CVE description, struct xfrm_usersa_id contains a one-byte padding hole after the proto field. In build_mapping(), that hole was not cleared before the structure was copied out to userspace, creating a small kernel info leak. The referenced kernel fixes address this by zero-initializing the structure before populating its fields.
Defensive priority
Patch priority should be moderate and timely. This is an information leak rather than a code-execution issue, but it still warrants prompt kernel updates because it exposes kernel memory contents to userspace.
Recommended defensive actions
- Apply the kernel update or backport that includes the build_mapping() zero-initialization fix.
- Verify whether your distro or kernel stream has already incorporated the referenced stable kernel commits.
- Prioritize deployment on systems that rely on XFRM/IPsec functionality or where local users can trigger kernel networking paths.
- Track the CVE record and vendor advisories for any later clarification of affected versions or severity.
Evidence notes
The supplied CVE description states: "xfrm_user: fix info leak in build_mapping()" and explains that a one-byte padding hole in struct xfrm_usersa_id was not set to zero before copying to userspace. The source record is from NVD, marked "Undergoing Analysis," with official kernel.org stable references as remediation evidence. CVE publishedAt and modifiedAt are both 2026-05-06T10:16:22.200Z and 2026-05-06T13:08:07.970Z respectively.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-43089 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-43089
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-43089 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-43089
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/1beb76b2053b68c491b78370794b8ff63c8f8c02
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/5a1a4b049ddde41466ccac0daeec326254b133f2
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/700c9622b23c33b5933e6dcea816492c064e4e10
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/d3125c541a96fb3c0fc7210112684baf22b6c24d
416baaa9-dc9f-4396-8d5f-8c081fb06d67
-
Source reference
Unverified legacy reference
URL: https://git.kernel.org/stable/c/f779a6b6cdb6e12baa0663063ac59ab2a8f20c0c
416baaa9-dc9f-4396-8d5f-8c081fb06d67
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.