A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2026-34390

CVE-2026-34390: MantisBT Privilege Escalation Vulnerability

CVE-2026-34390 is a privilege escalation vulnerability in Mantis Bug Tracker that allows managers to grant unauthorized administrator access at project level. This article covers technical details, affected versions, impact, and mitigation.

Published: May 21, 2026

CVE-2026-34390 Overview

CVE-2026-34390 is a privilege escalation vulnerability in Mantis Bug Tracker (MantisBT), an open source issue tracker. Versions 2.28.1 and prior contain insufficient access control checks in the ProjectUsersAddCommand handler exposed through manage_proj_user_add.php. Users holding the manage_project_threshold access level (project manager by default) can grant project-level administrator access to any user, including themselves, within projects they manage. The flaw stems from the backend accepting a forged access_level value despite UI-side restrictions. MantisBT released a fix in version 2.28.2.

Critical Impact

Authenticated project managers can elevate themselves or others to project administrator within projects they already manage, but cannot obtain global MantisBT instance administrator privileges.

Affected Products

  • Mantis Bug Tracker (MantisBT) versions 2.28.1 and prior
  • MantisBT manage_proj_user_add.php endpoint
  • MantisBT ProjectUsersAddCommand backend handler

Discovery Timeline

  • 2026-05-19 - CVE-2026-34390 published to NVD
  • 2026-05-20 - Last updated in NVD database

Technical Details for CVE-2026-34390

Vulnerability Analysis

The vulnerability is a Broken Access Control issue classified under [CWE-284]. MantisBT's ProjectUsersAddCommand, invoked through manage_proj_user_add.php, manages user-to-project assignments and the access level granted within each project. The frontend project-user add form restricts selectable access levels to the actor's own project role or below. The backend handler, however, does not re-validate the submitted access_level against the requestor's role. An attacker who already holds manage_project_threshold rights can submit a crafted request with an arbitrarily high access_level value, and the handler writes it to the database without rejection.

Root Cause

The root cause is a server-side authorization check that trusts client-supplied data. The form correctly enforces the ceiling on access levels in HTML, but ProjectUsersAddCommand lacks a corresponding server-side check that compares the requested access_level against the caller's effective role within the target project. This violates the principle of complete mediation and falls within the CWE-284 Improper Access Control category.

Attack Vector

Exploitation requires an authenticated account that already holds manager-equivalent privileges in at least one project. The attacker sends a forged HTTP request to manage_proj_user_add.php with an elevated access_level parameter (for example, the integer value corresponding to project administrator). The backend persists the assignment, granting project administrator status to the chosen user. The escalation is bounded by the project scope. The promoted account cannot delete the project itself and gains no access to global functions such as user management, plugin configuration, custom fields, or instance-wide administration.

No verified public proof-of-concept code is available. Technical details are documented in the GitHub Security Advisory GHSA-frf7-jhp9-jxm6 and the upstream MantisBT Bug Report #36995.

Detection Methods for CVE-2026-34390

Indicators of Compromise

  • Entries in the MantisBT mantis_project_user_list_table showing access levels above the granting user's role at the time of assignment.
  • HTTP POST requests to manage_proj_user_add.php containing an access_level parameter higher than the requester's project role.
  • MantisBT audit log entries showing project administrator assignments performed by accounts that previously held only manager-level rights.

Detection Strategies

  • Compare current access_level values in the project user table against historical role assignments and flag upward changes not authorized by an instance administrator.
  • Inspect web server access logs for POST requests to manage_proj_user_add.php and correlate the submitting user's role with the resulting access level grant.
  • Review MantisBT history and audit trails for unexpected promotions to project administrator scoped to a single project.

Monitoring Recommendations

  • Forward MantisBT application logs and web server logs to a centralized analytics platform for query against suspicious privilege change patterns.
  • Alert on any new project administrator assignment that is not performed by a global site administrator account.
  • Periodically export and review project user assignments to identify drift from approved role baselines.

How to Mitigate CVE-2026-34390

Immediate Actions Required

  • Upgrade MantisBT to version 2.28.2 or later, which contains the patched ProjectUsersAddCommand access control check.
  • Audit all project administrator assignments made on MantisBT instances running 2.28.1 or earlier and revert unauthorized escalations.
  • Restrict the assignment of the manager role to trusted personnel until upgrade is complete.

Patch Information

The issue is fixed in MantisBT 2.28.2. The upstream patch is available in the GitHub commit 69e0180f, which adds server-side validation in ProjectUsersAddCommand to ensure the submitted access_level does not exceed the requesting user's role within the target project. Additional context is available in the GitHub Security Advisory and MantisBT Bug Report #37002.

Workarounds

  • Reduce the number of accounts holding the manage_project_threshold access level until the upgrade is applied.
  • Place MantisBT behind a reverse proxy or web application firewall and block POST requests to manage_proj_user_add.php containing access_level values above the manager threshold.
  • Implement scheduled reviews of project user lists to detect and revert unauthorized administrator grants.
bash
# Upgrade MantisBT to the patched release
cd /var/www/mantisbt
php admin/check_install.php
# Download and deploy MantisBT 2.28.2, then run the upgrade script
php admin/install.php

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechMantisbt

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory

  • MantisBT Bug Report #36995

  • MantisBT Bug Report #37002
  • Related CVEs
  • CVE-2026-39960: Mantis Bug Tracker (MantisBT) XSS Vulnerability

  • CVE-2026-34579: MantisBT Authorization Bypass Vulnerability

  • CVE-2026-34744: MantisBT Information Disclosure Flaw

  • CVE-2026-33052: MantisBT 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