In the Linux kernel, the following vulnerability has been resolved:
KVM: arm64: vgic-its: Avoid potential UAF in LPI translation cache
There is a potential UAF scenario in the case of an LPI translation
cache hit racing with an operation that invalidates the cache, such
as a DISCARD ITS command. The root of the problem is that
vgic_its_check_cache() does not elevate the refcount on the vgic_irq
before dropping the lock that serializes refcount changes.
Have vgic_its_check_cache() raise the refcount on the returned vgic_irq
and add the corresponding decrement after queueing the interrupt.
Security readout for executives and security teams
Plain-English summary
This is a Linux kernel KVM issue on arm64 where a race can leave virtualization interrupt data in use after it has been freed. A local user with low privileges may be able to impact confidentiality, integrity, and availability on an affected host. The evidence supports high urgency for arm64 virtualization systems, not broad internet-facing exposure.
Executive priority
Treat as high priority for arm64 virtualization infrastructure. It requires local privileges, so it is less urgent than remotely exploitable internet-facing bugs, but the potential host-level confidentiality, integrity, and availability impact makes prompt patch planning important.
Technical view
CVE-2024-26598 is a CWE-416 use-after-free in KVM arm64 vgic-its LPI translation cache handling. A cache hit can race with cache invalidation, such as a DISCARD ITS command, because vgic_its_check_cache() returned a vgic_irq without raising its refcount before dropping the lock. Kernel stable commits add refcount handling.
Likely exposure
Exposure is most likely on Linux arm64 systems running KVM with vgic ITS functionality, especially virtualization hosts. The source bundle does not prove exposure for non-arm64 platforms or non-KVM systems. Exact affected and fixed versions should be mapped through kernel stable commits and distribution advisories.
Exploitation context
The CVSS vector is local, low complexity, low privileges, no user interaction, with high confidentiality, integrity, and availability impact. The bundle marks KEV as false and provides no cited evidence of active exploitation, public exploit availability, or remote attack paths.
Researcher notes
The key bug is lifetime management: vgic_its_check_cache() did not elevate the vgic_irq refcount before releasing the lock that serialized refcount changes. Source evidence identifies the race with invalidation operations and stable Linux commits, but does not provide exploit details or a confirmed exploitation report.
Mitigation direction
Update affected Linux kernels using vendor or kernel stable guidance.
Prioritize arm64 KVM virtualization hosts and systems running untrusted workloads.
Review Debian LTS guidance if using Debian-based affected kernels.
If updates are delayed, reduce local access to affected virtualization hosts.
Track distribution advisories for exact fixed package versions.
Validation and detection
Inventory Linux arm64 hosts running KVM virtualization.
Compare running kernel versions against vendor advisories and stable commit backports.
Confirm deployed kernels include the referenced vgic-its refcount fix.
Check Debian LTS applicability for Debian-managed systems.
Record residual systems awaiting maintenance windows or vendor packages.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-416: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
2ADP providers
9Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-416 · source CWE mapping
Use After Free
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.