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

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

CVE-2025-26347 is an authentication bypass flaw in Q-free Maxtime that allows attackers to edit user permissions without authentication. This post covers the technical details, affected versions, impact, and mitigation.

Published: March 25, 2026

CVE-2025-26347 Overview

CVE-2025-26347 is a critical Missing Authentication for Critical Function vulnerability (CWE-306) affecting Q-Free MaxTime traffic management systems. The vulnerability exists in the maxprofile/menu/routes.lua file, allowing unauthenticated remote attackers to edit user permissions through crafted HTTP requests. This flaw exposes critical administrative functionality without requiring any form of authentication, potentially enabling complete system compromise.

Critical Impact

Unauthenticated attackers can remotely modify user permissions, potentially escalating privileges, creating administrative accounts, or locking out legitimate users from traffic management infrastructure.

Affected Products

  • Q-Free MaxTime versions 2.11.0 and earlier
  • Traffic management systems utilizing Q-Free MaxTime software
  • Infrastructure control systems running vulnerable MaxTime deployments

Discovery Timeline

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

Technical Details for CVE-2025-26347

Vulnerability Analysis

This vulnerability stems from a fundamental authentication bypass in Q-Free MaxTime's user management interface. The maxprofile/menu/routes.lua component exposes administrative endpoints that handle user permission modifications without implementing proper authentication checks. This allows any network-accessible attacker to directly manipulate user roles and access controls within the traffic management system.

The flaw is particularly severe given that MaxTime systems are typically deployed in critical infrastructure environments managing traffic signals and transportation systems. Successful exploitation could allow an attacker to gain full administrative control over traffic management operations, potentially affecting public safety.

Root Cause

The root cause is a Missing Authentication for Critical Function (CWE-306) in the Lua routing module. The routes.lua file processes HTTP requests for user permission management without validating whether the requesting party has been authenticated or authorized to perform such actions. This architectural oversight allows the permission modification API to be accessed directly by any client capable of sending HTTP requests to the affected endpoint.

Attack Vector

The attack vector is network-based, requiring no authentication credentials or user interaction. An attacker with network access to the MaxTime system can craft HTTP requests targeting the vulnerable maxprofile/menu/routes.lua endpoint to modify user permissions. The attack is straightforward to execute, as it simply requires sending properly formatted HTTP requests to the exposed administrative interface.

The vulnerability can be exploited remotely over the network. An attacker would need to identify an exposed MaxTime instance and send crafted HTTP requests to the user permission management endpoints. Since no authentication is required, the attacker can directly manipulate permission settings for any user in the system, including elevating their own privileges or creating new administrative accounts.

For detailed technical information, see the Nozomi Networks Advisory.

Detection Methods for CVE-2025-26347

Indicators of Compromise

  • Unexpected HTTP requests to /maxprofile/menu/ endpoints from unauthorized IP addresses
  • User permission changes without corresponding administrative session activity
  • Creation of new administrative accounts or privilege escalation events without legitimate authorization workflows
  • Unusual network traffic patterns targeting MaxTime management interfaces

Detection Strategies

  • Implement network traffic monitoring for unauthorized access attempts to MaxTime administrative endpoints
  • Enable detailed logging on MaxTime systems to capture all user permission modification requests
  • Deploy intrusion detection rules to identify HTTP requests targeting routes.lua without valid authentication headers
  • Monitor for anomalous user account activity, including unexpected privilege changes

Monitoring Recommendations

  • Establish baseline network behavior for MaxTime management interfaces and alert on deviations
  • Configure SIEM rules to correlate permission changes with authenticated administrative sessions
  • Implement real-time alerting for any access to user management endpoints from untrusted network segments
  • Regularly audit user permissions and account configurations for unauthorized modifications

How to Mitigate CVE-2025-26347

Immediate Actions Required

  • Restrict network access to MaxTime management interfaces using firewall rules and network segmentation
  • Place MaxTime systems behind a VPN or other authenticated gateway to prevent direct internet exposure
  • Audit current user permissions and accounts for any unauthorized changes
  • Enable comprehensive logging to detect potential exploitation attempts

Patch Information

Q-Free has not published a publicly available patch advisory at the time of this writing. Organizations should contact Q-Free directly for information about security updates addressing this vulnerability. Monitor the Nozomi Networks Advisory for updates and remediation guidance.

Workarounds

  • Implement network-level access controls to restrict access to MaxTime systems to authorized IP addresses only
  • Deploy a web application firewall (WAF) to filter and block unauthorized requests to administrative endpoints
  • Use a reverse proxy with authentication to protect access to the vulnerable routes
  • Consider taking vulnerable systems offline or air-gapping them until a patch is available for critical deployments
bash
# Example: Restrict access to MaxTime management interface using iptables
# Only allow access from trusted management network (e.g., 10.10.10.0/24)
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
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.23%

  • 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 CVE-2025-26347 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 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