The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-33076

CVE-2026-33076: Roxy-wi RCE Vulnerability via Path Traversal

CVE-2026-33076 is a remote code execution flaw in Roxy-wi that exploits path traversal to write into scheduled tasks. This post covers the technical details, affected versions, impact, and mitigation strategies.

Published: April 30, 2026

CVE-2026-33076 Overview

CVE-2026-33076 is a critical path traversal vulnerability in Roxy-WI, a web interface for managing HAProxy, Nginx, Apache, and Keepalived servers. The vulnerability exists in the haproxy_section_save interface, where insufficient input validation allows attackers to exploit path traversal sequences to write malicious content into scheduled tasks, ultimately achieving remote code execution on vulnerable systems.

Prior to version 8.2.6.4, the application fails to properly sanitize user-supplied input in the configuration save functionality, enabling unauthenticated attackers to traverse directory paths and inject arbitrary code into system cron jobs or other scheduled task mechanisms.

Critical Impact

Unauthenticated remote attackers can achieve arbitrary code execution by exploiting path traversal to write malicious payloads into scheduled tasks, potentially leading to complete system compromise.

Affected Products

  • Roxy-WI versions prior to 8.2.6.4
  • All deployments using the haproxy_section_save interface
  • Systems running Roxy-WI with HAProxy, Nginx, Apache, or Keepalived management enabled

Discovery Timeline

  • 2026-04-24 - CVE-2026-33076 published to NVD
  • 2026-04-27 - Last updated in NVD database

Technical Details for CVE-2026-33076

Vulnerability Analysis

This vulnerability combines two dangerous attack primitives: path traversal (CWE-22) and arbitrary file write. The haproxy_section_save endpoint in Roxy-WI accepts user-controlled input that determines where configuration data is written on the filesystem. Due to inadequate path validation, an attacker can use directory traversal sequences (e.g., ../) to escape the intended configuration directory and write to arbitrary locations.

The most severe exploitation scenario involves writing malicious scripts to cron directories or other scheduled task locations. Once the scheduled task executes, the attacker's payload runs with the privileges of the task scheduler, typically root on Linux systems. This attack requires no authentication and can be performed remotely over the network.

Root Cause

The root cause is improper input validation in the path handling logic of the haproxy_section_save interface. The application fails to:

  1. Canonicalize file paths before use
  2. Validate that the resolved path remains within the intended configuration directory
  3. Sanitize path traversal sequences from user input
  4. Implement proper IP/DNS validation in route handling

The security patch introduced in version 8.2.6.4 adds the common module import to improve input validation:

python
 import app.modules.db.sql as sql
+import app.modules.common.common as common
 import app.modules.roxy_wi_tools as roxy_wi_tools
 
 get_config_var = roxy_wi_tools.GetConfigVar()

Source: GitHub Commit

Attack Vector

The attack is network-based and requires no user interaction or prior authentication. An attacker can craft malicious HTTP requests to the haproxy_section_save endpoint with path traversal payloads in the filename or path parameters. The payload would include:

  1. Path traversal sequences to reach system directories
  2. Malicious script content designed for execution via cron or similar mechanisms
  3. Appropriate file extensions and permissions to enable execution

The version migration script demonstrates the patch application:

python
+from playhouse.migrate import *
+from app.modules.db.db_model import connect, Version
+
+migrator = connect(get_migrator=1)
+
+
+def up():
+    """Apply the migration."""
+    try:
+        Version.update(version='8.2.6.4').execute()
+    except Exception as e:
+        print(f"Error updating version: {str(e)}")
+        raise e
+
+
+def down():
+    """Roll back the migration."""
+    try:
+        Version.update(version='8.2.6.3').execute()
+    except Exception as e:
+        print(f"Error rolling back migration: {str(e)}")
+        raise e

Source: GitHub Commit

Detection Methods for CVE-2026-33076

Indicators of Compromise

  • Unexpected files appearing in cron directories (/etc/cron.d/, /etc/cron.daily/, /var/spool/cron/)
  • HTTP requests to haproxy_section_save endpoint containing path traversal sequences (../, ..%2f, ..%252f)
  • New or modified scheduled tasks with unknown origins
  • Suspicious process execution originating from cron or systemd timer services

Detection Strategies

  • Monitor web server logs for requests to the haproxy_section_save endpoint containing encoded or plain path traversal patterns
  • Implement file integrity monitoring (FIM) on cron directories and other scheduled task locations
  • Deploy web application firewall (WAF) rules to detect and block path traversal attempts
  • Review Roxy-WI application logs for anomalous configuration save operations

Monitoring Recommendations

  • Enable verbose logging on the Roxy-WI application to capture all configuration save requests
  • Configure alerts for any file modifications in system-critical directories from the Roxy-WI service account
  • Implement network-level monitoring for unusual outbound connections from servers running Roxy-WI
  • Regularly audit cron jobs and scheduled tasks for unauthorized entries

How to Mitigate CVE-2026-33076

Immediate Actions Required

  • Upgrade Roxy-WI to version 8.2.6.4 or later immediately
  • Audit existing cron jobs and scheduled tasks for any unauthorized entries
  • Review system logs for evidence of exploitation attempts
  • Restrict network access to the Roxy-WI interface using firewall rules or network segmentation
  • Consider temporarily disabling the haproxy_section_save functionality if immediate patching is not possible

Patch Information

The vulnerability has been fixed in Roxy-WI version 8.2.6.4. The patch introduces improved IP/DNS validation in routes and adds proper input sanitization through the common module. Organizations should apply this update through their standard package management or by pulling the latest version from the official repository.

For detailed information about the fix, refer to the GitHub Security Advisory and the security patch commit.

Workarounds

  • Place Roxy-WI behind a reverse proxy with path traversal filtering capabilities
  • Implement network-level access controls to limit who can reach the Roxy-WI interface
  • Use a web application firewall (WAF) to block requests containing path traversal patterns
  • Run Roxy-WI in a containerized environment with restricted filesystem access to limit the impact of exploitation
bash
# Example: Restrict Roxy-WI access via iptables
iptables -A INPUT -p tcp --dport 8080 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 8080 -j DROP

# Example: Nginx reverse proxy with path traversal blocking
location /app/ {
    if ($request_uri ~* "\.\.") {
        return 403;
    }
    proxy_pass http://roxy-wi-backend;
}

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.9

  • EPSS Probability0.41%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Vendor Resources
  • GitHub Commit Change

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33208: Roxy-wi RCE Vulnerability

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

  • CVE-2026-22265: Roxy-WI Command Injection Vulnerability

  • CVE-2026-33078: Roxy-wi SQL Injection 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