
Express It Security & Risk Analysis
wordpress.org/plugins/express-itExpress it adds like/dislike button to your post. It lets your reader like/dislike your post, to let you know how they feel about your post.
Is Express It Safe to Use in 2026?
Generally Safe
Score 85/100Express It has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The 'express-it' plugin v1.0.2 presents a significant security risk due to its exposed attack surface. All four identified AJAX handlers lack proper authentication checks, meaning any unauthenticated user could potentially trigger these actions. This is a major concern as it creates a wide opening for attackers to exploit potential vulnerabilities within these handlers.
While the static analysis shows no dangerous functions, external HTTP requests, or file operations, and all output is properly escaped, these strengths are overshadowed by the lack of security on the entry points. The plugin also uses raw SQL queries for all database interactions, which, without prepared statements, is a substantial risk for SQL injection vulnerabilities, even though none have been flagged by taint analysis. The absence of any vulnerability history, while seemingly positive, might also indicate a lack of rigorous security testing or discovery, rather than inherent security.
In conclusion, the plugin has some good security practices in output escaping, but the critical failure to secure its AJAX handlers and the reliance on un-prepared SQL queries make it a high-risk plugin. The lack of recorded vulnerabilities does not negate the inherent risks identified in the code analysis. Users should be extremely cautious and prioritize updates if security patches address these core issues.
Key Concerns
- AJAX handlers without authentication checks
- SQL queries without prepared statements
- No nonce checks on AJAX handlers
- No capability checks on AJAX handlers
Express It Security Vulnerabilities
Express It Code Analysis
SQL Query Safety
Output Escaping
Express It Attack Surface
AJAX Handlers 4
WordPress Hooks 3
Maintenance & Trust
Express It Maintenance & Trust
Maintenance Signals
Community Trust
Express It Alternatives
Solid Post Likes
solid-post-likes
A like button for all post types. Solid and simple.
CS Likes Counter
cs-likes-counter
Show multiple Likes Counter on your website.
Lyket like buttons
lyket-like-buttons
Lyket like buttons lets you add beautiful clap, like and dislike buttons on your Wordpress website.
Favorites
favorites
Favorites for any post type. Easily add favoriting/liking, wishlists, or any other similar functionality using the developer-friendly API.
Easy Social Like Box – Popup – Sidebar Widget
cardoza-facebook-like-box
WP Facebook Like Box Plugin enables you to display the facebook page likes in sidebar widget or popup. Display like button for the posts.
Express It Developer Profile
1 plugin · 10 total installs
How We Detect Express It
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/express-it/inc/express-it.js/wp-content/plugins/express-it/inc/style.css/wp-content/plugins/express-it/inc/express-it.jsexpress-it/inc/style.css?ver=express-it/inc/express-it.js?ver=HTML / DOM Fingerprints
<!--
* Security : https://codex.wordpress.org/Writing_a_Plugin
--><!--
* Security Check : Likes must not be smaller than 0
--><!--
* NO Record Found!
*
* Create a new row and insert the data.
*
--><!--
*
* Record Found!
*
* Increment the Likes in the Row
*
* If value == 1 then Increment Else Decrement
-->+10 more