Pro Like Button Security & Risk Analysis

wordpress.org/plugins/prolike-button

Adds buttons to posts with the ability to sort them.

10 active installs v1.0.4 PHP 5.2.4+ WP 2.8+ Updated Oct 24, 2020
likelike-buttonratingvotevoting
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Pro Like Button Safe to Use in 2026?

Generally Safe

Score 85/100

Pro Like Button has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 5yr ago
Risk Assessment

The 'prolike-button' v1.0.4 plugin demonstrates a generally good security posture with a limited attack surface and no recorded vulnerabilities. The static analysis indicates that all identified entry points (AJAX handlers and shortcodes) are protected by some form of authentication or permission check. Notably, there are no dangerous functions used, no file operations, and no external HTTP requests, which are positive signs for security. The plugin also implements a nonce check, a crucial security measure. However, there are areas for improvement. The high percentage of SQL queries (91%) not using prepared statements is a significant concern, potentially exposing the plugin to SQL injection vulnerabilities. Furthermore, with only 65% of output properly escaped, there's a risk of Cross-Site Scripting (XSS) vulnerabilities if user-supplied data is not handled carefully. While the plugin has no known vulnerabilities historically, the potential for SQL injection and XSS due to insufficient prepared statements and output escaping remains a notable weakness. In conclusion, while the plugin is free of known exploits and maintains a small attack surface, the lack of robust SQL query preparation and complete output escaping necessitates caution.

Key Concerns

  • SQL queries not using prepared statements
  • Output not properly escaped
Vulnerabilities
None known

Pro Like Button Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Code Analysis
Analyzed Mar 17, 2026

Pro Like Button Code Analysis

Dangerous Functions
0
Raw SQL Queries
21
2 prepared
Unescaped Output
25
47 escaped
Nonce Checks
1
Capability Checks
0
File Operations
0
External Requests
0
Bundled Libraries
0

SQL Query Safety

9% prepared23 total queries

Output Escaping

65% escaped72 total outputs
Attack Surface

Pro Like Button Attack Surface

Entry Points3
Unprotected0

AJAX Handlers 2

authwp_ajax_idinclude\enqueue-front.php:15
noprivwp_ajax_idinclude\enqueue-front.php:16

Shortcodes 1

[prolikebutton_shortcode] front-likes.php:166
WordPress Hooks 12
filtermanage_posts_columnsadmin_post_field.php:2
filtermanage_post_posts_custom_columnadmin_post_field.php:10
actionadmin_headadmin_post_field.php:25
filtermanage_edit-post_sortable_columnsadmin_post_field.php:32
filterposts_clausesadmin_post_field.php:38
filterthe_contentfront-likes.php:163
actionadmin_headinclude\enqueue-admin.php:19
actionwp_enqueue_scriptsinclude\enqueue-front.php:6
actionwp_enqueue_scriptsinclude\enqueue-front.php:12
actionwp_enqueue_scriptsinclude\enqueue-front.php:18
actionadmin_menuindex.php:59
actionadmin_initindex.php:431
Maintenance & Trust

Pro Like Button Maintenance & Trust

Maintenance Signals

WordPress version tested5.5.18
Last updatedOct 24, 2020
PHP min version5.2.4
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

Pro Like Button Developer Profile

protsport4991

2 plugins · 20 total installs

89
trust score
Avg Security Score
93/100
Avg Patch Time
30 days
View full developer profile
Detection Fingerprints

How We Detect Pro Like Button

Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.

Asset Fingerprints

Asset Paths
/wp-content/plugins/prolike-button/assets/css/admin_style.css/wp-content/plugins/prolike-button/assets/css/font-awesome.min.css/wp-content/plugins/prolike-button/assets/css/style.css/wp-content/plugins/prolike-button/assets/js/admin_script.js/wp-content/plugins/prolike-button/assets/js/script.js
Script Paths
/wp-content/plugins/prolike-button/assets/js/admin_script.js/wp-content/plugins/prolike-button/assets/js/script.js
Version Parameters
prolike-button/assets/css/admin_style.css?ver=prolike-button/assets/css/font-awesome.min.css?ver=prolike-button/assets/css/style.css?ver=prolike-button/assets/js/admin_script.js?ver=prolike-button/assets/js/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
plb_prolike_buttonplb_custom_csswrapp_image_admin_likewrapp_image_admin_dislikeupload_buttonplb_like_button_wrapperplb_dislike_button_wrapperplb-button-text+1 more
HTML Comments
<!-- ProLike Button Custom CSS -->
Data Attributes
id="upload-button_like"id="upload_image_like"name="plb_background-image-field-like"id="remove_button_like"id="upload-button_dislike"id="upload_image_dislike"+5 more
JS Globals
plb_ajax_object
Shortcode Output
[plb_like_button]
FAQ

Frequently Asked Questions about Pro Like Button