
ThickBox Content Security & Risk Analysis
wordpress.org/plugins/thickbox-contentThickBox Content provides a quick and easy way to insert any type of content into a thickbox (via page/post editor). It supports thickbox iFrame, Ajax …
Is ThickBox Content Safe to Use in 2026?
Generally Safe
Score 85/100ThickBox Content has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The "thickbox-content" plugin v1.1.0 exhibits a mixed security posture. On the positive side, the plugin has no recorded vulnerabilities (CVEs) and a very small attack surface, with only one AJAX handler. Crucially, all identified SQL queries are properly prepared, and there are no file operations or external HTTP requests, reducing common attack vectors. The presence of capability checks on all entry points is also a good security practice.
However, several significant concerns exist. The use of the deprecated and inherently insecure `create_function` is a major red flag, as it can lead to code injection vulnerabilities if user-supplied data is ever passed to it without strict sanitization. Furthermore, a concerning 0% of the plugin's output is properly escaped. This means that any data displayed to users, especially if it originates from user input or external sources, could be susceptible to Cross-Site Scripting (XSS) attacks.
The absence of nonce checks on the AJAX handler is another critical weakness. While capability checks are present, nonces are essential to prevent Cross-Site Request Forgery (CSRF) attacks, ensuring that requests are intentionally made by the user. The lack of taint analysis results is not necessarily a positive sign; it simply means none were performed or none were found with the tools used. In conclusion, despite a clean vulnerability history and a small attack surface, the plugin suffers from critical code quality issues (`create_function`) and significant security oversights (unescaped output, missing nonce checks) that expose it to potentially severe vulnerabilities.
Key Concerns
- Use of dangerous create_function
- Unescaped output detected
- Missing nonce checks on AJAX
- Bundled library (TinyMCE) potential for outdated versions
ThickBox Content Security Vulnerabilities
ThickBox Content Code Analysis
Dangerous Functions Found
Bundled Libraries
SQL Query Safety
Output Escaping
ThickBox Content Attack Surface
AJAX Handlers 1
WordPress Hooks 9
Maintenance & Trust
ThickBox Content Maintenance & Trust
Maintenance Signals
Community Trust
ThickBox Content Alternatives
Popping Content Light
popping-content-light
Custom popping layouts. Insert ready to use shortcodes in just a few clicks.
Grey Owl Lightbox
grey-owl-lightbox
Responsive lightbox plugin for images, galleries, videos, HTML and AJAX content with JavaScript event support.
Custom Post Type UI
custom-post-type-ui
Admin UI for creating custom content types like post types and taxonomies
Pods – Custom Content Types and Fields
pods
Pods is a framework for creating, managing, and deploying customized content types and fields for any project.
WP Video Lightbox
wp-video-lightbox
Very easy to use WordPress lightbox plugin to display YouTube and Vimeo videos in an elegant lightbox overlay.
ThickBox Content Developer Profile
2 plugins · 300 total installs
How We Detect ThickBox Content
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.