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-2024-6205

CVE-2024-6205: Payplus Payment Gateway SQLi Vulnerability

CVE-2024-6205 is a SQL injection flaw in Payplus Payment Gateway for WordPress that allows unauthenticated attackers to execute malicious SQL queries. This article covers technical details, affected versions, and mitigation.

Published: May 26, 2026

CVE-2024-6205 Overview

CVE-2024-6205 is an unauthenticated SQL injection vulnerability in the PayPlus Payment Gateway WordPress plugin. The flaw exists in versions before 6.6.9 and stems from improper sanitization of a parameter passed to a WooCommerce API route. Because the route is accessible without authentication, remote attackers can inject arbitrary SQL into database queries over the network.

The vulnerability is classified as SQL Injection [CWE-89] and carries a high EPSS probability, indicating active exploitation interest. Successful exploitation allows attackers to read, modify, or delete data stored in the WordPress database, including customer order data and administrative credentials.

Critical Impact

Unauthenticated remote attackers can execute arbitrary SQL queries against the WordPress database, exposing customer payment data, credentials, and full site integrity.

Affected Products

  • PayPlus Payment Gateway WordPress plugin versions prior to 6.6.9
  • WordPress sites using PayPlus with WooCommerce integration enabled
  • Sites exposing the vulnerable WooCommerce API route to unauthenticated traffic

Discovery Timeline

  • 2024-07-19 - CVE-2024-6205 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2024-6205

Vulnerability Analysis

The PayPlus Payment Gateway plugin registers a WooCommerce API route that processes parameters from incoming HTTP requests. The plugin passes one of these parameters directly into a SQL statement without proper sanitization or parameterized query binding. This violation of safe database access patterns enables SQL injection.

Because the route does not enforce authentication or capability checks, any remote user can reach the vulnerable endpoint. Attackers can manipulate the affected parameter to break out of the intended SQL context and append arbitrary clauses. The injected SQL executes with the privileges of the WordPress database user, which typically has full read and write access to the site's database.

The high EPSS probability associated with this CVE reflects strong exploitation likelihood for this class of unauthenticated WordPress plugin flaw.

Root Cause

The root cause is the absence of parameterized queries or proper escaping using the WordPress $wpdb->prepare() API. The plugin concatenates user-controlled input directly into a SQL string. Compounding the issue, the WooCommerce API route lacks an authentication or permission callback, exposing the sink to unauthenticated traffic.

Attack Vector

An attacker sends a crafted HTTP request to the vulnerable WooCommerce API route exposed by the PayPlus plugin. The request includes a malicious payload in the unsanitized parameter. The payload alters the structure of the executed SQL query, enabling UNION-based data extraction, boolean-based blind exfiltration, or time-based blind exploitation.

No authentication, user interaction, or local access is required. The attack is fully remote and can be automated across exposed WordPress sites. See the WPScan Vulnerability Analysis for advisory details.

Detection Methods for CVE-2024-6205

Indicators of Compromise

  • HTTP requests to PayPlus WooCommerce API routes containing SQL meta-characters such as single quotes, UNION SELECT, SLEEP(, or -- comment sequences
  • Unexpected outbound database queries originating from the WordPress web server process
  • New or modified WordPress administrator accounts in the wp_users table without corresponding admin activity logs
  • Spikes in 500-series HTTP responses or unusually long response times on PayPlus endpoints, indicating blind SQLi probing

Detection Strategies

  • Inspect web server access logs for requests to PayPlus plugin REST routes containing encoded SQL payloads
  • Deploy a Web Application Firewall (WAF) ruleset that flags SQL injection patterns against /wp-json/ endpoints
  • Monitor MySQL slow query and general query logs for anomalous queries originating from PayPlus code paths
  • Compare installed plugin versions against the patched baseline of 6.6.9 or later across all managed WordPress sites

Monitoring Recommendations

  • Centralize WordPress, web server, and database logs in a SIEM for correlation and retention
  • Alert on consecutive failed or malformed requests to PayPlus API routes from a single source
  • Track integrity of the wp_users, wp_usermeta, and wp_options tables for unauthorized modification
  • Establish baseline request volumes for plugin endpoints to detect injection scanning campaigns

How to Mitigate CVE-2024-6205

Immediate Actions Required

  • Upgrade the PayPlus Payment Gateway plugin to version 6.6.9 or later on every WordPress site
  • Audit wp_users and administrator accounts for unauthorized additions or role changes
  • Rotate WordPress administrator passwords, API keys, and database credentials if exploitation is suspected
  • Block known SQL injection patterns at the WAF or reverse proxy layer until patching is complete

Patch Information

The vendor addressed this vulnerability in PayPlus Payment Gateway version 6.6.9. The fix introduces proper sanitization and parameterized query handling for the affected WooCommerce API route. Refer to the WPScan Vulnerability Analysis for advisory information and version details.

Workarounds

  • Temporarily deactivate the PayPlus Payment Gateway plugin if immediate patching is not possible
  • Restrict access to /wp-json/ PayPlus routes via web server rules until the plugin is updated
  • Apply WAF signatures targeting SQL injection patterns on WooCommerce REST endpoints
  • Limit database user privileges so the WordPress account cannot execute administrative SQL operations beyond what the application requires
bash
# Update PayPlus plugin via WP-CLI to the patched version
wp plugin update payplus-payment-gateway --version=6.6.9

# Verify installed version
wp plugin get payplus-payment-gateway --field=version

# Deactivate as a temporary workaround if patching is delayed
wp plugin deactivate payplus-payment-gateway

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechPayplus Payment Gateway

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability90.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Technical References
  • WPScan Vulnerability Analysis
  • Latest CVEs
  • CVE-2024-8261: Prolizyazilim OBS Auth Bypass Vulnerability

  • CVE-2024-13068: LimonDesk Auth Bypass Vulnerability

  • CVE-2025-53679: Fortinet FortiSandbox RCE Vulnerability

  • CVE-2026-9446: Simple POS Inventory System SQLi Flaw
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