PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-80988 Linux CVE debrief

A vulnerability in the Linux kernel's NTB (Non-Transparent Bridging) subsystem can cause a denial of service when the QP (Queue Pair) link is down. The vulnerability occurs because the ntb_transport_tx_enqueue() function returns 0 instead of -ENOLINK when the QP link is down, causing the skb (socket buffer) to leak. This issue has been resolved by returning -ENOLINK instead, which restores the contract that a non-zero return leaves the buffer owned by the caller.

Vendor
Linux
Product
Unknown
CVSS
Unknown
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-11
Original CVE updated
2026-09-11
Advisory published
2026-09-11
Advisory updated
2026-09-11

Who should care

Linux kernel developers and maintainers, as well as users of Linux-based systems that utilize the NTB subsystem, should assess their exposure to this vulnerability and apply patches or mitigations as necessary.

Why it matters

The Linux kernel's NTB subsystem has a vulnerability that can cause a denial of service when the QP link is down. Linux kernel developers and maintainers, as well as users of Linux-based systems that utilize the NTB subsystem, should assess their exposure to this vulnerability and apply patches or mitigations as necessary. The vulnerability requires verification of Linux kernel versions and patch levels to ensure remediation.

  • Denial of service due to skb leaks when the QP link is down.
  • Potential for packet loss or corruption due to improper handling of QP link state.
  • Need for verification of Linux kernel versions and patch levels to ensure remediation.

Technical summary

The Linux kernel's NTB subsystem has a vulnerability that can cause a denial of service when the QP link is down. The ntb_transport_tx_enqueue() function returns 0 instead of -ENOLINK when the QP link is down, causing the skb to leak. This issue has been resolved by returning -ENOLINK instead, which restores the contract that a non-zero return leaves the buffer owned by the caller. Linux kernel developers and maintainers should assess their exposure to this vulnerability and apply patches or mitigations as necessary. The vulnerability requires verification of Linux kernel versions and patch levels to ensure remediation.

Defensive priority

Medium

Recommended defensive actions

  • Review and apply patches provided by Linux kernel maintainers to fix vulnerability
  • Verify Linux kernel versions and patch levels for remediation
  • Monitor NTB subsystem for potential denial-of-service attacks
  • Check relevant monitoring, detection, and logs for exposed assets
  • Track exceptions, retest remediated assets, and close item after evidence is documented
  • Confirm whether affected product deployments exist in managed environments
  • Plan vendor-supported updates or mitigations through normal change control

Evidence notes

The CVE record and NVD entry provide details about the vulnerability, but the scope of affected systems and versions is not explicitly stated. The Linux kernel's NTB subsystem is impacted, but specific version information is not provided in the source corpus.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-80988 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-80988 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/5eca0d899a3be661a7e2caaaa7467a6fa15d756c

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/873ce713fef5dde0939220f04f3484ec86a16fba

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/89177732fe1653bbfef10cf5d99bf20cf57762c2

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/894e136b432da75c0352c80299807a5c4b04f167

    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.