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-2025-26364

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

CVE-2025-26364 is an authentication bypass flaw in Q-Free MaxTime that lets unauthenticated attackers disable authentication profile servers. This post covers technical details, affected versions, impact, and mitigation.

Updated: May 19, 2026

CVE-2025-26364 Overview

CVE-2025-26364 is a missing authentication vulnerability [CWE-306] in Q-Free MaxTime traffic controller software. The flaw exists in the maxprofile/setup/routes.lua component and affects all versions up to and including 2.11.0. An unauthenticated remote attacker can disable the authentication profile server by sending crafted HTTP requests to the affected endpoint. Successful exploitation removes authentication enforcement on the device, exposing downstream administrative functions without requiring credentials, user interaction, or prior network position beyond reachability.

Critical Impact

Unauthenticated attackers with network access can disable the authentication profile server in Q-Free MaxTime, removing identity controls protecting traffic management functions.

Affected Products

  • Q-Free MaxTime version 2.11.0
  • Q-Free MaxTime versions earlier than 2.11.0
  • Deployments using the maxprofile/setup/routes.lua route handler

Discovery Timeline

  • 2025-02-12 - CVE-2025-26364 published to NVD with advisory from Nozomi Networks Labs
  • 2025-10-28 - Last updated in NVD database

Technical Details for CVE-2025-26364

Vulnerability Analysis

Q-Free MaxTime is a traffic controller management product deployed in intelligent transportation systems. The vulnerable component is the Lua route handler at maxprofile/setup/routes.lua, which exposes setup functionality over HTTP. The route handler accepts requests that can disable the authentication profile server without verifying caller identity or session state.

Disabling the authentication profile server removes the identity enforcement layer that protects subsequent management operations. After the integrity-impacting action succeeds, downstream functions that previously required authenticated sessions become reachable in an unauthenticated state. The CWE-306 classification reflects that a critical security function lacks any authentication check before execution.

EPSS data places the probability of observed exploitation activity at 0.569% with a percentile of 68.779, indicating moderate predicted exploitation interest relative to the broader CVE corpus.

Root Cause

The root cause is missing authentication enforcement on a privileged route. The Lua route handler in maxprofile/setup/routes.lua processes inbound HTTP requests that change authentication server state. The handler does not validate session tokens, API keys, or any equivalent credential before performing the state change.

Attack Vector

The attack vector is network-based. An attacker reachable over HTTP to the MaxTime management interface sends crafted HTTP requests targeting the vulnerable route. No prior authentication, user interaction, or elevated privileges are required. The attack succeeds when the request triggers the authentication profile server to disable. See the Nozomi Networks Vulnerability Advisory for additional technical detail.

No verified proof-of-concept code is published. The vulnerability
is described in prose only, consistent with available source material.

Detection Methods for CVE-2025-26364

Indicators of Compromise

  • Unexpected HTTP requests to the maxprofile/setup/routes endpoint from unfamiliar source addresses
  • Authentication profile server transitioning to a disabled state without a corresponding administrative session
  • Administrative actions performed against MaxTime without preceding authentication events in logs

Detection Strategies

  • Inspect MaxTime web server access logs for HTTP requests targeting maxprofile/setup/routes.lua paths and correlate with authentication state changes
  • Alert on transitions of the authentication profile server from enabled to disabled outside of scheduled maintenance windows
  • Baseline normal management traffic by source address and time of day, then flag deviations against the management interface

Monitoring Recommendations

  • Forward MaxTime application and authentication logs to a central log aggregation platform for correlation
  • Monitor network flows to the MaxTime management interface and alert on connections from non-allowlisted sources
  • Track configuration state of the authentication profile server as a security-relevant asset attribute

How to Mitigate CVE-2025-26364

Immediate Actions Required

  • Restrict network reachability to the MaxTime management interface using firewall rules or VLAN segmentation
  • Limit access to the management interface to a defined administrative jump host or management network
  • Review MaxTime logs for prior unauthenticated requests to maxprofile/setup/routes.lua and validate authentication server state
  • Contact Q-Free for guidance on fixed versions and verify any updates against the Nozomi Networks Vulnerability Advisory

Patch Information

The advisory identifies all versions of Q-Free MaxTime up to and including 2.11.0 as affected. Operators should consult Q-Free directly for a fixed release and apply it according to vendor instructions. Until a fixed release is confirmed deployed, treat the management interface as exposed.

Workarounds

  • Place the MaxTime management interface behind a VPN or zero-trust network access broker that enforces authentication upstream of the application
  • Apply network access control lists that permit management HTTP traffic only from authorized administrator workstations
  • Disable or block external routing to the device's HTTP management port at the perimeter
bash
# Example iptables rule restricting access to the MaxTime management port
# Replace <mgmt_subnet> and <mgmt_port> with environment-specific values
iptables -A INPUT -p tcp --dport <mgmt_port> -s <mgmt_subnet> -j ACCEPT
iptables -A INPUT -p tcp --dport <mgmt_port> -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

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.57%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-306
  • Technical References
  • Nozomi Networks Vulnerability Advisory
  • Related CVEs
  • CVE-2025-26359: Q-free Maxtime Auth Bypass Vulnerability

  • CVE-2025-26361: Q-free Maxtime Auth Bypass Vulnerability

  • CVE-2025-26362: Q-free Maxtime Auth Bypass Vulnerability

  • CVE-2025-26363: Q-free Maxtime Auth Bypass Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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