PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-43373 Git CVE debrief

CVE-2026-43373 is a Linux kernel NCSI issue where certain error-return paths fail to free received skb buffers. The result is a kernel memory leak that can be triggered through network handling paths, with availability impact reflected in the HIGH CVSS score.

Vendor
Git
Product
Unknown
CVSS
HIGH 7.5
CISA KEV
Not listed in stored evidence
Original CVE published
2026-05-08
Original CVE updated
2026-05-11
Advisory published
2026-05-08
Advisory updated
2026-05-11

Who should care

Linux kernel maintainers, distribution security teams, and operators of systems that use NCSI-capable network paths should care most. Systems exposed to untrusted or malformed network traffic are the primary concern because the flaw sits in receive/error handling.

Technical summary

The vulnerability affects NCSI RX and AEN handling. In ncsi_aen_handler(), invalid AEN packets can cause an early return without consuming the skb. In ncsi_rcv_rsp(), early exits while failing to resolve the NCSI device, response handler, or request leave the skb unfreed. Repeated occurrences can leak kernel memory over time.

Defensive priority

High. The issue is network reachable, requires no privileges or user interaction, and impacts availability only, which makes it a practical denial-of-service concern for exposed systems.

Recommended defensive actions

  • Apply the Linux kernel fixes associated with the referenced stable commits as soon as practical.
  • Prioritize updates on hosts that use NCSI or have network management paths exposed in production.
  • Watch for abnormal kernel memory growth or instability on affected systems until patched.
  • Use vendor kernel advisories and stable backports to confirm which released kernel versions include the fix.
  • Treat malformed or unexpected NCSI traffic as a possible trigger path when assessing exposure.

Evidence notes

The CVE description states that early return paths in ncsi_aen_handler() and ncsi_rcv_rsp() fail to release received skb buffers. The supplied NVD record gives CVSS v3.1 7.5 HIGH with vector AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H, and its references point to Linux kernel stable commit URLs, indicating upstream/backport fix material. Timing in this debrief uses the supplied CVE published and modified timestamps only.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-43373 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-43373 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

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

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/553366c271479c0d571dd1bb5d1bcde4747fb82e

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/59962588197863d0d746879f193905c0c6b3df49

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/5c3398a54266541610c8d0a7082e654e9ff3e259

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/81d6aee32f8f7bbc175c05dbf61f4430bfb88c4a

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/87138dde2d6937b12b967f28fe598a7d59000ae4

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/9891d7f4f1ede473c54b49776ae07755083eef06

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

  • Source reference

    Unverified legacy reference

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

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

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.