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

CVE-2026-34579: MantisBT Authorization Bypass Vulnerability

CVE-2026-34579 is an authorization bypass flaw in Mantis Bug Tracker that allows unauthorized users to monitor private issues and receive email notifications. This article covers technical details, affected versions, and mitigation.

Published: May 21, 2026

CVE-2026-34579 Overview

CVE-2026-34579 is an authorization bypass vulnerability in Mantis Bug Tracker (MantisBT), an open source issue tracking system. Versions 2.28.1 and prior fail to enforce access controls when handling private issue monitoring requests. An authenticated user with project-level access can submit a crafted POST request to bug_monitor_add.php and add themselves as a monitor on a private issue they should not be able to view. The application surfaces an Access Denied error but still creates the monitor relationship server-side. The attacker then receives email notifications containing the private issue's metadata and content. MantisBT version 2.28.2 contains the fix.

Critical Impact

Authenticated users can subscribe to private issue notifications and receive disclosure of restricted issue content via email, despite direct web access remaining blocked.

Affected Products

  • Mantis Bug Tracker (MantisBT) versions 2.28.1 and prior
  • MantisBT private issue monitoring component (bug_monitor_add.php)
  • MantisBT core/commands/MonitorAddCommand.php

Discovery Timeline

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

Technical Details for CVE-2026-34579

Vulnerability Analysis

The flaw is an authorization bypass classified under [CWE-200] Exposure of Sensitive Information to an Unauthorized Actor. MantisBT correctly blocks direct view requests for private issues, but the monitor-add command path does not perform the same access check before persisting the monitor relationship. The user interface displays an Access Denied message, masking the fact that the backend operation succeeded. Once subscribed, the attacker becomes a recipient of every notification email generated for the issue. Those notifications include issue summaries, status changes, and note content, leading to ongoing disclosure of restricted data.

Root Cause

The MonitorAddCommand handler did not validate whether the requesting user could access the target issue before adding the monitor record. The access-control decision was made in the presentation layer rather than enforced in the command itself. As a result, a POST to bug_monitor_add.php referencing a private issue ID bypassed the intended authorization boundary even though the response page indicated denial.

Attack Vector

Exploitation requires network access to the MantisBT instance and a valid user account with project-level access. The attacker enumerates or guesses private issue identifiers within reachable projects and submits a crafted POST request to bug_monitor_add.php containing the target issue ID. The server creates the monitor relationship and begins delivering notification emails to the attacker's registered address.

php
# You should have received a copy of the GNU General Public License
# along with MantisBT.  If not, see <http://www.gnu.org/licenses/>.

+/**
+ * @noinspection PhpUnhandledExceptionInspection
+ */
+
require_api( 'authentication_api.php' );
require_api( 'bug_api.php' );
require_api( 'constant_inc.php' );

Source: GitHub Commit 0a93267 - patch in core/commands/MonitorAddCommand.php enforces that users can only monitor private issues they are authorized to access.

Detection Methods for CVE-2026-34579

Indicators of Compromise

  • POST requests to bug_monitor_add.php referencing issue IDs flagged as private in the MantisBT database.
  • New rows in the mantis_bug_monitor_table for private issues where the monitoring user lacks corresponding view permissions.
  • Outbound notification emails sent to users whose access level does not match the issue's view-state.

Detection Strategies

  • Correlate web server access logs for bug_monitor_add.php requests against issue privacy state and the requesting user's effective permissions.
  • Audit MantisBT's monitor table periodically and flag entries where the monitor lacks read access to the associated bug.
  • Alert on HTTP 200 or redirect responses to monitor-add requests that immediately follow an Access Denied page render for the same user and issue.

Monitoring Recommendations

  • Enable MantisBT audit logging and forward application logs to a centralized log platform for review.
  • Track email notification recipients per private issue and compare against the project's authorized member list.
  • Baseline normal monitor-add activity per user and alert on unusual volume targeting private issue IDs.

How to Mitigate CVE-2026-34579

Immediate Actions Required

  • Upgrade MantisBT to version 2.28.2 or later, which includes the access check in MonitorAddCommand.
  • Review the mantis_bug_monitor_table for entries on private issues and remove any monitor relationships for users without view access.
  • Rotate or restrict accounts that show suspicious monitor-add activity against private issues.

Patch Information

The fix is published in MantisBT 2.28.2 and tracked in GitHub Security Advisory GHSA-ggw7-9675-6v4v. The code change is in commit 0a93267, which adds access validation to core/commands/MonitorAddCommand.php. Additional context is available in MantisBT Bug Report #36975.

Workarounds

  • Restrict project membership and reduce the number of users with project-level access where private issues exist.
  • Temporarily disable the issue monitoring feature for untrusted user roles via MantisBT permission thresholds.
  • Periodically purge unexpected monitor records on private issues until the upgrade is applied.
bash
# Verify installed MantisBT version and upgrade
grep "MANTIS_VERSION" core/constant_inc.php
# Expected after patch: define( 'MANTIS_VERSION', '2.28.2' );

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

  • Vulnerability Details
  • TypeAuth Bypass

  • 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 Update

  • GitHub Security Advisory

  • MantisBT Bug Report #36975
  • Related CVEs
  • CVE-2026-33052: MantisBT Auth Bypass Vulnerability

  • CVE-2026-30849: MantisBT SOAP API Auth Bypass Vulnerability

  • CVE-2025-47776: MantisBT Authentication Bypass Vulnerability

  • CVE-2026-39960: Mantis Bug Tracker (MantisBT) 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