PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-89513 Linux CVE debrief

A Linux kernel vulnerability allows a nested guest to trigger out-of-bounds reads and writes in the KVM PMU event info array. The issue arises from a 32-bit integer overflow when storing the shared-memory size, leading to an incorrect allocation size. This vulnerability has been resolved by storing the size in size_t and rejecting multiplication overflow.

Vendor
Linux
Product
Unknown
CVSS
HIGH 8.8
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, administrators responsible for maintaining and securing Linux-based systems, and security teams should be aware of this vulnerability and take necessary actions to verify and mitigate it. This includes reviewing system logs for potential exploitation attempts, implementing additional monitoring and logging to detect similar issues, and applying kernel updates if necessary.

Why it matters

This vulnerability requires verification and potential updates to the Linux kernel to prevent out-of-bounds memory access and system instability.

  • Potential out-of-bounds memory access
  • Possible system crashes or instability
  • Need for kernel updates and verification

Technical summary

The Linux kernel vulnerability CVE-2026-89513 allows a nested guest to trigger out-of-bounds reads and writes in the KVM PMU event info array. The issue arises from a 32-bit integer overflow when storing the shared-memory size, leading to an incorrect allocation size. This vulnerability has been resolved by storing the size in size_t and rejecting multiplication overflow. The fix involves using kvcalloc() to allow vmalloc fallback and an unsigned long loop index to match num_events, as well as allocating the guest-driven array with GFP_KERNEL_ACCOUNT so it is charged to kmemcg, and using __GFP_NOWARN to suppress allocation failure warnings.

Defensive priority

Verify and apply kernel updates to prevent potential out-of-bounds memory access.

Recommended defensive actions

  • Verify kernel version and apply updates if necessary
  • Review system logs for potential exploitation attempts
  • Implement additional monitoring and logging to detect similar issues
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • 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

Evidence notes

The CVE record and source references provide details on the vulnerability, including a KASAN report and a proposed fix. The Linux kernel vulnerability CVE-2026-89513 allows a nested guest to trigger out-of-bounds reads and writes in the KVM PMU event info array due to a 32-bit integer overflow when storing the shared-memory size. This issue has been resolved by storing the size in size_t and rejecting multiplication overflow. To verify and mitigate this vulnerability, defenders should review the supplied official advisory or CVE and

Sources and references

Verified primary and authoritative sources

  • CVE-2026-89513 CVE Program record

    Publisher, destination, and source semantics verified

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

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

  • CVE-2026-89513 NVD vulnerability detail

    Publisher, destination, and source semantics verified

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

    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/735bc20c24187ca419c9d5e63860a54b91be34bd

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

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/82088f88c96b99c27a974d09b02c2b133262fadf

    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.