CVE-2025-12696
Unknown Unknown - Not Provided

BaseFortify

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

Publication date: 2025-12-14

Last updated on: 2025-12-15

Assigner: WPScan

Description

The HelloLeads CRM Form Shortcode WordPress plugin through 1.0 does not have authorisation and CSRF check when resetting its settings, allowing unauthenticated users to reset them

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-14
Last Modified
2025-12-15
Generated
2026-07-06
AI Q&A
2025-12-14
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
hello_leads hls_crm_form_shortcode 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Detection Guidance

You can detect this vulnerability by monitoring for POST requests to the WordPress admin AJAX endpoint `/wp-admin/admin-ajax.php` with the parameters `action=hls_crmf_reset_crm_config` and `token=reset`. For example, you can use network monitoring tools or web server logs to search for such requests. A command example using curl to test the vulnerability is: `curl -X POST https://yourwordpresssite.com/wp-admin/admin-ajax.php -d 'action=hls_crmf_reset_crm_config&token=reset'`. If the request succeeds without authentication, the vulnerability is present. [1]

Mitigation Strategies

Since there is currently no known fix for this vulnerability, immediate mitigation steps include restricting access to the WordPress admin AJAX endpoint to trusted users only, implementing web application firewall (WAF) rules to block unauthorized POST requests with the specific parameters `action=hls_crmf_reset_crm_config` and `token=reset`, and monitoring logs for suspicious activity. Additionally, consider disabling or removing the HelloLeads CRM Form Shortcode plugin until a patch is available. [1]

Executive Summary

The vulnerability in the HelloLeads CRM Form Shortcode WordPress plugin (up to version 1.0) allows unauthenticated users to reset the plugin's settings because there is no authorization or CSRF (Cross-Site Request Forgery) protection when performing the reset action.

Impact Analysis

This vulnerability can allow attackers who are not logged in to reset the plugin's settings, potentially disrupting the normal operation of the plugin, causing loss of configuration, and possibly enabling further attacks or misuse of the plugin's functionality.

Chat Assistant

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

EPSS Chart