CVE-2025-13843

6.4 MEDIUM

📋 TL;DR

This vulnerability allows authenticated WordPress users with Contributor-level access or higher to inject malicious scripts into website pages via the 'float' parameter in the VigLink SpotLight plugin's shortcode. The injected scripts execute whenever users visit the compromised pages, enabling session hijacking, defacement, or malware distribution. All WordPress sites using this plugin up to version 1.0.a are affected.

💻 Affected Systems

Products:
  • VigLink SpotLight By ShortCode WordPress Plugin
Versions: All versions up to and including 1.0.a
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin enabled. Contributor-level access or higher is needed for exploitation.

⚠️ 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 administrator credentials, redirect users to malicious sites, install backdoors, or completely compromise the WordPress site and potentially the underlying server.

🟠

Likely Case

Attackers with contributor access inject malicious scripts to steal user session cookies, display fraudulent content, or redirect users to phishing pages.

🟢

If Mitigated

With proper user access controls and content security policies, impact is limited to defacement or temporary disruption of affected pages.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access but is technically simple - attackers just need to inject malicious scripts via the 'float' parameter in shortcodes.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: Not available

Vendor Advisory: https://plugins.trac.wordpress.org/browser/viglink-spotlight-by-shortcode

Restart Required: No

Instructions:

1. Immediately disable and remove the VigLink SpotLight By ShortCode plugin. 2. Check WordPress admin for any malicious content. 3. Consider using alternative plugins for similar functionality.

🔧 Temporary Workarounds

Disable Plugin

all

Deactivate and delete the vulnerable plugin from WordPress

Navigate to WordPress admin > Plugins > Installed Plugins > Deactivate and Delete VigLink SpotLight By ShortCode

Restrict User Roles

all

Limit contributor and author permissions or implement stricter access controls

Use WordPress role management plugins to restrict shortcode usage capabilities

🧯 If You Can't Patch

  • Implement Content Security Policy (CSP) headers to restrict script execution
  • Regularly audit user-generated content and shortcode usage for malicious scripts

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin > Plugins > Installed Plugins for 'VigLink SpotLight By ShortCode' version 1.0.a or earlier

Check Version:

wp plugin list --name='viglink-spotlight-by-shortcode' --field=version

Verify Fix Applied:

Confirm the plugin is no longer installed or active in WordPress plugins list

📡 Detection & Monitoring

Log Indicators:

  • Unusual shortcode modifications in post/page edits
  • Multiple failed login attempts followed by successful contributor login

Network Indicators:

  • Unexpected script tags in page responses containing 'float' parameter manipulation

SIEM Query:

source="wordpress" AND (plugin="viglink-spotlight-by-shortcode" OR shortcode="spotlight") AND parameter="float"

🔗 References

📤 Share & Export