CVE Wiki Pixee · CVE intelligence
← All CVEs

CVE-2026-52999

Critical · CVSS 9.1

Linux Kernel — out-of-bounds read in netfilter OS fingerprinting option matching

CVSS
9.1
nvd
EPSS
0.52%
41th pct
KEV
No
Class
oss containerizable
CWE-125

Description

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_osf: fix out-of-bounds read on option matching In nf_osf_match(), the nf_osf_hdr_ctx structure is initialized once and passed by reference to nf_osf_match_one() for each fingerprint checked. During TCP option parsing, nf_osf_match_one() advances the shared ctx->optp pointer. If a fingerprint perfectly matches, the function returns early without restoring ctx->optp to its initial state. If the user has configured NF_OSF_LOGLEVEL_ALL, the loop continues to the next fingerprint. However, because ctx->optp was not restored, the next call to nf_osf_match_one() starts parsing from the end of the options buffer. This causes subsequent matches to read garbage data and fail immediately, making it impossible to log more than one match or logging incorrect matches. Instead of using a shared ctx->optp pointer, pass the context as a constant pointer and use a local pointer (optp) for TCP option traversal. This makes nf_osf_match_one() strictly stateless from the caller's perspective, ensuring every fingerprint check starts at the correct option offset.

Search profile — drives PoC discovery

Symbols nf_osf_matchnf_osf_match_onenf_osf_hdr_ctxctx->optpnfnetlink_osfNF_OSF_LOGLEVEL_ALLoptp
Keywords CVE-2026-52999nfnetlink_osfnf_osf_match out-of-boundsnf_osf_match_onenf_osf_hdr_ctx optpnetfilter OSF TCP option parsingLinux kernel netfilter osf fix
Versions: Fixed in commits: 0145548346c4, 1c136f2c44a5, 1e19a07291bb, 21883587593d, 32e50f92c7cf

Affected packages

Linux Kernel 5.0.0 → 5.10.258
Linux Kernel 5.11.0 → 5.15.209
Linux Kernel 5.16.0 → 6.1.175
Linux Kernel 6.13.0 → 6.18.33
Linux Kernel 6.19.0 → 7.0.10
Linux Kernel 6.2.0 → 6.6.141
Linux Kernel 6.7.0 → 6.12.91

References

Status: enriched · ingested 2026-07-11T00:00:26.000Z · profiled 2026-07-11T00:30:26.000Z