PT-2026-85721 · Linux · Linux

CVE-2026-80843

·

Published

2026-09-04

·

Updated

2026-09-04

None

No severity ratings or metrics are available. When they are, we'll update the corresponding info on the page.
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.
Found an issue in the description? Have something to add? Feel free to write us 👾

Related Identifiers

CVE-2026-80843

Affected Products

Linux