PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-98145 Linux CVE debrief

A vulnerability in the Linux kernel has been resolved, where a command chain with zero commands could pass the payload length check and submit a request with a zero-length buffer, potentially causing a fault on the vmap guard page. This issue arises from the fact that a chain with a command_count of zero passes the payload length check because struct_size(payload, data, 0) only accounts for the header. As a result, the fill loop does not execute, leaving the offset at zero, and the request is submitted with a zero-length buffer. On firmware without AIE2_NPU_COMMAND, which checks up to the opcode, the submission proceeds to drm_clflush_virt_range(cmd_buf, 0), reading the byte before

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, system administrators, and security teams should assess exposure and apply patches to prevent potential faults. They should verify Linux kernel versions, review system configurations, and monitor system logs for potential faults on the vmap guard page. Additionally, they should check relevant monitoring, detection, and logs for exposed assets that need extra review.

Why it matters

A vulnerability in the Linux kernel has been resolved, where a command chain with zero commands could pass the payload length check and submit a request with a zero-length buffer, potentially causing a fault on the vmap guard page. Linux kernel developers, system administrators, and security teams should assess exposure and apply patches to prevent potential faults.

  • Verify Linux kernel versions to prevent potential faults
  • Validate command chains to prevent zero-length buffer submissions
  • Monitor system logs for potential faults on the vmap guard page
  • Apply patches to resolve the vulnerability

Technical summary

The Linux kernel vulnerability occurs when a command chain with zero commands passes the payload length check and submits a request with a zero-length buffer, potentially causing a fault on the vmap guard page. This is due to the fact that struct_size(payload, data, 0) only accounts for the header, allowing the chain to pass the payload length check. The fill loop does not execute, leaving the offset at zero. On firmware without AIE2_NPU_COMMAND, the submission proceeds, potentially leading to a fault when drm_clflush_virt_range(cmd_buf, 0) is called.

Defensive priority

Verify Linux kernel versions and apply patches to prevent potential faults

Recommended defensive actions

  • Verify Linux kernel versions and apply patches
  • Review system configurations and ensure proper validation of command chains
  • Monitor system logs for potential faults on the vmap guard page
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed

Evidence notes

The CVE record and source references indicate a vulnerability in the Linux kernel that has been resolved. However, details about affected versions, exploitation, and impact are limited. The issue is related to the AMD XDNA accelerator, where a command chain with zero commands could lead to a fault. The fix involves rejecting such command chains. Defenders should verify Linux kernel versions, review system configurations, and monitor system logs for potential faults.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-98145 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-98145 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/ed74e8d603df457bfcf16ed4f8f1660a1525759e

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

  • Source reference

    Unverified legacy reference

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

    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.