CVE-2025-11267

6.4 MEDIUM

📋 TL;DR

This vulnerability allows authenticated WordPress users with Contributor-level access or higher to inject malicious JavaScript into website pages via the Custom CSS field in the VK All in One Expansion Unit plugin. The injected scripts execute whenever users visit affected pages, enabling session hijacking, defacement, or malware distribution. All WordPress sites using vulnerable plugin versions are affected.

💻 Affected Systems

Products:
  • VK All in One Expansion Unit WordPress Plugin
Versions: All versions up to and including 9.112.1
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress with the plugin installed and at least one user with Contributor role or higher.

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

🟠

Likely Case

Attackers inject malicious scripts to steal user session cookies, redirect visitors to phishing pages, or display unwanted advertisements/content.

🟢

If Mitigated

With proper input validation and output escaping, the CSS field would only accept legitimate CSS code, preventing script execution.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access but is straightforward once an attacker has Contributor-level credentials.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 9.112.2 or later

Vendor Advisory: https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=3393317%40vk-all-in-one-expansion-unit%2Ftrunk&old=3385606%40vk-all-in-one-expansion-unit%2Ftrunk&sfp_email=&sfph_mail=

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'VK All in One Expansion Unit'. 4. Click 'Update Now' if available, or download version 9.112.2+ from WordPress.org. 5. Activate the updated plugin.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily deactivate the vulnerable plugin until patched

wp plugin deactivate vk-all-in-one-expansion-unit

Restrict User Roles

all

Remove Contributor role access or limit who can edit CSS

🧯 If You Can't Patch

  • Implement Web Application Firewall (WAF) rules to block XSS payloads in POST requests to admin-ajax.php or similar endpoints
  • Monitor and audit user accounts with Contributor+ roles for suspicious activity

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → VK All in One Expansion Unit → Version. If version is 9.112.1 or lower, you are vulnerable.

Check Version:

wp plugin get vk-all-in-one-expansion-unit --field=version

Verify Fix Applied:

After updating, verify plugin version is 9.112.2 or higher in WordPress admin panel.

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to admin-ajax.php with '_veu_custom_css' parameter containing script tags
  • Multiple failed login attempts followed by successful Contributor-level login

Network Indicators:

  • Unexpected JavaScript loading from WordPress admin paths
  • External script calls from CSS customization endpoints

SIEM Query:

source="wordpress.log" AND "_veu_custom_css" AND ("<script" OR "javascript:")

🔗 References

📤 Share & Export