The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2025-28933

CVE-2025-28933: MaxA/B Plugin CSRF Vulnerability

CVE-2025-28933 is a Cross-Site Request Forgery vulnerability in the MaxA/B plugin by maxfoundry that enables stored XSS attacks. This article covers the technical details, affected versions up to 2.2.2, and mitigation.

Published: April 22, 2026

CVE-2025-28933 Overview

CVE-2025-28933 is a Cross-Site Request Forgery (CSRF) vulnerability in the maxfoundry MaxA/B WordPress plugin that enables attackers to perform Stored Cross-Site Scripting (XSS) attacks. This chained vulnerability allows an attacker to trick an authenticated administrator into executing malicious requests, ultimately injecting persistent malicious scripts into the WordPress site.

Critical Impact

Attackers can leverage CSRF to bypass authentication and inject persistent XSS payloads that execute in the context of any user viewing the affected pages, potentially leading to session hijacking, credential theft, or site defacement.

Affected Products

  • MaxA/B WordPress Plugin versions up to and including 2.2.2

Discovery Timeline

  • 2025-03-11 - CVE-2025-28933 published to NVD
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2025-28933

Vulnerability Analysis

This vulnerability represents a classic CSRF-to-XSS attack chain in the MaxA/B WordPress plugin. The MaxA/B plugin, used for A/B testing functionality on WordPress sites, fails to implement proper CSRF protections on sensitive form submissions. This allows attackers to craft malicious requests that, when executed by an authenticated administrator, inject persistent JavaScript code into the plugin's stored data.

The absence of nonce verification on state-changing operations means the plugin cannot distinguish between legitimate administrator actions and forged requests initiated by an attacker. Once the malicious script is stored, it executes whenever users access the affected administrative pages or frontend elements.

Root Cause

The root cause of CVE-2025-28933 is the lack of CSRF token validation (WordPress nonces) in the MaxA/B plugin's form handling functions. WordPress provides built-in nonce functionality through wp_nonce_field() and wp_verify_nonce() functions, but the vulnerable versions of MaxA/B fail to implement these security measures. Additionally, the plugin does not properly sanitize or escape user input before storing it in the database, enabling the stored XSS component of this attack chain.

Attack Vector

The attack vector for this vulnerability involves social engineering combined with web-based exploitation. An attacker must craft a malicious HTML page or email containing a hidden form that automatically submits to the vulnerable MaxA/B plugin endpoint. When an authenticated WordPress administrator visits the attacker's page or clicks a malicious link, the browser automatically sends the forged request with the administrator's session cookies.

The malicious payload typically includes JavaScript code that gets stored in the plugin's database. This stored script then executes in the browsers of any users who subsequently view the affected content, enabling:

  • Session cookie theft and account takeover
  • Administrative action execution on behalf of victims
  • Keylogging and credential harvesting
  • Malware distribution through drive-by downloads
  • Site defacement or content manipulation

Detection Methods for CVE-2025-28933

Indicators of Compromise

  • Unexpected or unauthorized JavaScript code in MaxA/B plugin settings or test configurations
  • Suspicious outbound connections to unknown domains originating from the WordPress admin interface
  • Unusual database entries in MaxA/B plugin tables containing <script> tags or event handlers
  • Admin session anomalies such as multiple simultaneous logins or actions from unexpected IP addresses

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect CSRF attack patterns targeting WordPress plugin endpoints
  • Enable WordPress audit logging plugins to track all changes to MaxA/B plugin settings
  • Monitor HTTP requests for missing or invalid nonce parameters on state-changing operations
  • Deploy endpoint detection solutions that can identify malicious JavaScript execution in browser contexts

Monitoring Recommendations

  • Configure alerts for any modifications to MaxA/B plugin configurations outside of normal maintenance windows
  • Monitor database tables associated with the MaxA/B plugin for entries containing HTML or JavaScript code
  • Implement Content Security Policy (CSP) headers to restrict inline script execution and detect violations
  • Review server access logs for suspicious POST requests to MaxA/B plugin AJAX handlers

How to Mitigate CVE-2025-28933

Immediate Actions Required

  • Update the MaxA/B plugin to a patched version when available from the vendor
  • Temporarily deactivate the MaxA/B plugin if A/B testing functionality is not immediately critical
  • Review and audit all existing MaxA/B plugin configurations for any injected malicious content
  • Implement a Web Application Firewall with CSRF protection rules as a compensating control

Patch Information

At the time of publication, users should monitor the Patchstack WordPress Vulnerability Report for updates on available patches. Contact the maxfoundry vendor directly for remediation guidance and timeline information on security updates.

Workarounds

  • Restrict access to the WordPress admin dashboard to trusted IP addresses only using .htaccess or server firewall rules
  • Implement additional browser-based CSRF protections using security plugins that add nonce verification to plugin forms
  • Educate administrators to avoid clicking untrusted links while logged into WordPress admin sessions
  • Consider using a dedicated browser profile for WordPress administration that is not used for general web browsing
bash
# Restrict wp-admin access by IP in .htaccess
# Add to /wp-admin/.htaccess
<IfModule mod_authz_core.c>
    Require ip 192.168.1.0/24
    Require ip 10.0.0.0/8
</IfModule>

# Alternative: Block direct access to MaxA/B plugin files
<FilesMatch "maxab.*\.php$">
    <IfModule mod_authz_core.c>
        Require ip 192.168.1.0/24
    </IfModule>
</FilesMatch>

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechMaxfoundry

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.07%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-352
  • Technical References
  • Patchstack WordPress Vulnerability Report
  • Latest CVEs
  • CVE-2026-8468: Elixir Plug Library DoS Vulnerability

  • CVE-2026-8295: simdjson Information Disclosure Vulnerability

  • CVE-2025-68421: Comarch ERP Optima Auth Bypass Vulnerability

  • CVE-2025-68420: Comarch ERP Optima Privilege Escalation
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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