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

CVE-2026-34744: MantisBT Information Disclosure Flaw

CVE-2026-34744 is an information disclosure vulnerability in Mantis Bug Tracker that allows users to access their own attachments on private issues. This article covers technical details, affected versions, and fixes.

Published: May 21, 2026

CVE-2026-34744 Overview

CVE-2026-34744 affects Mantis Bug Tracker (MantisBT), an open source issue tracker used by development teams to manage software defects. The flaw permits authenticated users to list and download attachments they previously uploaded to an issue created by another user, even after that issue is marked private. The behavior bypasses read access revocation enforced by issue privacy controls. Versions 2.28.1 and earlier are affected, and the maintainers fixed the issue in version 2.82.2. The weakness is classified under CWE-200: Exposure of Sensitive Information to an Unauthorized Actor.

Critical Impact

Authenticated users retain access to their own attachments on issues that have been made private, undermining confidentiality controls intended to revoke access.

Affected Products

  • MantisBT versions 2.28.1 and prior
  • Fixed in MantisBT version 2.82.2
  • Self-hosted MantisBT deployments using attachment features

Discovery Timeline

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

Technical Details for CVE-2026-34744

Vulnerability Analysis

The vulnerability resides in MantisBT's attachment access control logic. When an issue is created publicly and a user uploads an attachment, that user retains a reference to the attachment. If a project administrator or reporter subsequently changes the issue visibility to private, the application correctly restricts the issue page itself but fails to revoke the uploader's access to attachments they previously contributed.

The confidentiality impact is constrained because only attachments the requesting user personally uploaded remain accessible. The user cannot retrieve attachments contributed by other participants on the now-private issue. The flaw still represents a broken access control condition because the privacy state change does not propagate consistently across all attachment retrieval paths.

Root Cause

The root cause is incomplete authorization checks on attachment listing and download endpoints. The code path verifies whether the requesting user is the original uploader, but does not re-evaluate whether the parent issue's current visibility still grants that user read access. The fix in commit de7bdeec36de066235e38a77bf056917d951c84d adjusts the access check so the parent issue's privacy state is honored before returning attachment data.

Attack Vector

An attacker requires an authenticated, low-privilege account on the MantisBT instance. The attacker must have previously uploaded an attachment to an issue created by another user before that issue was marked private. After privacy revocation, the attacker can still enumerate and download those specific attachments through the standard attachment endpoints. No user interaction from the victim is required, and the request is performed over the network against the application's HTTP interface.

The vulnerability mechanism is described in the GitHub Security Advisory GHSA-rmp5-5jj7-gmvf and the MantisBT Bug Report #36977.

Detection Methods for CVE-2026-34744

Indicators of Compromise

  • HTTP GET requests to file_download.php or attachment listing endpoints referencing issues whose view_state is set to private
  • Repeated attachment access by users who are no longer authorized to view the parent issue
  • Attachment download events where the requesting user is not the issue reporter, handler, or project member with private-issue access

Detection Strategies

  • Correlate MantisBT web access logs with the application's mantis_bug_table.view_state field to identify downloads against private issues by non-authorized accounts
  • Audit the mantis_bug_file_table for attachments whose parent issue is private and whose uploader is no longer a project member
  • Monitor for anomalous attachment retrieval patterns following bulk visibility changes on issues

Monitoring Recommendations

  • Enable verbose access logging on the MantisBT web server and forward logs to a centralized analytics platform for review
  • Alert on attachment downloads occurring after an issue's privacy state has been changed within a defined time window
  • Review project membership changes alongside attachment access events to detect access drift

How to Mitigate CVE-2026-34744

Immediate Actions Required

  • Upgrade MantisBT to version 2.82.2 or later, which contains the access control fix
  • Inventory all running MantisBT instances, including internal and partner-facing deployments, to ensure full coverage
  • Review historical attachment access logs for evidence of access to private-issue attachments by former contributors

Patch Information

The maintainers fixed the issue in MantisBT 2.82.2. The corrective change is published in commit de7bdeec36de066235e38a77bf056917d951c84d. Administrators should apply the upstream release rather than backporting the patch manually to retain support for future security updates.

Workarounds

  • Restrict authenticated access to MantisBT to trusted users only until the upgrade is applied
  • Where possible, remove attachments from issues whose visibility has been changed to private and re-upload them under the current authorized members
  • Limit user roles so that only vetted accounts can upload attachments on shared projects
bash
# Verify MantisBT version after upgrade
grep "MANTIS_VERSION" /var/www/mantisbt/core/constant_inc.php

# Expected output should reference version 2.82.2 or later

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechMantisbt

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:N/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-200
  • Technical References
  • GitHub Commit Reference

  • GitHub Security Advisory

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

  • CVE-2026-34579: MantisBT Authorization Bypass Vulnerability

  • CVE-2026-34390: MantisBT Privilege Escalation Vulnerability

  • 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