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
    • 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-2025-26339

CVE-2025-26339: Q-free Maxtime Auth Bypass Vulnerability

CVE-2025-26339 is an authentication bypass flaw in Q-free Maxtime that allows remote attackers to compromise device security without credentials. This post covers technical details, affected versions, impact, and mitigation.

Published: March 24, 2026

CVE-2025-26339 Overview

CVE-2025-26339 is a critical missing authentication vulnerability (CWE-306) affecting Q-Free MaxTime traffic control systems. The vulnerability exists in the maxtime/handleRoute.lua component and allows unauthenticated remote attackers to access critical system functions without proper authentication. Successful exploitation could compromise device confidentiality, integrity, and availability through crafted HTTP requests.

Critical Impact

Unauthenticated remote attackers can potentially gain complete control over Q-Free MaxTime traffic management devices, affecting critical transportation infrastructure.

Affected Products

  • Q-Free MaxTime versions 2.11.0 and earlier
  • Traffic control systems utilizing vulnerable MaxTime firmware
  • Devices running the vulnerable handleRoute.lua component

Discovery Timeline

  • 2025-02-12 - CVE-2025-26339 published to NVD
  • 2025-10-24 - Last updated in NVD database

Technical Details for CVE-2025-26339

Vulnerability Analysis

This vulnerability represents a fundamental authentication bypass flaw in Q-Free MaxTime traffic control systems. The maxtime/handleRoute.lua script fails to implement proper authentication checks before processing incoming HTTP requests, allowing unauthenticated users to invoke critical device functions. Traffic control systems like MaxTime are often deployed in critical infrastructure environments, making this vulnerability particularly concerning for transportation safety and operations.

The absence of authentication for critical functions means attackers can interact with the device's management interface without providing valid credentials. This architectural weakness exposes multiple attack surfaces that could be leveraged to manipulate traffic control configurations, extract sensitive operational data, or disrupt service availability.

Root Cause

The root cause of CVE-2025-26339 is a missing authentication check in the handleRoute.lua Lua script within the MaxTime firmware. The code path processes HTTP requests directed at critical device functions without first verifying the identity or authorization of the requester. This represents a CWE-306 vulnerability where the application fails to perform authentication for functions that require a proven identity.

Attack Vector

The attack vector is network-based, requiring no user interaction and no prior authentication. An attacker with network access to a vulnerable Q-Free MaxTime device can send specially crafted HTTP requests to the device's web interface. The requests are processed by the vulnerable handleRoute.lua component, which executes the requested functions without validating whether the requester is authorized. This allows attackers to potentially:

  • Access sensitive device configuration and operational data
  • Modify traffic control parameters and settings
  • Disrupt device availability through malicious commands
  • Pivot to other networked systems through the compromised device

For detailed technical information about this vulnerability, refer to the Nozomi Networks Vulnerability Advisory.

Detection Methods for CVE-2025-26339

Indicators of Compromise

  • Unexpected HTTP requests to Q-Free MaxTime management interfaces from unauthorized IP addresses
  • Anomalous configuration changes to traffic control parameters without corresponding administrator activity
  • Authentication bypass patterns in web server logs showing access to protected routes without valid session tokens
  • Unusual network traffic patterns targeting the device's HTTP service port

Detection Strategies

  • Implement network traffic analysis to identify unauthenticated requests targeting MaxTime device endpoints
  • Deploy intrusion detection rules to alert on HTTP requests to sensitive handleRoute.lua functions without proper authentication headers
  • Monitor device logs for access attempts to critical management functions
  • Utilize behavioral analysis to detect anomalous device configuration changes

Monitoring Recommendations

  • Establish baseline network communication patterns for MaxTime devices and alert on deviations
  • Configure SIEM rules to correlate unauthenticated HTTP access attempts with device management actions
  • Implement real-time monitoring of traffic control device configurations for unauthorized modifications
  • Deploy network segmentation monitoring to detect lateral movement attempts from compromised devices

How to Mitigate CVE-2025-26339

Immediate Actions Required

  • Isolate vulnerable Q-Free MaxTime devices from untrusted network segments immediately
  • Implement network-level access controls (firewalls, ACLs) to restrict access to device management interfaces
  • Review device logs for evidence of exploitation or unauthorized access attempts
  • Contact Q-Free for guidance on available firmware updates or patches

Patch Information

Organizations should monitor Q-Free communications for security patches addressing CVE-2025-26339. Until a patch is available, network-level mitigations are critical. Consult the Nozomi Networks Vulnerability Advisory for the latest remediation guidance.

Workarounds

  • Deploy network firewalls to restrict HTTP access to MaxTime devices to authorized management stations only
  • Implement VPN requirements for all remote administration of traffic control infrastructure
  • Enable logging and monitoring on all network paths to vulnerable devices
  • Consider deploying a web application firewall (WAF) in front of device management interfaces to enforce authentication requirements

Network segmentation is critical for protecting vulnerable traffic control systems. Ensure MaxTime devices are isolated on dedicated management networks:

bash
# Example firewall rule to restrict access to MaxTime device management interface
# Allow only authorized management subnet
iptables -A INPUT -p tcp --dport 80 -s 10.10.10.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 10.10.10.0/24 -j ACCEPT
# Deny all other HTTP/HTTPS access to management interface
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechQ Free Maxtime

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability1.62%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-306
  • Technical References
  • Nozomi Networks Vulnerability Advisory
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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