CVE-2026-23455: netfilter: nf_conntrack_h323: check for zero length in DecodeQ931()

Published Apr 3, 2026
·
Updated

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

netfilter: nfconntrackh323: check for zero length in DecodeQ931()

In DecodeQ931(), the UserUserIE code path reads a 16-bit length from the packet, then decrements it by 1 to skip the protocol discriminator byte before passing it to DecodeH323UserInformation(). If the encoded length is 0, the decrement wraps to -1, which is then passed as a large value to the decoder, leading to an out-of-bounds read.

Add a check to ensure len is positive after the decrement.

Affected Software

12 affected components
Linux Linux kernel
Linux Linux kernel>=2.6.17<5.10.253
Linux Linux kernel>=5.11<5.15.203
Linux Linux kernel>=5.16<6.1.167
Linux Linux kernel>=6.2<6.6.130
Linux Linux kernel>=6.7<6.12.78
Linux Linux kernel>=6.13<6.18.20
Linux Linux kernel>=6.19<6.19.10
Linux Linux kernel=7.0-rc1
Linux Linux kernel=7.0-rc2
Linux Linux kernel=7.0-rc3
Linux Linux kernel=7.0-rc4

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    In DecodeQ931(), add a check to ensure the 16-bit length read from the byte is positive after the decrement: if length is 0, skip/return without decrementing (prevent wrap to -1) before calling DecodeH323_UserInformation().

    netfilter: nf_conntrack_h323 DecodeQ931() length handling = if length == 0, do not decrement; add a zero-length check before decrementing and passing length to DecodeH323_UserInformation()

Event History

Apr 3, 2026
CVE Published
via MITRE·03:15 PM
Data Sourced
via MITRE·03:15 PM
DescriptionSeverity
Data Sourced
via Red Hat·04:01 PM
DescriptionSeverityAffected Software
Data Sourced
via NVD·04:16 PM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What must an attacker be able to do to trigger the issue?

An attacker must be able to send a crafted H.323/Q.931 packet that is processed by the kernel's nf_conntrack_h323 netfilter helper. The malformed packet encodes a zero UserUserIE length, causing the length adjustment to underflow before decoding.

2

What is the practical impact if the vulnerable path is reached?

The underflow turns the length into a large value and can cause an out-of-bounds read in the decoder. The supplied severity vector indicates high confidentiality and availability impact, with no integrity impact specified.

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