CVE-2026-9028
Deferred Deferred - Pending Action

Authorization Bypass in CorvusPay WooCommerce Payment Gateway

Vulnerability report for CVE-2026-9028, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-09

Last updated on: 2026-07-09

Assigner: Wordfence

Description

The CorvusPay WooCommerce Payment Gateway plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 2.7.4. This is due to the plugin not properly verifying that a user is authorized to perform an action. This makes it possible for unauthenticated attackers to cancel any WooCommerce order placed via the CorvusPay payment method by supplying an arbitrary order number to the /wp-json/corvuspay/cancel/ REST endpoint.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-09
Last Modified
2026-07-09
Generated
2026-07-16
AI Q&A
2026-07-10
EPSS Evaluated
2026-07-14
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
corvuspay woocommerce_payment_gateway to 2.7.4 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Detection Guidance

This vulnerability can be detected by monitoring requests to the /wp-json/corvuspay/cancel/ REST endpoint, especially those that include arbitrary order numbers. Unauthenticated requests attempting to cancel orders via this endpoint may indicate exploitation attempts.

You can use network monitoring tools or web server logs to identify such requests. For example, using command line tools like curl to test the endpoint with different order numbers can help verify if unauthorized cancellation is possible.

  • curl -X POST https://yourwordpresssite.com/wp-json/corvuspay/cancel/ -d 'order_number=12345'
  • grep '/wp-json/corvuspay/cancel/' /var/log/apache2/access.log
  • Use intrusion detection systems (IDS) or web application firewalls (WAF) to alert on unauthenticated POST requests to the vulnerable endpoint.
Executive Summary

The CorvusPay WooCommerce Payment Gateway plugin for WordPress has a vulnerability in all versions up to and including 2.7.4 where it does not properly verify if a user is authorized to perform certain actions.

Because of this, an unauthenticated attacker can bypass authorization checks and cancel any WooCommerce order made through the CorvusPay payment method by providing an arbitrary order number to the /wp-json/corvuspay/cancel/ REST endpoint.

Impact Analysis

This vulnerability allows unauthenticated attackers to cancel legitimate WooCommerce orders placed via the CorvusPay payment method without proper authorization.

Such unauthorized cancellations can disrupt business operations, cause financial losses, and damage customer trust.

Mitigation Strategies

The immediate mitigation step is to update the CorvusPay WooCommerce Payment Gateway plugin to a version later than 2.7.4 where this authorization bypass vulnerability is fixed.

If updating is not immediately possible, restrict access to the /wp-json/corvuspay/cancel/ REST endpoint by implementing authentication checks or firewall rules to block unauthenticated requests.

Additionally, monitor your logs for suspicious cancellation attempts and consider temporarily disabling the CorvusPay payment method until a patch is applied.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-9028. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart