Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-13371

CVE-2025-13371: MoneySpace WordPress Information Disclosure

CVE-2025-13371 is an information disclosure vulnerability in the MoneySpace WordPress plugin that exposes full payment card details to unauthenticated attackers. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-13371 Overview

The MoneySpace plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 2.13.9. This vulnerability stems from a critical design flaw where the plugin stores full payment card details—including Primary Account Number (PAN), card holder name, expiry month/year, and CVV—in WordPress post_meta using only base64_encode() for encoding. These sensitive values are then embedded directly into the publicly accessible mspaylink page's inline JavaScript without any authentication or authorization checks.

This severe vulnerability allows unauthenticated attackers who know or can guess an order_id to access the mspaylink endpoint and retrieve complete credit card numbers and CVV codes directly from the HTML/JavaScript response. This constitutes a severe PCI-DSS violation and represents a significant threat to e-commerce sites using this payment gateway integration.

Critical Impact

Unauthenticated attackers can retrieve complete credit card details including full card numbers and CVV codes from publicly accessible WordPress pages, representing a catastrophic data breach risk and severe PCI-DSS compliance violation.

Affected Products

  • MoneySpace plugin for WordPress versions up to and including 2.13.9
  • WordPress sites using MoneySpace for WooCommerce payment processing
  • Any WooCommerce installation with the vulnerable MoneySpace plugin enabled

Discovery Timeline

  • 2026-01-07 - CVE CVE-2025-13371 published to NVD
  • 2026-01-08 - Last updated in NVD database

Technical Details for CVE-2025-13371

Vulnerability Analysis

This vulnerability represents a fundamental failure in secure payment data handling practices. The MoneySpace plugin violates multiple foundational security principles by storing sensitive cardholder data in an insecure manner and exposing it through publicly accessible endpoints.

The root issue involves two critical failures working in tandem. First, the plugin stores complete payment card information (PAN, cardholder name, expiry date, and CVV) in WordPress post_meta fields using only base64_encode() as a protection mechanism. Base64 encoding is not encryption—it is a simple encoding scheme that can be trivially reversed by anyone. Second, this encoded data is then rendered directly into inline JavaScript on the mspaylink page without requiring any form of authentication or authorization verification.

The attack vector is network-based and requires no user interaction or special privileges. An attacker simply needs to enumerate or guess valid order_id values to access the corresponding payment information. Given that order IDs in WooCommerce are typically sequential integers, enumeration is straightforward.

Root Cause

The vulnerability exists in the mspaylink.php view file, specifically in how payment data is retrieved from post_meta storage and rendered to the page. The code retrieves base64-encoded payment credentials and decodes them directly into JavaScript variables on a publicly accessible page. There is no session validation, capability check, or nonce verification before exposing this data.

The use of base64_encode() for storing payment credentials indicates a fundamental misunderstanding of cryptographic security. Base64 is an encoding scheme designed for data transmission, not data protection. This approach fails to meet even the most basic PCI-DSS requirements for cardholder data protection.

Attack Vector

The attack can be executed by any unauthenticated user with network access to the WordPress site. The attacker can construct requests to the mspaylink endpoint with different order_id parameters to harvest payment card data. The attack flow involves:

  1. Identifying a WordPress site using the MoneySpace plugin
  2. Accessing the mspaylink page with an order_id parameter
  3. Examining the page source or JavaScript variables to extract base64-encoded payment data
  4. Decoding the base64 values to obtain plaintext card numbers, CVV codes, expiry dates, and cardholder names

Technical analysis of the vulnerable code can be found in the GitHub Code Review and the WordPress Plugin Code repository.

Detection Methods for CVE-2025-13371

Indicators of Compromise

  • Unusual access patterns to mspaylink.php endpoints with sequential or enumerated order_id values
  • High volume of requests from single IP addresses targeting mspaylink pages
  • Web server logs showing requests to /wp-content/plugins/money-space/view/mspaylink.php from unfamiliar sources
  • Evidence of automated scanning tools probing order endpoints with incrementing ID values

Detection Strategies

  • Monitor web server access logs for suspicious access patterns to MoneySpace plugin endpoints
  • Implement rate limiting on the mspaylink endpoint to detect enumeration attempts
  • Deploy Web Application Firewall (WAF) rules to identify and block sequential order ID probing
  • Review WordPress audit logs for unauthenticated access to payment-related pages

Monitoring Recommendations

  • Enable detailed access logging for all requests to WooCommerce and payment plugin endpoints
  • Set up alerts for unusual traffic volumes to mspaylink.php pages
  • Implement anomaly detection for order ID access patterns outside normal customer behavior
  • Monitor for any base64-encoded strings appearing in outbound network traffic that may indicate data exfiltration

How to Mitigate CVE-2025-13371

Immediate Actions Required

  • Disable or remove the MoneySpace plugin immediately if running version 2.13.9 or earlier
  • Audit all stored post_meta entries for payment card data and purge any sensitive cardholder information
  • Review access logs to identify potential unauthorized access to the mspaylink endpoint
  • Notify affected customers if evidence of data exposure is found and initiate incident response procedures
  • Engage PCI-DSS compliance team to assess breach notification requirements

Patch Information

As of the NVD publication date, site administrators should monitor the Wordfence Vulnerability Report and the official WordPress plugin repository for security updates. Until a patched version is available, the plugin should not be used in production environments.

Organizations using this plugin should contact MoneySpace directly regarding remediation timelines and consider alternative payment gateway solutions that follow PCI-DSS compliant data handling practices.

Workarounds

  • Remove the MoneySpace plugin entirely and switch to a PCI-DSS compliant payment gateway integration
  • Implement server-level access controls to restrict access to the mspaylink.php endpoint to authenticated users only
  • Deploy a WAF rule to block unauthenticated requests to /wp-content/plugins/money-space/view/mspaylink.php
  • If the plugin must remain active temporarily, remove stored payment card data from post_meta and disable new card storage
bash
# Configuration example - Apache .htaccess rule to block public access to vulnerable endpoint
<Files "mspaylink.php">
    Order Deny,Allow
    Deny from all
    # Allow only authenticated admin access via specific IP
    # Allow from YOUR.ADMIN.IP.ADDRESS
</Files>

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.18%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200
  • Technical References
  • GitHub Code Review

  • GitHub Code Review

  • WordPress Plugin Code

  • WordPress Plugin Code

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-4106: HT Mega Elementor Information Disclosure

  • CVE-2026-2262: Easy Appointments Information Disclosure

  • CVE-2026-4126: Table Manager Plugin Info Disclosure Flaw

  • CVE-2026-4812: ACF WordPress Information Disclosure Flaw
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