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-26340

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

CVE-2025-26340 is an authentication bypass vulnerability in Q-Free MaxTime caused by hard-coded cryptographic keys in JWT signing. Attackers can bypass authentication remotely. This article covers technical details, affected versions, impact, and mitigation strategies.

Published: April 29, 2026

CVE-2025-26340 Overview

CVE-2025-26340 is a critical cryptographic vulnerability affecting Q-Free MaxTime, a traffic management and parking solution. The vulnerability stems from the use of a hard-coded cryptographic key (CWE-321) in the JWT (JSON Web Token) signing mechanism. This weakness allows an unauthenticated remote attacker to bypass the authentication system entirely via crafted HTTP requests, potentially gaining unauthorized access to the application.

Critical Impact

Unauthenticated attackers can bypass authentication and gain full access to Q-Free MaxTime systems by exploiting the hard-coded JWT signing key to forge valid authentication tokens.

Affected Products

  • Q-Free MaxTime version 2.11.0 and earlier
  • All Q-Free MaxTime deployments using JWT-based authentication with default configurations

Discovery Timeline

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

Technical Details for CVE-2025-26340

Vulnerability Analysis

This vulnerability represents a fundamental cryptographic implementation flaw in Q-Free MaxTime's authentication mechanism. The application uses JWT tokens for authenticating users and managing sessions. However, instead of using a securely generated, unique cryptographic key for signing these tokens, the application employs a hard-coded key that is embedded directly in the software.

JWTs consist of three parts: a header, a payload, and a signature. The signature is generated using a secret key to ensure the token's integrity and authenticity. When this key is hard-coded and discoverable, an attacker can extract it through reverse engineering or code analysis. Once obtained, the attacker can forge arbitrary JWT tokens with any desired claims, including administrative privileges.

The network-accessible nature of this vulnerability means that any attacker who can reach the Q-Free MaxTime web interface can potentially exploit this flaw without any prior authentication or user interaction beyond initial access.

Root Cause

The root cause of CVE-2025-26340 is the insecure practice of embedding a static cryptographic key directly within the application code or configuration files. This violates fundamental cryptographic security principles which require that signing keys be:

  1. Uniquely generated for each deployment
  2. Stored securely outside of application code
  3. Rotated periodically
  4. Protected from unauthorized access

By hard-coding the JWT signing key, the developers created a scenario where every installation of Q-Free MaxTime versions 2.11.0 and below shares the same signing secret, making the vulnerability universally exploitable across all affected deployments.

Attack Vector

The attack exploits the network-accessible authentication endpoint of Q-Free MaxTime. An attacker can execute the following attack sequence:

  1. Key Discovery: Extract the hard-coded JWT signing key from the application through binary analysis, configuration file access, or other reconnaissance methods
  2. Token Forgery: Create a valid JWT token with elevated privileges using the discovered key
  3. Authentication Bypass: Submit crafted HTTP requests with the forged JWT token to authenticate as any user, including administrators
  4. System Compromise: Gain full access to the Q-Free MaxTime system, allowing manipulation of traffic management data and system configurations

The vulnerability allows unauthenticated remote access, which could lead to complete system compromise including unauthorized access to sensitive data, integrity violations through data manipulation, and availability impacts through administrative actions.

Detection Methods for CVE-2025-26340

Indicators of Compromise

  • Unexpected administrative login sessions from unknown IP addresses or geographic locations
  • JWT tokens in access logs containing unusual payload claims or timestamps
  • Authentication attempts with tokens signed using the known hard-coded key pattern
  • Anomalous HTTP request patterns targeting authentication endpoints
  • User accounts showing activity at times when legitimate users were not active

Detection Strategies

  • Implement deep packet inspection to analyze JWT tokens in HTTP traffic for signatures matching the compromised key
  • Deploy application-level monitoring to detect authentication bypass attempts and unusual token validation patterns
  • Configure SIEM rules to alert on successful authentications from previously unseen sources or during unusual hours
  • Monitor for binary analysis tools or debugging activity that could indicate key extraction attempts

Monitoring Recommendations

  • Enable detailed logging for all authentication events including token validation success and failure
  • Implement real-time alerting for administrative access from untrusted networks
  • Monitor network traffic to Q-Free MaxTime instances for patterns consistent with token forgery attacks
  • Establish baseline authentication patterns and alert on significant deviations

How to Mitigate CVE-2025-26340

Immediate Actions Required

  • Upgrade Q-Free MaxTime to a version newer than 2.11.0 that addresses the hard-coded key vulnerability
  • Review all Q-Free MaxTime access logs for signs of unauthorized access or suspicious authentication patterns
  • Implement network segmentation to restrict access to Q-Free MaxTime systems from untrusted networks
  • Enable additional authentication factors where supported to reduce the impact of JWT-based authentication bypass
  • Contact Q-Free support for vendor-specific guidance on secure key generation and configuration

Patch Information

Organizations should consult the Nozomi Networks Vulnerability Advisory for detailed remediation guidance. Upgrading to a patched version that implements unique, securely-generated JWT signing keys is the definitive fix for this vulnerability. Ensure that after patching, new cryptographic keys are generated and all existing JWT tokens are invalidated.

Workarounds

  • Place Q-Free MaxTime behind a VPN or reverse proxy requiring pre-authentication to limit exposure
  • Implement IP-based access restrictions to allow connections only from trusted management networks
  • Deploy a Web Application Firewall (WAF) configured to inspect and validate JWT tokens before they reach the application
  • Enable session timeout policies to reduce the window of opportunity for exploiting forged tokens
  • Implement additional network monitoring at perimeter devices to detect and block suspicious authentication traffic
bash
# Network access restriction example (firewall rules)
# Restrict Q-Free MaxTime access to trusted management subnet only
# Example using iptables - adapt to your firewall platform

# Allow access from trusted management network
iptables -A INPUT -p tcp --dport 443 -s 10.0.100.0/24 -j ACCEPT

# Drop all other connections to the application port
iptables -A INPUT -p tcp --dport 443 -j DROP

# Log dropped connection attempts for monitoring
iptables -A INPUT -p tcp --dport 443 -j LOG --log-prefix "MaxTime-Blocked: "

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 Score8.8

  • EPSS Probability0.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-321
  • 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 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