CVE-2025-14886
Unknown Unknown - Not Provided
Unauthorized Data Modification in Japanized WooCommerce via REST API

Publication date: 2026-01-09

Last updated on: 2026-01-09

Assigner: Wordfence

Description
The Japanized for WooCommerce plugin for WordPress is vulnerable to unauthorized modification of data due to a missing capability check on the `order` REST API endpoint in all versions up to, and including, 2.7.17. This makes it possible for unauthenticated attackers to mark any WooCommerce order as processed/completed.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-01-09
Last Modified
2026-01-09
Generated
2026-06-16
AI Q&A
2026-01-09
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
unknown_vendor woocommerce_for_japan to 2.7.17 (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
Executive Summary

This vulnerability exists in the Japanized for WooCommerce plugin for WordPress (up to version 2.7.17) where the `order` REST API endpoint lacks a proper capability check. This means unauthenticated attackers can access this endpoint and modify order data, specifically allowing them to mark any WooCommerce order as processed or completed without authorization. [1]

Impact Analysis

The vulnerability allows unauthenticated attackers to mark any WooCommerce order as processed or completed. This can lead to unauthorized order status changes, potentially causing financial discrepancies, fulfillment errors, and loss of control over order management in your WooCommerce store. [1]

Detection Guidance

This vulnerability can be detected by monitoring for unauthorized POST requests to the REST API endpoint `/wp-json/paidy/v1/order` on your WooCommerce for Japan plugin installation. Since the endpoint allows unauthenticated access and modifies order statuses, suspicious or unexpected POST requests to this endpoint could indicate exploitation attempts. You can use network monitoring tools or command-line utilities like curl or wget to test access. For example, to check if the endpoint is accessible without authentication, you can run: `curl -X POST https://yourdomain.com/wp-json/paidy/v1/order -d '{}' -v`. Additionally, inspecting web server logs for POST requests to `/wp-json/paidy/v1/order` from unknown or suspicious IP addresses can help detect exploitation attempts. [1]

Mitigation Strategies

Immediate mitigation steps include updating the Japanized for WooCommerce plugin to a version later than 2.7.17 where the missing capability check on the `order` REST API endpoint is fixed. If an update is not immediately available, restrict access to the `/wp-json/paidy/v1/order` endpoint by implementing authentication or IP whitelisting at the web server or application firewall level to prevent unauthenticated attackers from modifying order statuses. Additionally, monitor order status changes for suspicious activity and review logs for unauthorized access attempts. [1]

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-14886. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart