Goal Reached Thanks to every supporter β€” we hit 100%!

Goal: 1000 CNY Β· Raised: 1000 CNY

100.0%

CVE-2025-15510 β€” AI Deep Analysis Summary

CVSS 5.3 Β· Medium

Q1What is this vulnerability? (Essence + Consequences)

🚨 **Unauthorized Sensitive Information Disclosure Vulnerability**: The NEX-Forms plugin lacks permission checks in its constructor, allowing attackers to directly export form configurations and expose sensitive data such…

Q2Root Cause? (CWE/Flaw)

πŸ” **CWE-250 (Missing Authorization Check)**: The NF5_Export_Forms class constructor does not verify user permissions, permitting unauthorized access.

Q3Who is affected? (Versions/Components)

πŸ’» **Affects All Versions**: Including version 9.1.8 and earlier, all WordPress sites using the NEX-Forms plugin are impacted.

Q4What can hackers do? (Privileges/Data)

πŸ” **No Authentication Required**: Attackers can enumerate the `nex_forms_Id` parameter to export form configurations and retrieve third-party keys, API credentials, etc.

Q5Is exploitation threshold high? (Auth/Config)

⚠️ **Very Low Barrier to Entry**: No login or special configuration required; exploitation can be triggered simply by accessing a specific URL parameter.

Q6Is there a public Exp? (PoC/Wild Exploitation)

❌ **No Public PoC**: No known exploit code or in-the-wild attack reports exist currently, but exploitation is theoretically possible.

Q7How to self-check? (Features/Scanning)

πŸ” **Self-Check Method**: Verify if the NEX-Forms plugin is installed and if the version is ≀9.1.8; scan the website for the existence of the `/wp-admin/admin-ajax.php?action=nex_forms_export_form` endpoint.

Q8Is it fixed officially? (Patch/Mitigation)

πŸ› οΈ **No Official Fix**: As of 2026-01-31, no patch has been released, and the vulnerability remains unaddressed.

Q9What if no patch? (Workaround)

πŸ›‘οΈ **Temporary Mitigation**: Disable the plugin, restrict access to admin-ajax.php, or add firewall rules to block requests containing `nex_forms_export_form`.

Q10Is it urgent? (Priority Suggestion)

πŸ”₯ **High Priority**: High risk of sensitive data exposure; immediate investigation and plugin upgrade or disablement is recommended.