Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-46147

5.5 · MEDIUM
Published May 28, 2026 linux CWE-401 EPSS 0.13% (3th pctl)

Overview

CVE-2026-46147 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 28, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

KVM: arm64: Fix pin leak and publication ordering in __pkvm_init_vcpu()

Two bugs exist in the vCPU initialisation path:

1. If a check fails after hyp_pin_shared_mem() succeeds, the cleanup

path jumps to 'unlock' without calling unpin_host_vcpu() or

unpin_host_sve_state(), permanently leaking pin references on the

host vCPU and SVE state pages.

Extract a register_hyp_vcpu() helper that performs the checks and

the store. When register_hyp_vcpu() returns an error, call

unpin_host_vcpu() and unpin_host_sve_state() inline before falling

through to the existing 'unlock' label.

2. register_hyp_vcpu() publishes the new vCPU pointer into

'hyp_vm->vcpus[]' with a bare store, allowing a concurrent caller

of pkvm_load_hyp_vcpu() to observe a partially initialised vCPU

object.

Ensure the store uses smp_store_release() and the load uses

smp_load_acquire(). While 'vm_table_lock' currently ser

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 0, < 6.18.30 Affected

Frequently Asked Questions

What is CVE-2026-46147?

CVE-2026-46147 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 28, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-46147?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-46147?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-46147?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-46147 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.