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

CVE-2026-34754: MantisBT Auth Bypass Vulnerability

CVE-2026-34754 is an authentication bypass flaw in Mantis Bug Tracker (MantisBT) allowing authenticated users to upload attachments to unauthorized private issues. This article covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-34754 Overview

CVE-2026-34754 is a broken access control vulnerability in Mantis Bug Tracker (MantisBT), an open source issue tracking application. Versions 2.28.1 and prior allow an authenticated user to upload attachments to private issues they are not authorized to view. The flaw stems from missing authorization checks on the attachment upload workflow, classified under [CWE-284] Improper Access Control. The issue was fixed in MantisBT version 2.28.2.

Critical Impact

Authenticated low-privilege users can write attachments to private issues outside their access scope, undermining confidentiality boundaries and the integrity of restricted bug reports.

Affected Products

  • Mantis Bug Tracker (MantisBT) versions through 2.28.1
  • MantisBT instances exposing authenticated user attachment workflows
  • Self-hosted MantisBT deployments using private project or issue access controls

Discovery Timeline

  • 2026-05-20 - CVE-2026-34754 published to the National Vulnerability Database (NVD)
  • 2026-05-20 - Last updated in NVD database

Technical Details for CVE-2026-34754

Vulnerability Analysis

The vulnerability resides in MantisBT's attachment upload handler. Authenticated users can target the internal identifier of a private issue and submit attachment data even when they lack view or update permissions on that issue. The server validates the user's authentication state but fails to verify whether the requesting account has authorization on the referenced issue before persisting the upload.

This access control gap permits an attacker with any valid MantisBT account to inject files into restricted issues. The impact is bounded to integrity of issue data, with no direct disclosure of existing private issue contents or denial of service. However, attackers can plant misleading evidence, distribute malicious files to privileged reviewers, or pollute restricted projects.

Root Cause

The root cause is missing authorization enforcement [CWE-284] in the attachment upload code path. The fix in the upstream commit reorganizes the access check so that the server validates the user's permission against the target issue before accepting attachment content. See the GitHub Security Advisory GHSA-h4x5-gvx6-3rwc and the upstream fix commit for the corrected logic.

Attack Vector

Exploitation is performed over the network against the MantisBT web interface. An attacker needs valid credentials on the target instance but does not need elevated privileges. The attacker submits a crafted attachment upload request that references the bug_id of a private issue they are not authorized to see. No user interaction is required. Additional technical context is available in the MantisBT bug report #36976.

Detection Methods for CVE-2026-34754

Indicators of Compromise

  • Attachment records in mantis_bug_file_table whose uploading user lacks view access to the linked private issue or project.
  • Web server access logs showing POST requests to file_add.php or bug_file_add.php from accounts that have not viewed the corresponding bug_id.
  • Unexpected file uploads on issues belonging to private projects shortly after low-privilege account activity.

Detection Strategies

  • Audit MantisBT database tables to correlate attachment uploads with the uploader's effective access level on the parent issue at the time of upload.
  • Enable verbose application logging and monitor authorization-related events on attachment endpoints.
  • Compare attachment uploader identities against project access lists to surface cross-project anomalies.

Monitoring Recommendations

  • Forward MantisBT web and application logs to a centralized SIEM for correlation against user role and project membership data.
  • Alert on attachment uploads to issues in projects where the uploading account has no membership.
  • Review historical attachment activity on private projects for the period preceding the upgrade to 2.28.2.

How to Mitigate CVE-2026-34754

Immediate Actions Required

  • Upgrade MantisBT to version 2.28.2 or later, which contains the authoritative fix.
  • Inventory all authenticated MantisBT user accounts and disable or reset credentials for stale or untrusted accounts.
  • Review attachments on private issues created on vulnerable versions and remove any unauthorized files.

Patch Information

The vendor released MantisBT 2.28.2 to address CVE-2026-34754. The fix is delivered in commit b262b4d2835b81394d75356dead66e52a6275206, which enforces authorization checks before processing attachment uploads. Administrators should obtain the patched release directly from the MantisBT project and follow the standard upgrade procedure, including database schema updates.

Workarounds

  • Restrict MantisBT account creation and registration to trusted users until the patch is applied.
  • Temporarily disable file attachments globally via the MantisBT administration configuration if upgrading is not immediately possible.
  • Place the MantisBT instance behind authenticated network controls such as VPN or SSO to limit exposure to untrusted accounts.
bash
# Configuration example: disable attachments in config_inc.php until patched
$g_allow_file_upload = OFF;
$g_enable_project_documentation = OFF;

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMantis Bug Tracker

  • SeverityMEDIUM

  • CVSS Score4.3

  • EPSS Probability0.03%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Technical References
  • GitHub Commit Update

  • GitHub Security Advisory

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

  • CVE-2026-34970: MantisBT Information Disclosure Flaw

  • CVE-2026-34463: MantisBT Stored XSS 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