CVE-2025-5237

6.4 MEDIUM

📋 TL;DR

This stored XSS vulnerability in the Target Video Easy Publish WordPress plugin allows authenticated attackers with Contributor access or higher to inject malicious scripts via the 'width' parameter. The scripts execute when users view compromised pages, potentially compromising visitor accounts. All WordPress sites using plugin versions up to 3.8.5 are affected.

💻 Affected Systems

Products:
  • Target Video Easy Publish WordPress Plugin
Versions: All versions up to and including 3.8.5
Operating Systems: All operating systems running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin enabled. Contributor role or higher access 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 session cookies, redirect users to malicious sites, deface websites, or install backdoors leading to complete site compromise.

🟠

Likely Case

Attackers with contributor access inject malicious scripts to steal user session cookies, potentially compromising user accounts and spreading malware.

🟢

If Mitigated

With proper user role management and content review workflows, impact is limited to defacement or minor data leakage from low-privileged accounts.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires authenticated access with at least Contributor privileges. The vulnerability is well-documented with public references.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.8.6 or later

Vendor Advisory: https://wordpress.org/plugins/brid-video-easy-publish/#developers

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find 'Target Video Easy Publish' plugin. 4. Click 'Update Now' if available. 5. Alternatively, download version 3.8.6+ from WordPress repository and manually update.

🔧 Temporary Workarounds

Disable vulnerable plugin

all

Temporarily deactivate the Target Video Easy Publish plugin until patched

wp plugin deactivate brid-video-easy-publish

Restrict user roles

all

Temporarily remove Contributor role access or implement content moderation

🧯 If You Can't Patch

  • Implement strict user role management - limit Contributor accounts to trusted users only
  • Enable WordPress security plugins with XSS protection and implement content review workflows

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Installed Plugins → Target Video Easy Publish version number

Check Version:

wp plugin get brid-video-easy-publish --field=version

Verify Fix Applied:

Verify plugin version is 3.8.6 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual POST requests to plugin endpoints with script tags in width parameter
  • Multiple failed login attempts followed by successful Contributor login

Network Indicators:

  • Outbound connections to suspicious domains from WordPress server
  • Unusual traffic patterns to plugin-specific endpoints

SIEM Query:

source="wordpress" AND (uri_path="/wp-admin/admin-ajax.php" OR uri_path CONTAINS "brid-video") AND (param="width" AND value CONTAINS "<script>")

🔗 References

📤 Share & Export