CVE-2026-80843
Last modified
CVE-2026-80843 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: xfrm: fix xfrm_state_construct() auth-trunc leak attach_auth_trunc() can allocate x->aalg while leaving x->props.aalgo at zero when the selected auth algorithm has no sadb_alg_id. One real case is cmac(aes). xfrm_state_construct() then treats !x->props.aalgo as "no auth algorithm attached yet" and calls attach_auth().
Description
In the Linux kernel, the following vulnerability has been resolved: xfrm: fix xfrm_state_construct() auth-trunc leak attach_auth_trunc() can allocate x->aalg while leaving x->props.aalgo at zero when the selected auth algorithm has no sadb_alg_id. One real case is cmac(aes). xfrm_state_construct() then treats !x->props.aalgo as "no auth algorithm attached yet" and calls attach_auth(). That overwrites x->aalg and loses the first allocation. Any later failure or teardown only frees the replacement pointer. Check whether x->aalg is already attached instead of inferring that state from x->props.aalgo.
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= 4447bb33f09444920a8f1d89e1540137429351b6, < 958ae9f261319e1cdc44879886bcda2263258cca; >= 4447bb33f09444920a8f1d89e1540137429351b6, < fb7f3e74789a3c89647f4eb768f6dfaf4a751e72; >= 4447bb33f09444920a8f1d89e1540137429351b6, < ba0c110c205855b3f1e3130d8c0fdb484d704c8c; >= 4447bb33f09444920a8f1d89e1540137429351b6, < c8837bbe792257af547fd1c0252553ce13148795; >= 4447bb33f09444920a8f1d89e1540137429351b6, < 71d42da01740ec6557837bebec0bc48cfc3b4c39; >= 4447bb33f09444920a8f1d89e1540137429351b6, < cf67361e78dca488d6e4df8396a53e6745a3a80e; >= 4447bb33f09444920a8f1d89e1540137429351b6, < 37426395cb90ef217beec8407a14bd82153793d3; >= 4447bb33f09444920a8f1d89e1540137429351b6, < be19d20e53a239572bb2a28efcc1cd2b069b1ef9; >= 4447bb33f09444920a8f1d89e1540137429351b6, < c12cbf56320fb633484ee0ca1fb7d68d6b64b213 |
| Linux | Linux | 2.6.33 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80843?
How severe is CVE-2026-80843?
How do I fix CVE-2026-80843?
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-80838In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80839In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8084A vulnerability was determined in OSGeo gdal up to 3.13.0dev…5.5
- CVE-2026-80840In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80841In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80842In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80844In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80845In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80846In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80847In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80848In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80849In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-80843?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
