CVE-2024-13561

6.4 MEDIUM

📋 TL;DR

This stored XSS vulnerability in the Target Video Easy Publish WordPress plugin allows authenticated attackers with contributor-level access or higher to inject malicious scripts into website pages. When users visit compromised pages, the scripts execute in their browsers, potentially stealing credentials or performing unauthorized actions. All WordPress sites using this plugin version 3.8.3 or earlier are affected.

💻 Affected Systems

Products:
  • Target Video Easy Publish WordPress Plugin
Versions: All versions up to and including 3.8.3
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with the vulnerable plugin enabled. Contributor-level authentication is required 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, deface websites, redirect users to malicious sites, or perform actions on behalf of authenticated users, potentially leading to complete site compromise.

🟠

Likely Case

Attackers with contributor access inject malicious scripts that steal user session cookies or credentials when visitors view affected pages, leading to account takeover or data theft.

🟢

If Mitigated

With proper user access controls and content security policies, impact is limited to defacement or minor data leakage from affected pages only.

🌐 Internet-Facing: HIGH
🏢 Internal Only: MEDIUM

🎯 Exploit Status

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

Exploitation requires contributor-level WordPress access. The vulnerability is in a shortcode handler, making injection straightforward once authenticated.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 3.8.4

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' and click 'Update Now'. 4. Verify plugin version shows 3.8.4 or higher.

🔧 Temporary Workarounds

Disable Plugin

all

Temporarily disable the vulnerable plugin until patching is possible

wp plugin deactivate brid-video-easy-publish

Restrict User Roles

all

Remove contributor-level access from untrusted users

🧯 If You Can't Patch

  • Remove contributor and author roles from all untrusted users
  • Implement Content Security Policy (CSP) headers to restrict script execution

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin panel → Plugins → Installed Plugins for 'Target Video Easy Publish' version 3.8.3 or lower

Check Version:

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

Verify Fix Applied:

Verify plugin version shows 3.8.4 or higher in WordPress admin panel

📡 Detection & Monitoring

Log Indicators:

  • Unusual shortcode usage in post/page content
  • Multiple content updates from contributor-level users
  • Suspicious script tags in post/page revisions

Network Indicators:

  • Unexpected external script loads from WordPress pages
  • Suspicious outbound connections from user browsers after visiting specific pages

SIEM Query:

source="wordpress" AND (plugin="brid-video-easy-publish" AND version<="3.8.3") OR (event="post_update" AND user_role="contributor" AND content CONTAINS "brid_override_yt")

🔗 References

📤 Share & Export