CVE-2026-80843
Reported by Linux · Published September 4, 2026
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.
EPSS 0.19% · 9.5th percentile
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | 4447bb33f09444920a8f1d89e1540137429351b6, 4447bb33f09444920a8f1d89e1540137429351b6, 4447bb33f09444920a8f1d89e1540137429351b6 |
| Linux | Linux | 2.6.33, 0, 5.10.269 |
| Linux | Linux | 7.3-rc1, 0, 5.10.269 |
| linux | linux_kernel | 2.6.33, 2.6.33, 2.6.33 |
Timeline
- Sep 4, 2026 Coalition ESS Score
- Sep 4, 2026 CVE Published
- Sep 5, 2026 EPSS Score
- Sep 15, 2026 EPSS Score
- Sep 18, 2026 EPSS Score