This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
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β¦
π **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.