CVE-2025-13924
Unknown Unknown - Not Provided

BaseFortify

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

Publication date: 2025-12-09

Last updated on: 2025-12-09

Assigner: Wordfence

Description

The Advanced Product Fields (Product Addons) for WooCommerce plugin for WordPress is vulnerable to Cross-Site Request Forgery in all versions up to, and including, 1.6.17. This is due to missing or incorrect nonce validation on the 'maybe_duplicate' function. This makes it possible for unauthenticated attackers to duplicate and publish product field groups, including draft and pending field groups, via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-09
Last Modified
2025-12-09
Generated
2026-07-06
AI Q&A
2025-12-10
EPSS Evaluated
2026-07-04
NVD
EUVD

Affected Vendors & Products

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

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-352 The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Compliance Impact

The provided resources and context do not contain information regarding the impact of this vulnerability on compliance with common standards and regulations such as GDPR or HIPAA.

Executive Summary

This vulnerability is a Cross-Site Request Forgery (CSRF) issue in the Advanced Product Fields (Product Addons) for WooCommerce plugin for WordPress, affecting all versions up to and including 1.6.17. It occurs because of missing or incorrect nonce validation on the 'maybe_duplicate' function. This allows an unauthenticated attacker to trick a site administrator into performing actions such as duplicating and publishing product field groups, including drafts and pending groups, via a forged request.

Impact Analysis

The vulnerability can allow an attacker to cause an administrator to unknowingly duplicate and publish product field groups on a WooCommerce site. This could lead to unauthorized changes in product configurations, potentially disrupting the site's product management and causing confusion or operational issues.

Mitigation Strategies

To mitigate this vulnerability, immediately update the Advanced Product Fields (Product Addons) for WooCommerce plugin to a version later than 1.6.17 where the nonce validation issue is fixed. Additionally, avoid clicking on suspicious links and ensure that only trusted administrators have access to the WordPress admin area to prevent exploitation via forged requests.

Detection Guidance

To detect this vulnerability on your system, you can check if the Advanced Product Fields (Product Addons) for WooCommerce plugin version is 1.6.17 or earlier, as these versions lack nonce validation for the 'maybe_duplicate' function. Specifically, look for HTTP requests that invoke the duplication of product field groups without proper nonce parameters, such as requests to the 'wapf_duplicate' action missing the '_dupenonce' GET parameter. You can use web server logs or network monitoring tools to search for such suspicious requests. For example, using grep on your web server access logs to find requests related to duplication actions without nonce: `grep 'wapf_duplicate' /path/to/access.log | grep -v '_dupenonce='`. Additionally, monitoring for unexpected POST or GET requests that trigger duplication actions from unauthenticated sources can help identify exploitation attempts. There are no specific commands provided in the resources, but inspecting plugin version and monitoring for missing nonce parameters in duplication requests is recommended. [1]

Chat Assistant

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

EPSS Chart