CVE-2025-9991
📋 TL;DR
The Tiny Bootstrap Elements Light WordPress plugin contains a Local File Inclusion vulnerability that allows unauthenticated attackers to include and execute arbitrary PHP files on the server. This can lead to remote code execution, data theft, and complete system compromise. All WordPress sites using this plugin up to version 4.3.34 are affected.
💻 Affected Systems
- Tiny Bootstrap Elements Light WordPress Plugin
⚠️ 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
Complete server compromise leading to data exfiltration, ransomware deployment, or persistent backdoor installation
Likely Case
Unauthenticated attackers achieve remote code execution to install web shells, steal sensitive data, or pivot to internal systems
If Mitigated
Limited impact if file uploads are restricted and web server permissions are properly configured
🎯 Exploit Status
Simple HTTP request manipulation required; exploit code is publicly available
🛠️ Fix & Mitigation
✅ Official Fix
Patch Version: 4.3.35 or later
Vendor Advisory: https://wordpress.org/plugins/tiny-bootstrap-elements-light/
Restart Required: No
Instructions:
1. Log into WordPress admin panel
2. Navigate to Plugins → Installed Plugins
3. Find Tiny Bootstrap Elements Light
4. Click 'Update Now' if available
5. If no update available, deactivate and delete the plugin
🔧 Temporary Workarounds
Disable vulnerable plugin
allTemporarily deactivate the Tiny Bootstrap Elements Light plugin
wp plugin deactivate tiny-bootstrap-elements-light
Web Application Firewall rule
allBlock requests containing malicious language parameter patterns
🧯 If You Can't Patch
- Immediately deactivate and remove the Tiny Bootstrap Elements Light plugin
- Implement strict file upload restrictions and disable PHP execution in upload directories
🔍 How to Verify
Check if Vulnerable:
Check WordPress admin panel → Plugins → Tiny Bootstrap Elements Light version
Check Version:
wp plugin get tiny-bootstrap-elements-light --field=version
Verify Fix Applied:
Verify plugin version is 4.3.35 or higher, or plugin is completely removed
📡 Detection & Monitoring
Log Indicators:
- HTTP requests to /wp-content/plugins/tiny-bootstrap-elements-light/assets/bootstrap-label.php with unusual language parameters
- Multiple failed file inclusion attempts
- Unexpected PHP file execution
Network Indicators:
- Unusual outbound connections from web server
- Traffic patterns suggesting data exfiltration
SIEM Query:
source="web_logs" AND uri="*bootstrap-label.php*" AND (param="language" OR param="lang") AND value!="en"
🔗 References
- https://plugins.svn.wordpress.org/tiny-bootstrap-elements-light/trunk/assets/bootstrap-label.php
- https://plugins.trac.wordpress.org/browser/tiny-bootstrap-elements-light/trunk/assets/bootstrap-label.php#L14
- https://www.wordfence.com/threat-intel/vulnerabilities/id/c1010470-63d4-49c5-9811-0e86fbeb57d5?source=cve