Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2490+ Articles
160+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-71566: KubeVirt Auth Bypass via FakeFish Credential Ignore
CVE-2026-71566: KubeVirt Auth Bypass via FakeFish Credential Ignore

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-71566

CVE-2026-71566: KubeVirt Auth Bypass via FakeFish Credential Ignore

CVSS 9.3 critical: KubeVirt's FakeFish BMC emulator ignores provided credentials, letting any user claim admin access.

Dylan H.

Security Team

August 18, 2026
3 min read

Affected Products

  • KubeVirt with FakeFish BMC emulator prior to patched releases

Overview

A critical authentication bypass vulnerability has been disclosed in KubeVirt, the Kubernetes extension for running virtual machine workloads. Tracked as CVE-2026-71566 with a CVSS score of 9.3, the flaw exists in FakeFish, KubeVirt's Baseboard Management Controller (BMC) emulator used for virtual hardware management.

Any authenticated cluster user can exploit this vulnerability to gain full administrative access to virtual machines by simply providing arbitrary credentials — which FakeFish silently ignores.

Technical Details

FakeFish is designed to handle incoming BMC credentials by forwarding them to scripts for validation against real hardware. However, when running in a KubeVirt context, FakeFish relies on a KUBECONFIG file mounted directly into the container rather than validating the provided credentials.

The result: any user of the cluster can authenticate with any username and password — including completely fabricated credentials — and FakeFish will grant access using the elevated KUBECONFIG context. The credential validation step is effectively skipped entirely.

This allows an attacker with basic cluster access to:

  • Escalate privileges to administrative VM management
  • Access, modify, or destroy any virtual machine managed by KubeVirt
  • Pivot laterally within the cluster using the elevated BMC access
  • Exfiltrate sensitive data from running VM workloads

Attack Scenario

  1. Attacker has any level of authenticated access to the Kubernetes cluster
  2. Attacker sends a BMC authentication request to FakeFish with arbitrary credentials (e.g., username: attacker, password: anything)
  3. FakeFish ignores the credentials and authenticates using the mounted KUBECONFIG
  4. Attacker gains full VM management capabilities normally reserved for cluster administrators

Affected Environments

This vulnerability specifically impacts KubeVirt deployments that:

  • Use FakeFish as the BMC emulator
  • Have FakeFish containers with a KUBECONFIG mounted for cluster access
  • Allow regular users to interact with BMC endpoints

Remediation

Patch your KubeVirt deployment to the fixed version as soon as it is available. In the interim, consider the following mitigations:

  1. Restrict BMC endpoint access to only trusted network segments or authenticated proxies
  2. Audit KUBECONFIG mounts in FakeFish containers and apply least-privilege service accounts
  3. Monitor for anomalous BMC authentication activity in cluster audit logs
  4. Apply Kubernetes RBAC to limit which users can reach FakeFish endpoints

Severity Assessment

AttributeValue
CVSS Score9.3 (Critical)
Attack VectorNetwork
AuthenticationRequired (Cluster User)
Privileges RequiredLow
ImpactAuthentication Bypass / Privilege Escalation

References

  • NVD — CVE-2026-71566
  • KubeVirt Project
#CVE#KubeVirt#Kubernetes#Authentication Bypass#Cloud Security#Vulnerability

Related Articles

CVE-2026-14450: MaaS API Auth Bypass via Forged HTTP Headers

A critical CVSS 9.9 flaw in the MaaS API allows any pod within a Kubernetes cluster to bypass the Kuadrant AuthPolicy gateway by forging X-MaaS-Username and X-MaaS-Group headers, enabling full privilege escalation without authentication.

4 min read

CVE-2026-56163: Critical Auth Bypass in Azure Kubernetes Service Allows Privilege Escalation

A CVSS 10.0 vulnerability in Microsoft Azure Kubernetes Service allows unauthenticated attackers to escalate privileges over the network due to missing...

4 min read

CVE-2026-11964: WordPress User Registration Plugin PayPal Webhook Bypass

The User Registration & Membership WordPress plugin before 5.2.2 fails to verify PayPal webhook signatures, allowing unauthenticated attackers to forge...

3 min read
Back to all Security Alerts