CVE-2024-0705 CRITICAL

CVE-2024-0705: Stripe Payment Plugin for WooCommerce <= 3.7.9 - Unauthenticated SQL Injection

Vendor Themehigh
Product Payment Gateway of Stripe for WooCommerce
Weakness CWE-89 · SQLi
Published January 19, 2024
Last update April 8, 2026

CVSS base score

9.8/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

The Stripe Payment Plugin for WooCommerce plugin for WordPress is vulnerable to SQL Injection via the 'id' parameter in all versions up to, and including, 3.7.9 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.

Explanation of Vulnerability in Simple Terms

02Summary

A SQL injection vulnerability in the Stripe Payment Gateway for WooCommerce plugin allows unauthenticated attackers to execute arbitrary SQL queries against the site's database. No user interaction is required. An attacker can read, modify, or delete sensitive data including customer payment information, order details, and site credentials. All versions up to 3.7.9 are affected.

What an attacker can do

03Attacker Capabilities

Execute SQL commands to read, modify, or delete database records without authentication.

Potential impact on your site

04Site Impact

Customer payment data, orders, and site credentials can be stolen, altered, or destroyed.

Conditions required to exploit

05Prerequisites

Network access to the site; no authentication or user interaction required.

Key dates

06Disclosure timeline

January 19, 2024 CVE published
April 8, 2026 Record updated

Related vulnerabilities

08Related CVE