{
  "affected": [
    {
      "ecosystem_specific": {
        "urgency": "not yet assigned"
      },
      "package": {
        "ecosystem": "Debian:14",
        "name": "linux"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "details": "In the Linux kernel, the following vulnerability has been resolved:  KVM: arm64: Remove VM-wide VNCR mapping counter  The global VNCR mapping counter is used to decide whether an L1 provided VNCR page is mapped in L0 on any CPU at the point of dealing with a TLB invalidation. It is incremented when a mapping is made in the fixmap, and decremented when unmapped.  As it turns out, this tracking has several flaws:  - we are trying to invalidate TLBs, and the mapping is only an   opportunistic consequence of the TLB. Checking this counter to   decide whether a TLB needs to be invalidated may result in missed   invalidations.  - an L1 vcpu invalidating its own TLB (a very likely case) will not   succeed in invalidating the VNCR pseudo TLB because that page is   not mapped in L0 at this stage.  Given that this tracking fails at delivering the minimum guarantees that are required and is only a performance optimisation, remove it completely.",
  "id": "DEBIAN-CVE-2026-89915",
  "modified": "2026-09-17T04:47:33.530064086Z",
  "published": "2026-09-16T11:17:00.553Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://security-tracker.debian.org/tracker/CVE-2026-89915"
    }
  ],
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H",
      "type": "CVSS_V3"
    }
  ],
  "upstream": [
    "CVE-2026-89915"
  ]
}