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

CVE-2025-58386: Terminalfour Privilege Escalation Flaw

CVE-2025-58386 is a privilege escalation vulnerability in Terminalfour 8 through 8.4.1.1 that allows Power Users to gain Administrator privileges. This article covers technical details, affected versions, and mitigation.

Published: March 11, 2026

CVE-2025-58386 Overview

CVE-2025-58386 is a critical privilege escalation vulnerability in Terminalfour versions 8 through 8.4.1.1. The vulnerability exists in the user management function where the userLevel parameter is not subject to proper server-side authorization checks. This allows a Power User to intercept and modify this parameter to assign the Administrator role to other existing lower-privileged accounts, or invite a new lower-privileged account and escalate its privileges. Additionally, while manipulating this request, the Power User can change the target account's password, effectively taking full control of it.

Critical Impact

Attackers with Power User privileges can escalate to Administrator access, modify other user accounts, and take complete control of the Terminalfour CMS platform.

Affected Products

  • Terminalfour version 8.0 through 8.4.1.1
  • All Terminalfour 8.x installations with user management functionality enabled

Discovery Timeline

  • 2025-12-02 - CVE-2025-58386 published to NVD
  • 2025-12-19 - Last updated in NVD database

Technical Details for CVE-2025-58386

Vulnerability Analysis

This vulnerability is classified under CWE-285 (Improper Authorization). The core issue stems from insufficient server-side validation of the userLevel parameter within Terminalfour's user management functionality. When a Power User submits requests to manage user accounts, the application fails to verify whether the requesting user has sufficient privileges to assign elevated roles such as Administrator.

The vulnerability allows authenticated Power Users to perform actions that should be restricted to Administrator accounts only. This includes the ability to modify the privilege level of existing accounts or create new accounts with elevated permissions. The additional ability to change passwords during this process compounds the severity, as it enables complete account takeover.

Root Cause

The root cause of CVE-2025-58386 is the absence of proper server-side authorization checks on the userLevel parameter in the user management function. The application trusts client-supplied data without validating whether the authenticated user has the necessary permissions to assign the requested privilege level. This is a classic example of broken access control where the application relies on client-side restrictions rather than enforcing authorization on the server side.

Attack Vector

The attack requires network access and an authenticated Power User account. An attacker can exploit this vulnerability by intercepting HTTP requests made during user management operations and modifying the userLevel parameter to specify Administrator privileges. This can be accomplished using standard web proxy tools to intercept and modify the request before it reaches the server.

The attack flow involves:

  1. Authenticating as a Power User to the Terminalfour CMS
  2. Navigating to the user management interface
  3. Intercepting the request when creating or modifying a user account
  4. Modifying the userLevel parameter to specify Administrator privileges
  5. Optionally modifying the password field to gain access to the elevated account

Since no verified code examples are available, organizations should refer to the TerminalFour Security Notice for detailed technical information about the exploitation mechanism.

Detection Methods for CVE-2025-58386

Indicators of Compromise

  • Unexpected privilege level changes for user accounts, particularly elevations to Administrator
  • Power User accounts modifying or creating Administrator accounts
  • Password changes for accounts coinciding with privilege level modifications
  • Unusual user management activity patterns from Power User sessions

Detection Strategies

  • Monitor user management API endpoints for requests containing modified userLevel parameters
  • Implement alerting for any privilege escalation events, especially those originating from non-Administrator accounts
  • Review audit logs for user account modifications that include both privilege level and password changes in the same transaction
  • Deploy web application firewall (WAF) rules to detect parameter tampering in user management requests

Monitoring Recommendations

  • Enable detailed logging for all user management operations including the requesting user's privilege level
  • Set up alerts for Administrator role assignments that originate from Power User sessions
  • Implement periodic review of user privilege levels to detect unauthorized escalations
  • Monitor for multiple failed or unusual authentication attempts following account modifications

How to Mitigate CVE-2025-58386

Immediate Actions Required

  • Upgrade Terminalfour to a patched version beyond 8.4.1.1 as recommended by the vendor
  • Review all user accounts for unauthorized privilege escalations that may have occurred prior to patching
  • Reset passwords for any accounts that show signs of tampering
  • Audit Power User accounts and remove unnecessary elevated access

Patch Information

Terminalfour has released security guidance for this vulnerability. Organizations should consult the TerminalFour CVE-2025-58386 Security Notice for specific patch information and upgrade instructions. Apply the vendor-recommended update as soon as possible to remediate this vulnerability.

Workarounds

  • Implement network-level restrictions to limit access to the Terminalfour administrative interface to trusted IP ranges only
  • Review and reduce the number of accounts with Power User privileges to minimize the attack surface
  • Enable additional authentication factors for user management operations if supported
  • Consider deploying a web application firewall with rules to detect and block parameter tampering attempts on user management endpoints

Since no verified configuration examples are available, consult the TerminalFour documentation for specific mitigation configuration guidance.

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechTerminalfour

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.07%

  • 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-285
  • Technical References
  • TerminalFour Official Website
  • Vendor Resources
  • TerminalFour CVE-2025-58386 Notice
  • 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