Summary
CVE-2026-11575 is a high-severity payment authorization bypass vulnerability in the PhonePe Payment Solutions WordPress plugin, affecting all versions prior to 3.1.0. The flaw allows unauthenticated remote attackers to forge payment-success callbacks and mark unpaid WooCommerce orders as paid without any actual transaction taking place. The vulnerability carries a CVSS v3.1 score of 7.5 (High) and was remediated in version 3.1.0, released June 25, 2026.
Technical details
- Root cause: The HMAC signing secret used to validate incoming payment callback signatures is empty on sites configured through the plugin’s current setup flow. This reduces the expected HMAC signature to an unkeyed hash of the request body — a value any attacker can independently compute without possessing any secret material. The plugin also decoded the payload before performing signature verification, meaning untrusted data was processed prior to any authentication check.
- Trigger conditions: No authentication, credentials, or victim interaction is required. The flaw affects sites configured through the standard plugin setup flow, with no special or non-default configuration needed to be vulnerable.
- Attack vector: Fully remote and unauthenticated. An attacker sends a crafted HTTP payment-success callback to the plugin’s WooCommerce endpoint, including a forged but computationally valid signature derived from the empty secret.
- Impact: The attacker can mark arbitrary unpaid WooCommerce orders as fulfilled, enabling fraudulent order completion without any financial transaction occurring. The CVSS impact is limited to Integrity (I:H); there is no confidentiality or availability impact. The practical consequence for affected merchants is financial loss through goods or services delivered without payment.
Affected software
- PhonePe Payment Solutions WordPress plugin, all versions prior to 3.1.0
Severity
CVSS v3.1 Base Score: 7.5 (High)
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Mitigation and recommended actions
- Immediate action: Update to PhonePe Payment Solutions version 3.1.0 or later. The plugin changelog confirms that version 3.1.0 fixes this vulnerability by authenticating requests before processing payload data and correctly enforcing HMAC signature verification prior to any data decoding.
- If immediate patching is not feasible: Restrict access to the WooCommerce payment callback endpoint at the web server or WAF level, limiting inbound requests to known PhonePe gateway IP ranges only. This is a temporary control and does not replace patching.
IONIX Status
The IONIX research team is tracking ongoing exploitation attempts and recommends immediate patching. Potentially affected assets are outlined in this post.

