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
    • 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-2024-10938

CVE-2024-10938: OVRI Payment WordPress Malicious Code

CVE-2024-10938 affects the OVRI Payment plugin for WordPress version 1.7.0, containing malicious .htaccess files that allow execution of harmful PHP code. This article covers the technical details, impact, and mitigation.

Published: March 6, 2026

CVE-2024-10938 Overview

The OVRI Payment plugin for WordPress contains malicious .htaccess files in version 1.7.0. These files contain directives designed to prevent the execution of certain scripts while explicitly allowing the execution of known malicious PHP files. If moved outside of the plugin's directory, they may interfere with the proper function of a WordPress site and potentially enable attackers to execute malicious code.

Critical Impact

This vulnerability represents a supply chain compromise where a WordPress payment plugin has been trojanized with malicious configuration files that could allow execution of malicious PHP code while blocking legitimate security scripts.

Affected Products

  • OVRI Payment plugin for WordPress version 1.7.0
  • WordPress sites using the moneytigo plugin version 1.7.0
  • Apache-based web servers hosting affected WordPress installations

Discovery Timeline

  • 2026-02-27 - CVE CVE-2024-10938 published to NVD
  • 2026-02-27 - Last updated in NVD database

Technical Details for CVE-2024-10938

Vulnerability Analysis

This vulnerability falls under CWE-506 (Embedded Malicious Code), indicating that the plugin itself has been compromised to include malicious functionality. The .htaccess files within the OVRI Payment plugin (also known as moneytigo) have been specifically crafted to manipulate Apache's request handling in a way that benefits attackers.

The malicious .htaccess files are positioned in two locations within the plugin: the root plugin directory and the assets subdirectory. These configuration files use Apache directives to selectively control which PHP files can be executed, creating an environment where legitimate security controls are bypassed while known malicious scripts are permitted to run.

Root Cause

The root cause of this vulnerability is the inclusion of embedded malicious code within a publicly distributed WordPress plugin. This represents a supply chain attack where the plugin's distribution has been compromised to include .htaccess files with directives that:

  1. Prevent execution of legitimate security scanning or monitoring scripts
  2. Explicitly whitelist known malicious PHP files for execution
  3. Potentially disrupt normal site functionality if the files propagate outside the plugin directory

Attack Vector

The attack vector is network-based and does not require authentication. An attacker who has managed to inject malicious PHP files into the server can leverage these .htaccess configurations to ensure their malicious code executes without interference from security tools. The vulnerability becomes particularly dangerous when:

  1. The plugin is installed on a WordPress site
  2. The malicious .htaccess files are copied or moved to parent directories
  3. Attackers combine this with other file upload or injection vulnerabilities

The malicious .htaccess files manipulate Apache's FilesMatch and similar directives to control script execution permissions. Detailed analysis of the actual malicious configurations can be found in the WordPress Plugin .htaccess File and the Plugin Assets .htaccess File.

Detection Methods for CVE-2024-10938

Indicators of Compromise

  • Presence of .htaccess files from the moneytigo/OVRI Payment plugin version 1.7.0 in unexpected directories
  • Apache configuration rules that whitelist specific PHP filenames associated with known malware
  • Unexpected modifications to existing .htaccess files in WordPress directories
  • Execution of PHP scripts that should normally be blocked by security plugins

Detection Strategies

  • Perform file integrity monitoring on all .htaccess files across the WordPress installation
  • Review Apache access logs for requests to unusual PHP filenames that may be whitelisted by malicious directives
  • Utilize WordPress security plugins that scan for known malicious file patterns
  • Compare installed plugin files against known-good checksums from the WordPress.org repository

Monitoring Recommendations

  • Implement real-time file system monitoring for changes to .htaccess files
  • Configure alerts for any new .htaccess file creation outside of expected WordPress directories
  • Monitor for network connections from the web server to known malicious command and control infrastructure
  • Review web application firewall logs for blocked requests that may indicate exploitation attempts

How to Mitigate CVE-2024-10938

Immediate Actions Required

  • Remove the OVRI Payment (moneytigo) plugin version 1.7.0 immediately from all WordPress installations
  • Search for and remove any .htaccess files that may have been copied from the malicious plugin
  • Perform a complete malware scan of the affected WordPress installation
  • Review server logs for evidence of malicious PHP file execution

Patch Information

Site administrators should immediately uninstall the affected plugin version. Check the Wordfence Vulnerability Report for updated guidance on remediation and any clean versions that may be released.

Workarounds

  • Disable the OVRI Payment plugin until a verified clean version is available
  • Implement strict file upload controls to prevent placement of malicious PHP files
  • Configure web application firewall rules to block execution of unusual PHP filenames
  • Use Apache configuration to override any malicious .htaccess directives at the server level
bash
# Configuration example
# Add to Apache server configuration to prevent .htaccess overrides in plugin directories
<Directory "/var/www/html/wp-content/plugins/moneytigo">
    AllowOverride None
    <FilesMatch "\.php$">
        Require all denied
    </FilesMatch>
</Directory>

# Search for suspicious .htaccess files across WordPress installation
find /var/www/html -name ".htaccess" -exec grep -l "FilesMatch" {} \; -exec cat {} \;

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechWordpress

  • SeverityMEDIUM

  • CVSS Score6.5

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-506
  • Technical References
  • WordPress Plugin .htaccess File

  • WordPress Plugin .htaccess File

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-4136: WordPress Membership Plugin Redirect Flaw

  • CVE-2026-2599: WordPress Database Plugin Object Injection

  • CVE-2026-1369: Conditional CAPTCHA Open Redirect Flaw

  • CVE-2026-1296: WordPress FPSM Lite Open Redirect Flaw
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