CVE-2025-11741
BaseFortify
Publication date: 2025-10-18
Last updated on: 2025-10-21
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| woocommerce | wpc_smart_quick_view | 4.2.6 |
| wordpress | wordpress | 6.8 |
| woocommerce | wpc_smart_quick_view | 4.2.5 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-639 | The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The vulnerability in the WPC Smart Quick View for WooCommerce plugin allows unauthenticated attackers to access data from password protected, private, or draft products via the 'woosq_quickview' AJAX endpoint. This happens because the plugin does not properly restrict which posts can be included, enabling attackers to extract sensitive product information they should not have access to.
How can this vulnerability impact me? :
This vulnerability can lead to unauthorized disclosure of sensitive product information, including data from password protected, private, or draft products. This exposure could harm your business by leaking confidential product details to attackers without requiring authentication, potentially impacting your competitive advantage or customer trust.
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability can be detected by attempting to access the 'woosq_quickview' AJAX endpoint on a WordPress site running the WPC Smart Quick View plugin version 4.2.5 or earlier. Specifically, an unauthenticated request to this endpoint with a product ID parameter may expose data from password protected, private, or draft products. Monitoring network traffic for requests to the 'woosq_quickview' AJAX endpoint or scanning for the plugin version can help detect potential exploitation. However, no specific commands are provided in the available resources. [2]
What immediate steps should I take to mitigate this vulnerability?
The immediate step to mitigate this vulnerability is to update the WPC Smart Quick View plugin to version 4.2.6 or later. This update includes enhanced permission checks that ensure only authorized users can access product data via the 'woosq_quickview' AJAX endpoint, preventing unauthorized information exposure. [2]