VDB

CVE-2026-23397

CVE-2026-23397 PUBLISHED CVSS 7.099999904632568 HIGH

In the Linux kernel, the following vulnerability has been resolved: nfnetlink_osf: validate individual option lengths in fingerprints nfnl_osf_add_callback() validates opt_num bounds and string NUL-termination but does not check individual option length fields. A zero-length option causes nf_osf_match_one() to enter the option matching loop even when foptsize sums to zero, which matches packets with no TCP options where ctx->optp is NULL: Oops: general protection fault KASAN: null-ptr-deref in range [0x0000000000000000-0x0000000000000007] RIP: 0010:nf_osf_match_one (net/netfilter/nfnetlink_osf.c:98) Call Trace: nf_osf_match (net/netfilter/nfnetlink_osf.c:227) xt_osf_match_packet (net/netfilter/xt_osf.c:32) ipt_do_table (net/ipv4/netfilter/ip_tables.c:293) nf_hook_slow (net/netfilter/core.c:623) ip_local_deliver (net/ipv4/ip_input.c:262) ip_rcv (net/ipv4/ip_input.c:573) Additionally, an MSS option (kind=2) with length < 4 causes out-of-bounds reads when nf_osf_match_one() unconditionally accesses optp[2] and optp[3] for MSS value extraction. While RFC 9293 section 3.2 specifies that the MSS option is always exactly 4 bytes (Kind=2, Length=4), the check uses "< 4" rather than "!= 4" because lengths greater than 4 do not cause memory safety issues -- the buffer is guaranteed to be at least foptsize bytes by the ctx->optsize == foptsize check. Reject fingerprints where any option has zero length, or where an MSS option has length less than 4, at add time rather than trusting these values in the packet matching hot path.

EPSS 0.02% · 6.3th percentile

Risk Scores

CVSS 3.1
7.099999904632568
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
EPSS Score
0.02%
6.3th percentile

Affected Products

VendorProductVersions
LinuxLinux7.0, 6.6.130, 11eeef41d5f63c7d2f7fdfcc733eb7fb137cc384
linuxlinux_kernel2.6.31, 2.6.31, 2.6.31

Timeline

  • Mar 26, 2026 CVE Published
  • Mar 27, 2026 Coalition ESS Score
  • Mar 29, 2026 Security Advisory
  • Mar 29, 2026 PoC Published
  • Mar 31, 2026 Security Advisory
  • Mar 31, 2026 Security Advisory
  • Mar 31, 2026 Security Advisory
  • Mar 31, 2026 Security Advisory
  • Mar 31, 2026 Security Advisory
  • Mar 31, 2026 Security Advisory
  • Mar 31, 2026 Security Advisory
  • Mar 31, 2026 Security Advisory

References

…and 135 more

Open in Interactive Console →
$ Console Community · 100/wk Open console ›