Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-27811

CVE-2026-27811: Roxy-wi Command Injection RCE Vulnerability

CVE-2026-27811 is a remote code execution vulnerability in Roxy-wi that allows authenticated users to execute arbitrary system commands via the config compare endpoint. This article covers technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2026-27811 Overview

CVE-2026-27811 is a command injection vulnerability affecting Roxy-WI, a web interface for managing Haproxy, Nginx, Apache, and Keepalived servers. Prior to version 8.2.6.3, a command injection vulnerability exists in the /config/compare/<service>/<server_ip>/show endpoint that allows authenticated users to execute arbitrary system commands on the application host. The vulnerability originates in app/modules/config/config.py on line 362, where user input is directly formatted in a template string that is eventually executed.

Critical Impact

Authenticated attackers can achieve full system command execution on the Roxy-WI host server, potentially leading to complete infrastructure compromise given the application's role in managing critical load balancers and web servers.

Affected Products

  • Roxy-WI versions prior to 8.2.6.3
  • All Roxy-WI installations with the vulnerable /config/compare/<service>/<server_ip>/show endpoint exposed

Discovery Timeline

  • 2026-03-18 - CVE CVE-2026-27811 published to NVD
  • 2026-03-19 - Last updated in NVD database

Technical Details for CVE-2026-27811

Vulnerability Analysis

This command injection vulnerability (CWE-77) affects the configuration comparison functionality in Roxy-WI. The vulnerable code path accepts user-controlled input parameters (left and right) via JSON data in the compare route and passes them to a diff command without adequate sanitization. While the application uses checkAjaxInput() for basic input validation, this was insufficient to prevent path traversal or command injection attacks through specially crafted input values.

The vulnerability is particularly concerning because Roxy-WI manages critical infrastructure components including Haproxy, Nginx, Apache, and Keepalived servers. An attacker who gains command execution on the Roxy-WI host could potentially pivot to compromise the managed servers or disrupt load balancing and high-availability configurations.

Root Cause

The root cause is improper input validation in the configuration comparison endpoint. User-supplied input is incorporated into file paths that are passed to shell commands via subprocess_execute(). The left and right parameters from JSON input are directly used in constructing file paths without sufficient validation against directory traversal sequences or command injection payloads.

Attack Vector

The attack is network-based and requires low-privileged authenticated access to the Roxy-WI interface. An attacker with valid credentials can send a malicious POST request to the /config/compare/<service>/<server_ip>/show endpoint with crafted left or right JSON parameters containing path traversal sequences or command injection payloads. These malicious inputs are then processed by the backend and executed as part of shell commands.

python
# Patched code in app/routes/config/routes.py
# Source: https://github.com/roxy-wi/roxy-wi/commit/a10ac7306c252014f97a7213db4a9470300fa064

def show_compare(service, server_ip):
    left = common.checkAjaxInput(request.json.get('left'))
    right = common.checkAjaxInput(request.json.get('right'))
    if '..' in left or '..' in right:
        return jsonify({'error': 'error: .. is not allowed'})
    try:
        compare = config_mod.compare_config(service, left, right)
    except Exception as e:
        return roxywi_common.handler_exceptions_for_json_data(e, '')
    return jsonify({'compare': compare})
python
# Patched code in app/modules/config/config.py
# Source: https://github.com/roxy-wi/roxy-wi/commit/a10ac7306c252014f97a7213db4a9470300fa064

	"""
	cmd = f"/bin/diff -ub {old_cfg} {cfg}"
	output, stderr = server_mod.subprocess_execute(cmd)
	if stderr:
		raise Exception(stderr)
	output = '\n'.join(output)
	return output

Detection Methods for CVE-2026-27811

Indicators of Compromise

  • Unusual POST requests to /config/compare/<service>/<server_ip>/show endpoints containing path traversal sequences (..) or shell metacharacters
  • Web application logs showing malformed configuration comparison requests with special characters in left or right parameters
  • Unexpected child processes spawned by the Roxy-WI application process
  • System command execution logs showing commands initiated from the web application context

Detection Strategies

  • Deploy web application firewall (WAF) rules to detect and block requests containing path traversal patterns (..) or shell command injection characters in JSON payloads
  • Monitor Roxy-WI application logs for failed input validation attempts or unusual error patterns in the configuration comparison functionality
  • Implement network intrusion detection signatures for HTTP POST requests targeting the vulnerable endpoint with suspicious payloads
  • Enable process monitoring on Roxy-WI servers to detect anomalous child process creation

Monitoring Recommendations

  • Enable detailed access logging for all Roxy-WI configuration management endpoints
  • Set up alerts for repeated authentication attempts followed by suspicious API activity
  • Monitor system call activity for the Roxy-WI application process to detect command execution attempts
  • Track file access patterns for configuration files outside expected directories

How to Mitigate CVE-2026-27811

Immediate Actions Required

  • Upgrade Roxy-WI to version 8.2.6.3 or later immediately
  • Review access logs for any evidence of exploitation attempts against the /config/compare/ endpoint
  • Audit user accounts with access to Roxy-WI and revoke unnecessary privileges
  • Consider temporarily restricting access to configuration comparison functionality until patching is complete

Patch Information

The vulnerability has been fixed in Roxy-WI version 8.2.6.3. The patch implements additional input validation by explicitly blocking path traversal sequences (..) in the left and right parameters, and adds proper error handling for the diff command execution. Users should update to this version by following the standard upgrade procedure.

For more information, see the GitHub Security Advisory GHSA-jvmv-cw47-jh77 and the security fix commit.

Workarounds

  • Implement network-level access controls to restrict access to the Roxy-WI interface to trusted management networks only
  • Deploy a web application firewall (WAF) with rules to block requests containing path traversal sequences or command injection patterns
  • If upgrading is not immediately possible, consider temporarily disabling the configuration comparison feature by restricting access at the reverse proxy or firewall level
  • Enable strict Content Security Policy headers and input validation at the network edge
bash
# Example: Block access to vulnerable endpoint using nginx until patched
# Add to nginx configuration for Roxy-WI proxy

location ~ ^/config/compare/.*/show$ {
    # Temporarily deny access to vulnerable endpoint
    deny all;
    return 403;
}

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechRoxy Wi

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.21%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-77
  • Technical References
  • GitHub Release v8.2.6.3
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-jvmv-cw47-jh77
  • Related CVEs
  • CVE-2026-22265: Roxy-WI Command Injection Vulnerability

  • CVE-2026-33432: Roxy-WI Auth Bypass Vulnerability

  • CVE-2026-33431: Roxy-WI Path Traversal Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English