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-75627: Bastillion Authentication Bypass via Path Traversal
CVE-2026-75627: Bastillion Authentication Bypass via Path Traversal

Critical Security Alert

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

SECURITYCRITICALCVE-2026-75627

CVE-2026-75627: Bastillion Authentication Bypass via Path Traversal

Bastillion's controller dispatcher fails to validate URI paths, letting unauthenticated attackers bypass auth filters and access administrative functions.

Dylan H.

Security Team

August 19, 2026
3 min read

Affected Products

  • Bastillion (all versions prior to patch)

Overview

A critical authentication bypass vulnerability has been identified in Bastillion, the open-source web-based SSH console and bastion host manager. Assigned CVE-2026-75627 with a CVSS score of 9.8, the flaw enables completely unauthenticated attackers to access administrative controllers, enumerate user accounts, and create manager-level users — effectively achieving full control over the system without any credentials.

Bastillion is used by organizations to manage privileged SSH access to servers and infrastructure. A successful exploitation can hand attackers administrative access to SSH key management across an entire server fleet.

Vulnerability Details

The vulnerability exists in Bastillion's controller dispatcher, which handles incoming HTTP requests and applies authentication filters. The dispatcher fails to properly validate URI paths, meaning an attacker can prefix any request with arbitrary path segments to cause the authentication filter to be bypassed entirely.

For example, a request to a protected administrative endpoint such as /admin/users can be re-prefixed as /arbitrary/../../admin/users (or similar path structures) in a way that the authentication check does not match the normalized path, while the controller still routes it to the protected handler correctly.

What an unauthenticated attacker can do:

  • Read user listings — enumerate all accounts in the Bastillion user directory
  • Create manager accounts — add attacker-controlled administrative users
  • Access SSH key management — view, modify, or rotate SSH keys associated with managed servers
  • Pivot to managed infrastructure — leverage added manager accounts to access any servers under Bastillion's control

CVSS Breakdown

MetricValue
Base Score9.8 (Critical)
Attack VectorNetwork
Attack ComplexityLow
Privileges RequiredNone
User InteractionNone
ScopeUnchanged
ConfidentialityHigh
IntegrityHigh
AvailabilityHigh

The absence of any authentication requirement and no user interaction needed makes this one of the most severe scores possible for a web application vulnerability.

Affected Software

  • Bastillion — all versions with the flawed controller dispatcher (prior to the patch release)

Remediation

  • Patch immediately once the vendor releases the fix via the Bastillion repository
  • Restrict network access to your Bastillion instance — it should never be exposed directly to the internet; place it behind a VPN or firewall
  • Audit user accounts and SSH keys for any unauthorized additions immediately — assume compromise if your Bastillion instance was accessible from untrusted networks
  • Monitor Bastillion access logs for requests containing unusual path patterns (multiple ../ or unexpected path prefixes before known endpoints)
  • Consider implementing an additional layer of authentication (e.g. SSO, client certificate) in front of Bastillion as defense in depth

References

  • NVD — CVE-2026-75627
  • Bastillion GitHub Repository
#CVE-2026-75627#Bastillion#Authentication Bypass#Path Traversal#SSH#Vulnerability

Related Articles

CVE-2026-14198: Fastify Middie Middleware Path Bypass (CVSS 9.1)

Critical path bypass vulnerability in @fastify/middie versions 9.1.0 through 9.3.2 allows attackers to evade middleware protection by exploiting a %2F...

5 min read

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.

3 min read

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
Back to all Security Alerts