CVE-2026-74624: netfilter: nf_conntrack: defer invalid log until after unlock

Published Aug 22, 2026
·
Updated

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

netfilter: nfconntrack: defer invalid log until after unlock

TCP and SCTP conntrack paths can emit invalid-packet logs while ct->lock is still held.

When invalid logging is routed to nfnetlinklog and conntrack export is enabled, the log path can re-enter conntrack netlink glue and dump the same conntrack again. Protocol attribute dumping may take ct->lock, so logging while holding that lock can deadlock.

Defer the TCP invalid logs by storing only the minimal log context while ct->lock is held and emitting the log after unlocking. Also make the TCP timeout-lowering invalid path return whether a log is needed, then emit that log after unlocking.

Do the same for the SCTP invalid state-transition log that can be reached while ct->lock is held.

Add a lockdep assertion to nfctl4protologinvalid() so future callers that log invalid conntracks while holding ct->lock are caught outside TCP and SCTP as well.

Affected Software

1 affected component
Linux Linux kernel

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Implement the resolved behavior: ensure nf_conntrack defers invalid-packet logging until after unlocking ct->lock, so TCP and SCTP conntrack paths do not emit nfnetlink_log/conntrack export logs while ct->lock is held (e.g., by using a timeout-lowering invalid-path check that returns whether a log is needed, and then emitting the log only after ct->lock is released).

    Linux kernel conntrack (nf_conntrack) invalid log emission timing = defer invalid-packet logging until after ct->lock is released
  2. Configuration

    Add a lockdep assertion to nf_ct_l4proto_log_invalid() so future callers follow the rule that invalid logging must not occur while ct->lock is held.

    Linux kernel conntrack lockdep assertion in nf_ct_l4proto_log_invalid() = add lockdep assertion

Event History

Aug 22, 2026
CVE Published
via MITRE·03:32 PM
Data Sourced
via MITRE·03:32 PM
Description
Data Sourced
via NVD·04:16 PM
Description

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