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

CVE-2026-23541: Mail Mint Authorization Bypass Vulnerability

CVE-2026-23541 is an authorization bypass flaw in the Mail Mint WordPress plugin that allows unauthorized access to restricted functionality. This article covers technical details, affected versions up to 1.19.4, and mitigation.

Updated: May 15, 2026

CVE-2026-23541 Overview

CVE-2026-23541 is a Missing Authorization vulnerability [CWE-862] affecting the WPFunnels Mail Mint plugin for WordPress. The flaw exists in versions up to and including 1.19.4 and allows unauthenticated network attackers to access functionality that is not properly constrained by access control lists. Mail Mint is an email marketing and automation plugin used by WordPress site operators to manage contacts, lists, and campaigns. Exploitation requires no authentication, no user interaction, and low attack complexity, and results in confidentiality impact on the affected site.

Critical Impact

Unauthenticated attackers can invoke Mail Mint functionality that should be restricted by access controls, leading to disclosure of sensitive email marketing data.

Affected Products

  • WPFunnels Mail Mint plugin for WordPress
  • All versions from n/a through 1.19.4
  • WordPress sites with Mail Mint installed and activated

Discovery Timeline

  • 2026-02-19 - CVE-2026-23541 published to NVD
  • 2026-04-23 - Last updated in NVD database

Technical Details for CVE-2026-23541

Vulnerability Analysis

The vulnerability is a Broken Access Control issue in the Mail Mint plugin. One or more plugin endpoints fail to enforce capability checks or authorization verification before executing privileged operations. An attacker reaches the vulnerable code path over the network without any credentials and without tricking a user into clicking a link. The result is exposure of confidential information managed by the plugin, such as subscriber lists, contact details, or campaign data.

The issue is categorized under CWE-862: Missing Authorization. This weakness occurs when software does not perform an authorization check when a user attempts to access a resource or perform an action. In WordPress plugins, this typically manifests as missing current_user_can() checks or unprotected REST API routes and AJAX handlers.

Root Cause

The root cause is the absence of authorization verification on one or more Mail Mint request handlers. WordPress plugins commonly register actions through admin-ajax.php, the REST API via register_rest_route(), or custom endpoints. Each handler must validate the calling user's capability before performing actions. Mail Mint releases up to 1.19.4 do not enforce this check on the affected functionality.

Attack Vector

An attacker sends crafted HTTP requests to the vulnerable plugin endpoint on a target WordPress site. Because no authentication is required, the request can originate from any internet host. The endpoint processes the request and returns data or executes operations that should be restricted to authorized administrators. See the Patchstack advisory for additional context on the affected endpoints.

No verified public proof-of-concept code is available at the time of publication. Defenders should treat the issue as exploitable based on the network attack vector and lack of authentication requirements.

Detection Methods for CVE-2026-23541

Indicators of Compromise

  • Unauthenticated HTTP requests to Mail Mint REST API routes under /wp-json/mrm/ or /wp-json/mailmint/ namespaces from external IPs.
  • POST or GET requests to admin-ajax.php with Mail Mint action parameters originating from unauthenticated sessions.
  • Unexpected outbound traffic or bulk data responses from Mail Mint endpoints in web server access logs.

Detection Strategies

  • Review WordPress access logs for requests to Mail Mint plugin paths that return HTTP 200 responses without an authenticated session cookie.
  • Hunt for anomalous response sizes from Mail Mint endpoints that may indicate bulk data exfiltration.
  • Correlate web server logs with WordPress audit logs to identify access to subscriber or contact data without corresponding admin login events.

Monitoring Recommendations

  • Enable verbose logging on the WordPress REST API and admin-ajax.php handler.
  • Deploy a web application firewall rule that flags unauthenticated requests to plugin-specific paths.
  • Alert on bursts of requests to the same Mail Mint endpoint from a single source IP.

How to Mitigate CVE-2026-23541

Immediate Actions Required

  • Update Mail Mint to a version newer than 1.19.4 as soon as the vendor releases a patched build.
  • Audit existing subscriber and contact data for signs of unauthorized export.
  • Restrict access to /wp-admin/ and /wp-json/ paths to trusted IP ranges where feasible.

Patch Information

The vendor advisory is tracked through Patchstack. Refer to the Patchstack Mail Mint advisory for the fixed version and remediation details. Verify the installed plugin version through the WordPress admin Plugins page after applying the update.

Workarounds

  • Deactivate the Mail Mint plugin until a patched release is installed if the site can operate without it.
  • Apply WAF rules that block unauthenticated requests to Mail Mint REST routes and AJAX actions.
  • Place the WordPress admin interface behind HTTP authentication or a VPN to limit exposure of plugin endpoints.
bash
# Configuration example: block unauthenticated access to Mail Mint REST routes in nginx
location ~ ^/wp-json/(mrm|mailmint)/ {
    if ($http_cookie !~ "wordpress_logged_in_") {
        return 403;
    }
    try_files $uri $uri/ /index.php?$args;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechMail Mint

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • Patchstack WordPress Vulnerability
  • Related CVEs
  • CVE-2026-27349: Mail Mint Information Disclosure Flaw

  • CVE-2025-47541: Mail Mint Information Disclosure Flaw

  • CVE-2026-2025: Mail Mint Plugin Information Disclosure
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