PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-97987 Linux CVE debrief

A vulnerability in the Linux kernel's virtio_input module has been addressed. The issue arises when input_register_device() fails, and the device is not properly reset, potentially allowing DMA to queues that have been torn down. This vulnerability requires verification of kernel patch level and assessment of exposure in Linux kernel-based systems to prevent potential issues. The device is marked DRIVER_OK with virtio_device_ready() before calling input_register_device(). If registration fails, the error path clears vi->ready and calls del_vqs() while the device is still live, potentially allowing DMA to queues that have been torn down.

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

Who should care

Linux kernel developers and maintainers, Linux distribution vendors, and users of Linux kernel-based systems. They should verify kernel patch level to prevent potential DMA issues and assess exposure in Linux kernel-based systems to prioritize patching. The vulnerability requires verification of kernel patch level and assessment of exposure in Linux kernel-based systems to prevent potential issues.

Why it matters

A vulnerability in the Linux kernel's virtio_input module requires verification of kernel patch level and assessment of exposure in Linux kernel-based systems to prevent potential issues.

  • Verify kernel patch level to prevent potential DMA issues
  • Assess exposure in Linux kernel-based systems to prioritize patching

Technical summary

The Linux kernel's virtio_input module has a vulnerability that occurs when input_register_device() fails. The device is marked DRIVER_OK with virtio_device_ready() before calling input_register_device(). If registration fails, the error path clears vi->ready and calls del_vqs() while the device is still live, potentially allowing DMA to queues that have been torn down. The issue is resolved by resetting the device with virtio_reset_device() on the error path.

Defensive priority

Verify kernel version and patch level; assess exposure in Linux kernel-based systems

Recommended defensive actions

  • Verify Linux kernel version and patch level
  • Assess exposure in Linux kernel-based systems
  • Review kernel.org references for patch information
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up.
  • Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance.
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review.

Evidence notes

The CVE record and NVD entry provide details on the vulnerability. Kernel.org references are provided for patch information. The vulnerability has been resolved in the Linux kernel. The source detail is limited, and explicit evidence-limit language and defensive verification tasks are required to verify the vulnerability. The affected product deployments need to be verified, and an owner should be assigned for follow-up.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-97987 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-97987 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/668ebfea7ba623450b12fdeaa0d080464d0c0a14

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/81489b32a21c9360f8750d1fb600155d27452e19

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/8407da8974326c1ffdfe6a5a9bfc8fed3212bbdf

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/9a7e107734137f098f9b81e5615aa5a02c5395c7

    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.