CVE-2025-12803

6.4 MEDIUM

📋 TL;DR

The Bold Page Builder WordPress plugin has a stored XSS vulnerability in its 'bt_bb_tabs' shortcode. Authenticated attackers with contributor-level access or higher can inject malicious scripts that execute when users view compromised pages. This affects all WordPress sites using the plugin up to version 5.5.1.

💻 Affected Systems

Products:
  • Bold Page Builder WordPress Plugin
Versions: All versions up to and including 5.5.1
Operating Systems: Any OS running WordPress
Default Config Vulnerable: ⚠️ Yes
Notes: Requires WordPress installation with Bold Page Builder plugin enabled. Contributor-level access or higher 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, deface websites, redirect users to malicious sites, or install backdoors for persistent access.

🟠

Likely Case

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

🟢

If Mitigated

With proper user role management and content review, impact is limited to potential defacement of specific pages.

🌐 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. Public proof-of-concept exists in vulnerability reports.

🛠️ Fix & Mitigation

✅ Official Fix

Patch Version: 5.5.2 or later

Vendor Advisory: https://plugins.trac.wordpress.org/browser/bold-page-builder

Restart Required: No

Instructions:

1. Log into WordPress admin panel. 2. Navigate to Plugins → Installed Plugins. 3. Find Bold Page Builder and click 'Update Now'. 4. Verify update to version 5.5.2 or higher.

🔧 Temporary Workarounds

Disable Contributor Content Publishing

all

Temporarily restrict contributor users from publishing content until patch is applied.

Use WordPress role management plugins or custom code to modify contributor capabilities

Remove Shortcode Usage

all

Disable or remove usage of the vulnerable 'bt_bb_tabs' shortcode from all pages and posts.

Search and remove [bt_bb_tabs] shortcode from all WordPress content

🧯 If You Can't Patch

  • Implement strict user role management - limit contributor accounts to trusted users only
  • Enable web application firewall with XSS protection rules

🔍 How to Verify

Check if Vulnerable:

Check WordPress admin → Plugins → Bold Page Builder version. If version is 5.5.1 or lower, system is vulnerable.

Check Version:

wp plugin list --name=bold-page-builder --field=version

Verify Fix Applied:

After update, verify Bold Page Builder version is 5.5.2 or higher in WordPress plugins list.

📡 Detection & Monitoring

Log Indicators:

  • Unusual content modifications by contributor users
  • Multiple failed login attempts followed by successful contributor login

Network Indicators:

  • Unexpected script tags in page responses containing 'bt_bb_tabs' attributes

SIEM Query:

source="wordpress" AND (event="plugin_update" AND plugin="bold-page-builder" AND version<="5.5.1") OR (event="content_modified" AND user_role="contributor")

🔗 References

📤 Share & Export