CVE-2025-5290
📋 TL;DR
The Borderless Elementor Addons plugin for WordPress has a stored XSS vulnerability in the 'title' parameter. Authenticated attackers with Contributor access or higher can inject malicious scripts that execute when users view compromised pages. This affects all versions up to 1.7.1.
💻 Affected Systems
- Borderless – Elementor Addons and Templates
⚠️ 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.
- Review the CVE details at NVD
- Check vendor security advisories for your specific version
- Test if the vulnerability is exploitable in your environment
- Consider updating to the latest version as a precaution
⚠️ Risk & Real-World Impact
Worst Case
Attackers could steal admin 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, perform actions on behalf of users, or display unwanted content.
If Mitigated
With proper input validation and output escaping, the vulnerability would be prevented, and only sanitized content would be displayed.
🎯 Exploit Status
Exploitation requires authenticated access but is straightforward once an attacker has Contributor privileges.
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: Version 1.7.2 or later
Vendor Advisory: https://plugins.trac.wordpress.org/browser/borderless
Restart Required: No
Instructions:
1. Log into WordPress admin panel. 2. Navigate to Plugins > Installed Plugins. 3. Find 'Borderless – Elementor Addons and Templates'. 4. Click 'Update Now' if available, or manually update via FTP/SSH. 5. Verify the plugin version is 1.7.2 or higher.
🔧 Temporary Workarounds
Remove Contributor Access
allTemporarily restrict Contributor-level user roles to prevent exploitation.
Disable Plugin
linuxDeactivate the Borderless plugin until patched.
wp plugin deactivate borderless
🧯 If You Can't Patch
- Implement strict input validation and output escaping in custom code.
- Use a web application firewall (WAF) to block XSS payloads.
🔍 How to Verify
Check if Vulnerable:
Check the plugin version in WordPress admin under Plugins > Installed Plugins. If version is 1.7.1 or lower, it is vulnerable.
Check Version:
wp plugin get borderless --field=version
Verify Fix Applied:
After updating, confirm the plugin version is 1.7.2 or higher in the WordPress admin panel.
📡 Detection & Monitoring
Log Indicators:
- Unusual POST requests to plugin endpoints with script tags in parameters.
- Multiple failed login attempts followed by successful Contributor-level access.
Network Indicators:
- Inbound traffic with JavaScript payloads in 'title' parameter to plugin-related URLs.
SIEM Query:
source="wordpress.log" AND ("borderless" OR "elementor") AND ("script" OR "onerror" OR "javascript:")
🔗 References
- https://plugins.trac.wordpress.org/browser/borderless/trunk/assets/scripts/borderless-elementor.min.js#L230
- https://plugins.trac.wordpress.org/browser/borderless/trunk/assets/scripts/borderless-elementor.min.js#L288
- https://plugins.trac.wordpress.org/browser/borderless/trunk/assets/scripts/borderless-elementor.min.js#L72
- https://plugins.trac.wordpress.org/browser/borderless/trunk/modules/elementor/widgets/circular-progress-bar.php#L433
- https://plugins.trac.wordpress.org/browser/borderless/trunk/modules/elementor/widgets/progress-bar.php#L417
- https://plugins.trac.wordpress.org/browser/borderless/trunk/modules/elementor/widgets/semi-circular-progress-bar.php#L410
- https://plugins.trac.wordpress.org/changeset/3302155/
- https://www.wordfence.com/threat-intel/vulnerabilities/id/4492aede-b68d-46b8-955f-81ebdc875921?source=cve