PR
Add CVE-2025-13486 nuclei template
projectdiscovery/nuclei-templates#14220

/claim #14212

Summary

  • Added CVE-2025-13486 - WordPress ACF Extended < 0.9.2 Unauthenticated RCE

Technical Details

This vulnerability affects Advanced Custom Fields: Extended WordPress plugin versions 0.9.0.5 through 0.9.1.1. The vulnerability exists due to unsafe use of call_user_func_array() in the prepare_form() function, allowing unauthenticated attackers to execute arbitrary PHP functions remotely.

Attack Flow:

  1. Checks for ACF Extended plugin presence via homepage scan
  2. Extracts AJAX nonce from page source
  3. Sends POST to /wp-admin/admin-ajax.php with action=acfe/form/render_form_ajax
  4. Exploits unsafe call_user_func_array() using print_r as a safe detection method
  5. Confirms vulnerability via reflected random string in response

References

Template Validation

  • Template follows nuclei template guidelines
  • Uses safe detection method (print_r) instead of destructive commands
  • Includes proper metadata and classification

Test Plan

  • Validate with vulnerable ACF Extended 0.9.1.1 installation
  • Validate with patched ACF Extended 0.9.2+ installation (false positive check)

Claim

Total prize pool $100
Total paid $0
Status Pending
Submitted December 04, 2025
Last updated December 04, 2025

Contributors

LU

Lulzx

@Lulzx

100%

Sponsors

PR

ProjectDiscovery

@projectdiscovery

$100