CVE-2025-12979
Unknown Unknown - Not Provided

BaseFortify

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

Publication date: 2025-11-13

Last updated on: 2025-11-13

Assigner: Wordfence

Description

The Welcart e-Commerce plugin for WordPress is vulnerable to unauthorized access of data due to a missing capability check on the 'usces_export' action in all versions up to, and including, 2.11.24. This makes it possible for unauthenticated attackers to access configured payment credentials (ex. PayPal api secret) , as well as business contact details, mail templates, and other operational settings tied to the store.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-11-13
Last Modified
2025-11-13
Generated
2026-07-06
AI Q&A
2025-11-13
EPSS Evaluated
2026-07-05
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
welcart woocommerce *

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
Mitigation Strategies

Immediate mitigation steps include updating the Welcart e-Commerce plugin to version 2.11.25 or later, which contains security enhancements such as added capability checks and nonce verification to prevent unauthorized access and CSRF attacks. If updating is not immediately possible, restrict access to the 'usces_export' action by limiting administrative privileges and applying web application firewall (WAF) rules to block unauthorized requests targeting this action. Additionally, review and monitor payment credential exposure and consider rotating any potentially compromised API secrets. [1]

Executive Summary

This vulnerability in the Welcart e-Commerce WordPress plugin (up to version 2.11.24) allows unauthenticated attackers to access sensitive store data due to a missing capability check on the 'usces_export' action. Attackers can retrieve payment credentials like PayPal API secrets, business contact details, mail templates, and other operational settings without authorization.

Impact Analysis

The vulnerability can lead to unauthorized disclosure of sensitive payment credentials and business information, potentially resulting in financial fraud, unauthorized transactions, and exposure of confidential operational data. This compromises the security and trustworthiness of the e-commerce store.

Detection Guidance

Detection can involve checking if the Welcart e-Commerce plugin version is 2.11.24 or earlier, as these versions lack proper capability checks on the 'usces_export' action. You can verify the plugin version via WordPress admin or by inspecting the plugin files. Additionally, monitoring for unauthorized access attempts to the 'usces_export' action or unusual export of payment credentials could indicate exploitation. Specific commands might include: 1) Checking plugin version via WP-CLI: `wp plugin list | grep welcart` 2) Searching web server logs for requests to 'usces_export': `grep usces_export /var/log/apache2/access.log` or `grep usces_export /var/log/nginx/access.log` 3) Using network monitoring tools to detect unusual outbound data exports related to payment credentials. However, no explicit detection commands are provided in the resources. [1]

Chat Assistant

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

EPSS Chart