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.

2854+ Articles
167+ 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-49846: libks clean_uri() Path Traversal

A high-severity path traversal flaw in libks's clean_uri() lets unauthenticated attackers read arbitrary files via long URI paths.

5 min read

CVE-2026-13716: Path Traversal RCE in Crafty Controller

A critical path traversal vulnerability in Crafty Controller allows authenticated remote attackers to upload files to arbitrary paths and achieve remote code execution via the server import and admin file upload features.

4 min read

CVE-2026-52884: Notepad++ Trusted Directory Bypass via Path Traversal (CVSS 7.8)

A path traversal flaw in Notepad++ v8.9.6.1 allows attackers to bypass the trusted directory plugin verification check using path sequences, potentially...

4 min read
Back to all Security Alerts