CVE-2026-22357

7.1 HIGH

📋 TL;DR

This is a reflected cross-site scripting (XSS) vulnerability in the Link Whisper Free WordPress plugin. Attackers can inject malicious scripts via crafted URLs that execute when victims visit those links. WordPress sites using vulnerable versions of this plugin are affected.

💻 Affected Systems

Products:
  • Link Whisper Free WordPress Plugin
Versions: All versions up to and including 0.9.0
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Only affects WordPress installations with the vulnerable plugin activated.

⚠️ 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 steal session cookies, redirect users to malicious sites, perform actions on behalf of authenticated users, or deface websites.

🟠

Likely Case

Attackers typically use this to steal session cookies and hijack administrator accounts, leading to site compromise.

🟢

If Mitigated

With proper input validation and output encoding, malicious scripts would be neutralized before execution.

🌐 Internet-Facing: HIGH
🏢 Internal Only: LOW

🎯 Exploit Status

Public PoC: ⚠️ Yes
Weaponized: LIKELY
Unauthenticated Exploit: ⚠️ Yes
Complexity: LOW

Reflected XSS vulnerabilities are commonly exploited via phishing emails or malicious links.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Versions after 0.9.0

Vendor Advisory: https://patchstack.com/database/Wordpress/Plugin/link-whisper/vulnerability/wordpress-link-whisper-free-plugin-0-9-0-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find Link Whisper Free. 4. Click 'Update Now' if available. 5. If no update is available, deactivate and delete the plugin.

🔧 Temporary Workarounds

Web Application Firewall (WAF)

all

Deploy a WAF with XSS protection rules to block malicious requests.

Content Security Policy (CSP)

all

Implement a strict CSP header to prevent script execution from untrusted sources.

🧯 If You Can't Patch

  • Deactivate and remove the Link Whisper Free plugin immediately.
  • Implement network segmentation to isolate the vulnerable WordPress instance.

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Installed Plugins for Link Whisper Free version 0.9.0 or earlier.

Check Version:

wp plugin list --name=link-whisper --field=version

Verify Fix Applied:

Verify the plugin version is greater than 0.9.0 or the plugin is removed.

📡 Detection & Monitoring

Log Indicators:

  • Unusual GET/POST requests with script tags or JavaScript in URL parameters
  • Multiple failed XSS attempts in web server logs

Network Indicators:

  • HTTP requests containing <script> tags or JavaScript in query strings
  • Traffic patterns showing users being redirected to suspicious URLs

SIEM Query:

source="web_server_logs" AND (url="*<script>*" OR url="*javascript:*")

🔗 References

📤 Share & Export