CVE-2026-52999

CRITICAL

CVSS v3.1: 9.1 · EPSS: 0.0052 (40.3 percentile)

NetworkNo privilegesNo user interaction

Source data as of:

At a glance

Severity
CRITICAL
CVSS
9.1 v3.1 · NVD
EPSS
0.0052 (40.3 percentile) · FIRST.org
CISA KEV
No
Attack conditions (CVSS vector)
NetworkNo privilegesNo user interaction · Source: NVD Vector
Published
2026-06-24 · Modified: 2026-06-28

CVSS / EPSS / KEV

CVSS v3.1 9.1 / 10 CRITICAL Source: NVD
EPSS 0.0052 40.3 percentile Source: FIRST.org
CISA KEV No Source: CISA

Source — CVSS: NVD · EPSS: FIRST.org · KEV: CISA. Data & Sources

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.

Record details

CVE ID
CVE-2026-52999
CVSS (v3.1)
9.1 (CRITICAL)
Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
Exploitability subscore
3.9
Impact subscore
5.2
EPSS
0.0052 (40.3 percentile) — 2026-06-29
CISA KEV
No
Affected configurations (CPE)
0
Published
2026-06-24
Modified
2026-06-28
Status
Received

References

Reference URLs as listed by NVD, grouped by a mechanical match on the link's host/pattern. Labels describe the link type only.