CVE-2025-62915

8.1 HIGH

📋 TL;DR

This CVE describes a Missing Authorization vulnerability in the ClickSend SMS Contact Form 7 Notifications WordPress plugin that allows attackers to exploit incorrectly configured access control security levels. It affects all versions up to and including 1.4.0, potentially allowing unauthorized access to plugin functionality.

💻 Affected Systems

Products:
  • SMS Contact Form 7 Notifications by ClickSend (WordPress plugin)
Versions: All versions up to and including 1.4.0
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Affects WordPress installations using the vulnerable plugin version. The vulnerability exists in the plugin's access control implementation.

⚠️ Manual Verification Required

This CVE does not have specific version information in our database, so automatic vulnerability detection cannot determine if your system is affected.

Why? The CVE database entry doesn't specify which versions are vulnerable (no version ranges provided by the vendor/NVD).

🔒 Custom verification scripts are available for registered users. Sign up free to download automated test scripts.

Recommended Actions:
  1. Review the CVE details at NVD
  2. Check vendor security advisories for your specific version
  3. Test if the vulnerability is exploitable in your environment
  4. Consider updating to the latest version as a precaution

⚠️ Risk & Real-World Impact

🔴

Worst Case

Attackers could gain administrative access to the plugin's SMS notification settings, potentially sending unauthorized SMS messages, modifying notification configurations, or accessing sensitive form submission data.

🟠

Likely Case

Unauthorized users could modify SMS notification settings, change recipient phone numbers, or access form submission data that should be restricted.

🟢

If Mitigated

With proper access controls and authentication requirements, only authorized administrators could access and modify plugin settings.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

Public PoC: ✅ No
Weaponized: UNKNOWN
Unauthenticated Exploit: ✅ No
Complexity: LOW

Exploitation requires some level of access to the WordPress site, but the vulnerability bypasses authorization checks that should restrict certain actions.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions after 1.4.0

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/clicksend-contactform7/vulnerability/wordpress-sms-contact-form-7-notifications-by-clicksend-plugin-1-4-0-broken-access-control-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel
2. Navigate to Plugins > Installed Plugins
3. Find 'SMS Contact Form 7 Notifications by ClickSend'
4. Click 'Update Now' if update is available
5. Alternatively, download latest version from WordPress repository and replace plugin files

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily disable the plugin until patched version is available

wp plugin deactivate clicksend-contactform7

Restrict plugin access

all

Implement additional access controls via WordPress roles or security plugins

🧯 If You Can't Patch

  • Implement network-level restrictions to limit access to WordPress admin interface
  • Deploy web application firewall rules to detect and block unauthorized access attempts to plugin endpoints

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for 'SMS Contact Form 7 Notifications by ClickSend' version 1.4.0 or earlier

Check Version:

wp plugin get clicksend-contactform7 --field=version

Verify Fix Applied:

Verify plugin version is greater than 1.4.0 in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to /wp-admin/admin.php?page=clicksend-contactform7 endpoints
  • Unexpected modifications to SMS notification settings

Network Indicators:

  • Unusual POST requests to plugin-specific admin endpoints from unauthorized IPs

SIEM Query:

source="wordpress" AND (uri_path="/wp-admin/admin.php" AND query_string="page=clicksend-contactform7") AND user_role!="administrator"

🔗 References

📤 Share & Export