CVE-2026-92489: xfrm: Fix skb double-free in xfrm_dev_direct_output()

Published Sep 17, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

xfrm: Fix skb double-free in xfrmdevdirectoutput()

A return value other than 1 from localout() means that the skb has been consumed or its ownership was transferred. xfrmdevdirectoutput() nevertheless frees the skb on this path, causing a double-free when netfilter drops the packet and invalidating any other owner.

Return the localout() result directly, matching the ownership handling in xfrmoutputresume().

Affected Software

1 affected component
Linux Kernel

Event History

Sep 17, 2026
CVE Published
via MITRE·04:10 PM
Data Sourced
via MITRE·04:10 PM
Description

Frequently Asked Questions

1

Does this require a netfilter rule to drop traffic?

A netfilter drop is specifically identified as a case that triggers the double-free. More generally, the unsafe path occurs when local_out() returns a value other than 1, indicating that the skb was consumed or ownership was transferred.

2

What packet path is relevant when assessing exposure?

The issue is in the xfrm_dev_direct_output() path. Systems are relevant if packets reach this path and local_out() can consume the skb or transfer its ownership.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203