PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-23397 Linux CVE debrief

A HIGH severity vulnerability was found in the Linux kernel's nfnetlink_osf component. The vulnerability is caused by a lack of validation of individual option lengths in fingerprints, which can lead to a general protection fault and potential null-pointer dereference. This issue allows attackers to trigger a denial-of-service condition or potentially execute arbitrary code with elevated privileges.

Vendor
Linux
Product
Unknown
CVSS
MEDIUM 4.4
CISA KEV
Not listed in stored evidence
Original CVE published
2026-07-14
Original CVE updated
2026-07-28
Advisory published
2026-07-14
Advisory updated
2026-07-28

Who should care

Linux kernel users and administrators should be aware of this vulnerability and take steps to mitigate it. Affected systems include those running Linux kernels with nfnetlink_osf enabled. Security teams should review and apply patches or mitigations as soon as possible.

Technical summary

The vulnerability exists in the nfnetlink_osf component of the Linux kernel. The nfnl_osf_add_callback() function validates opt_num bounds and string NUL-termination but does not check individual option length fields. This can cause nf_osf_match_one() to enter the option matching loop even when foptsize sums to zero, leading to a general protection fault and potential null-pointer dereference. 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.

Defensive priority

High

Recommended defensive actions

  • Apply patches from Linux kernel maintainers
  • Restrict access to nfnetlink_osf component
  • Monitor network traffic for suspicious activity
  • Keep Linux kernel up-to-date
  • Review compensating controls for exposed systems
  • Track exceptions and retest remediated assets
  • Verify patch deployment in managed environments

Evidence notes

The CVE record was published on 2026-03-26T11:16:19.720Z and was last modified on 2026-07-14T13:18:32.457Z. The NVD entry is currently Modified. This vulnerability affects Linux kernel users and administrators. Evidence is limited to public CVE and NVD information.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-23397 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-23397

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-23397 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-23397

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/224f4678812e1a7bc8341bcb666773a0aec5ea6f

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/3932620c04c2938c93c0890c225960d3d34ba355

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/3c11b5c2436a3a5b450612ab160e3a525b28cfb5

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/4c6aa008b913e808c4f4d3cde36cb1d9bb5967c6

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/aa0574182c46963c3cdb8cde46ec93aca21100d8

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/dbdfaae9609629a9569362e3b8f33d0a20fd783c

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

  • Mitigation or vendor reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/e9cf17b91e733fec725ebcc0b3098bc5ccd505e0

    416baaa9-dc9f-4396-8d5f-8c081fb06d67 - Patch

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.