CVE-2026-43088
Last modified
CVE-2026-43088 is a medium-severity vulnerability rated 5.5/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: net: af_key: zero aligned sockaddr tail in PF_KEY exports PF_KEY export paths use `pfkey_sockaddr_size()` when reserving sockaddr payload space, so IPv6 addresses occupy 32 bytes on the wire. However, `pfkey_sockaddr_fill()` initializes only the first 28 bytes of `struct sockaddr_in6`, leaving the final 4 aligned bytes uninitialized. Not every PF_KEY message is affected. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: net: af_key: zero aligned sockaddr tail in PF_KEY exports PF_KEY export paths use `pfkey_sockaddr_size()` when reserving sockaddr payload space, so IPv6 addresses occupy 32 bytes on the wire. However, `pfkey_sockaddr_fill()` initializes only the first 28 bytes of `struct sockaddr_in6`, leaving the final 4 aligned bytes uninitialized. Not every PF_KEY message is affected. The state and policy dump builders already zero the whole message buffer before filling the sockaddr payloads. Keep the fix to the export paths that still append aligned sockaddr payloads with plain `skb_put()`: - `SADB_ACQUIRE` - `SADB_X_NAT_T_NEW_MAPPING` - `SADB_X_MIGRATE` Fix those paths by clearing only the aligned sockaddr tail after `pfkey_sockaddr_fill()`.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 2.6.12.1, < 6.12.88 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.30 | — |
| Linux | Linux Kernel | >= 6.19, < 6.19.14 | — |
| Linux | Linux Kernel | 2.6.12 | — |
| Linux | Linux Kernel | 7.0 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-43088?
How severe is CVE-2026-43088?
How do I fix CVE-2026-43088?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-43082In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43083In the Linux kernel, the following vulnerability has been re…9.1
- CVE-2026-43084In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43085In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43086In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43087In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43089In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-4309Missing Authorization vulnerability in NEC Platforms, Ltd. A…6.5
- CVE-2026-43090In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43091In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-43092In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-43093In the Linux kernel, the following vulnerability has been re…7.8
Are you affected by CVE-2026-43088?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
