CVE-2026-25396
Missing Authorization in Commerce Coinbase for WooCommerce
Publication date: 2026-03-25
Last updated on: 2026-04-29
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| coderpress | commerce_coinbase_for_woocommerce | to 1.6.6 (inc) |
| patchstack | commerce_coinbase_for_woocommerce | to 1.6.6 (inc) |
Helpful Resources
Exploitability
| 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 Powered Q&A
Can you explain this vulnerability to me?
CVE-2026-25396 is a Broken Access Control vulnerability in the WordPress Commerce Coinbase For WooCommerce plugin, affecting versions up to and including 1.6.6.
The vulnerability is caused by missing authorization, authentication, or nonce token checks within certain plugin functions, which allows unauthenticated users to perform actions that normally require higher privileges.
It is categorized under OWASP Top 10 A1: Broken Access Control and was reported by Legion Hunter on December 31, 2025.
How can this vulnerability impact me? :
This vulnerability allows unauthorized users to escalate privileges and perform restricted actions within the affected plugin.
Although classified as a low priority by Patchstack, it carries a CVSS severity score of 7.5, indicating a significant risk.
Such vulnerabilities are often exploited in mass campaigns targeting many websites indiscriminately, potentially leading to unauthorized access or manipulation of commerce-related functions.
No official patch was available as of March 23, 2026, so immediate mitigation involves updating the plugin if a non-vulnerable version exists or seeking help from hosting providers or developers.
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation involves updating the affected Commerce Coinbase For WooCommerce plugin to a non-vulnerable version if available.
If no official patch is available, users are advised to seek assistance from their hosting providers or web developers to implement appropriate access control measures.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability involves missing authorization checks in the Commerce Coinbase For WooCommerce plugin, allowing unauthenticated users to perform privileged actions. Detection typically involves monitoring for unauthorized access attempts or unusual activity targeting the plugin's endpoints.
Since the vulnerability is related to broken access control in a WordPress plugin, you can detect exploitation attempts by reviewing web server logs for suspicious requests to the plugin's URLs or by using web application firewall (WAF) rules to identify unauthorized access patterns.
No specific detection commands are provided in the available resources. However, general commands to check for suspicious HTTP requests in web server logs might include:
- Using grep to search for requests to the plugin path in Apache or Nginx logs: grep -i 'commerce-coinbase-for-woocommerce' /var/log/apache2/access.log
- Using grep to find HTTP requests with suspicious parameters or methods: grep -E 'POST|GET' /var/log/apache2/access.log | grep 'commerce-coinbase-for-woocommerce'
Additionally, monitoring for unexpected privilege escalations or changes in user roles within WordPress could help identify exploitation attempts.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
The vulnerability involves missing authorization and broken access control, which can allow unauthorized users to perform privileged actions. Such security weaknesses can potentially lead to unauthorized access to sensitive data or system functions.
While the provided information does not explicitly mention compliance with standards like GDPR or HIPAA, broken access control vulnerabilities generally pose risks to data confidentiality and integrity, which are critical aspects of these regulations.
Therefore, if exploited, this vulnerability could negatively impact compliance with regulations that require strict access controls and protection of personal or sensitive data.