CVE-2025-58622

4.3 MEDIUM

📋 TL;DR

This CVE describes a missing authorization vulnerability in the Mobile Contact Line WordPress plugin that allows attackers to bypass access controls. Attackers could potentially modify plugin settings or access restricted functionality. This affects all WordPress sites running Mobile Contact Line plugin versions up to and including 2.4.0.

💻 Affected Systems

Products:
  • Mobile Contact Line WordPress Plugin
Versions: n/a through 2.4.0
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: All WordPress installations with vulnerable plugin versions are affected regardless of configuration.

⚠️ 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 modify critical plugin settings, potentially enabling malicious functionality or disabling security features, leading to further compromise of the WordPress site.

🟠

Likely Case

Unauthorized users could modify contact form settings, change display options, or access administrative plugin functions they shouldn't have access to.

🟢

If Mitigated

With proper access controls and authentication checks, only authorized administrators can modify plugin settings, limiting impact to configuration changes.

🌐 Internet-Facing: MEDIUM
🏢 Internal Only: LOW

🎯 Exploit Status

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

Exploitation requires understanding of WordPress plugin structure and access to user accounts with some plugin privileges.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions after 2.4.0

Vendor Advisory: https://patchstack.com/database/wordpress/plugin/mobile-contact-line/vulnerability/wordpress-mobile-contact-line-plugin-2-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 Mobile Contact Line plugin
4. Click 'Update Now' if update available
5. If no update available, deactivate and remove plugin
6. Install latest version from WordPress repository

🔧 Temporary Workarounds

Temporary Plugin Deactivation

WordPress

Deactivate the vulnerable plugin until patched version is available

wp plugin deactivate mobile-contact-line

🧯 If You Can't Patch

  • Implement strict access controls at web server level to restrict access to plugin admin pages
  • Monitor and audit all plugin configuration changes and user activities

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel > Plugins > Installed Plugins for Mobile Contact Line version

Check Version:

wp plugin get mobile-contact-line --field=version

Verify Fix Applied:

Verify plugin version is greater than 2.4.0 in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unauthorized access attempts to plugin admin pages
  • Unexpected plugin configuration changes

Network Indicators:

  • HTTP requests to /wp-admin/admin.php?page=mobile-contact-line from unauthorized users

SIEM Query:

source="wordpress.log" AND ("mobile-contact-line" OR "admin.php?page=mobile-contact-line") AND status=200 AND user_role!=administrator

🔗 References

📤 Share & Export