CVE-2026-0745

7.2 HIGH

📋 TL;DR

The User Language Switch WordPress plugin contains a Server-Side Request Forgery (SSRF) vulnerability that allows authenticated administrators to make arbitrary web requests from the server. This can be used to query or modify internal services that are normally inaccessible from external networks. All WordPress sites using this plugin up to version 1.6.10 are affected.

💻 Affected Systems

Products:
  • User Language Switch WordPress Plugin
Versions: All versions up to and including 1.6.10
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires administrator-level WordPress access to exploit. Plugin must be active and accessible.

⚠️ 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 access sensitive internal services, exfiltrate data from internal networks, or pivot to attack other internal systems.

🟠

Likely Case

Information disclosure from internal services, reconnaissance of internal network structure, or limited data modification.

🟢

If Mitigated

Limited impact if network segmentation restricts internal service access and proper authentication controls are in place.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires administrator credentials but is straightforward once authenticated. The vulnerability is in a publicly accessible function with minimal validation.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 1.6.11 or later

Vendor Advisory: https://wordpress.org/plugins/user-language-switch/

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'User Language Switch' and click 'Update Now'. 4. Alternatively, download latest version from WordPress plugin repository and manually upload via FTP.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patched

wp plugin deactivate user-language-switch

Restrict Admin Access

all

Implement strict access controls and monitoring for administrator accounts

🧯 If You Can't Patch

  • Implement network segmentation to restrict the WordPress server from accessing internal services
  • Deploy a web application firewall (WAF) with SSRF protection rules

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → User Language Switch version. If version is 1.6.10 or lower, you are vulnerable.

Check Version:

wp plugin get user-language-switch --field=version

Verify Fix Applied:

After updating, verify plugin version shows 1.6.11 or higher in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual outbound HTTP requests from WordPress server to internal IP addresses
  • Multiple failed authentication attempts on admin accounts
  • Requests to /wp-admin/admin-ajax.php with 'download_language' action

Network Indicators:

  • WordPress server making unexpected HTTP requests to internal services
  • Traffic to non-standard ports from WordPress server

SIEM Query:

source="wordpress.logs" AND (action="download_language" OR uri="/wp-admin/admin-ajax.php") AND (dest_ip=10.* OR dest_ip=172.16.* OR dest_ip=192.168.*)

🔗 References

📤 Share & Export