CVE-2026-98077

Source
https://cve.org/CVERecord?id=CVE-2026-98077
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-98077.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-98077
Downstream
Published
2026-09-25T10:24:15Z
Modified
2026-09-26T03:48:42Z
Summary
netfilter: nf_conntrack_sip: fix OOB read in sip_skip_whitespace()
Details

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

netfilter: nf_conntrack_sip: fix OOB read in sip_skip_whitespace()

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

ct_sip_get_header() only checks for NULL after calling it:

dptr = sip_skip_whitespace(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 sip_follow_continuation() already uses and that both existing callers already check for.

Database specific
{
    "cna_assigner":  "Linux",
    "osv_generated_from":  "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/98xxx/CVE-2026-98077.json"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
ea45f12a2766dae54e5426a23e8f4bafdbe2782e
Fixed
60c012b2d05e1558b0f30ea3f15a2c3ca2f24d94
Fixed
4be8380e3af008f418f97992c06f23be649a430d
Fixed
4a30aa2ba007db18210dd52219ecbd5528c03523
Fixed
e8f8231824b5815f57ce62cba116e511b10196de

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-98077.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.26
Fixed
6.12.111
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.53
Type
ECOSYSTEM
Events
Introduced
6.19.0
Fixed
7.2.7

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-98077.json"