CVE-2026-98077: netfilter: nf_conntrack_sip: fix OOB read in sip_skip_whitespace()

Published Sep 25, 2026
·
Updated

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

netfilter: nfconntracksip: fix OOB read in sipskipwhitespace()

sipskipwhitespace() returns dptr unchanged when its own loop exhausts the buffer (dptr == limit), instead of NULL like its sibling sipfollowcontinuation() returns on its own "no more data" path.

ctsipgetheader() only checks for NULL after calling it:

dptr = sipskipwhitespace(dptr, limit); if (dptr == NULL) break; if (dptr != ':' || ++dptr >= limit) break;

so a recognized header name followed only by spaces/tabs running to the exact end of the SIP payload, with no colon, makes the very next statement read one byte past the buffer.

Make both "no more data" outcomes return NULL, matching the convention sipfollowcontinuation() already uses and that both existing callers already check for.

Affected Software

1 affected component
Linux Linux kernel

Event History

Sep 25, 2026
CVE Published
via MITRE·10:24 AM
Data Sourced
via MITRE·10:24 AM
Description

Frequently Asked Questions

1

What traffic is needed to trigger this issue?

The affected connection-tracking SIP parser must process a SIP payload containing a recognized header name followed only by spaces or tabs through the exact end of the payload, with no colon present.

2

How can I determine whether a system is affected?

Check whether the running Linux kernel includes the fix that makes sip_skip_whitespace() return NULL when it reaches the buffer limit. The listed stable kernel references identify commits containing the correction.

3

What is the immediate mitigation if an updated kernel cannot be deployed?

The provided information does not specify a mitigation. Exposure depends on processing SIP traffic through the affected netfilter connection-tracking SIP parser.

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