Post Star Security & Risk Analysis

wordpress.org/plugins/post-star

Plugin allows users to mark the number of stars of each post and display the average.

10 active installs v1.0 PHP + WP 3.8+ Updated Jan 8, 2014
post-ratespost-starratesratingstar-post
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Post Star Safe to Use in 2026?

Generally Safe

Score 85/100

Post Star has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 12yr ago
Risk Assessment

The "post-star" v1.0 plugin presents a significant security risk due to its unprotected AJAX endpoints. The static analysis reveals two AJAX handlers, neither of which implements any form of authentication or authorization checks. This means any unauthenticated user could potentially trigger these handlers, leading to unintended actions or data manipulation within the WordPress site. Furthermore, the complete absence of SQL prepared statements and proper output escaping across all identified SQL queries and output points is a major concern. This directly exposes the plugin to SQL injection and Cross-Site Scripting (XSS) vulnerabilities, allowing attackers to execute malicious code or steal sensitive data. The lack of any recorded vulnerability history might suggest a lack of past exploitation or a recent release, but it does not mitigate the immediate risks identified in the current code. The plugin's strengths lie in its minimal attack surface beyond the AJAX handlers and the absence of dangerous functions or file operations, but these are heavily outweighed by the critical security flaws.

Key Concerns

  • Unprotected AJAX handlers
  • SQL queries without prepared statements
  • Output not properly escaped
  • Missing nonce checks on AJAX handlers
  • Missing capability checks on AJAX handlers
Vulnerabilities
None known

Post Star Security Vulnerabilities

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

Post Star Code Analysis

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

Bundled Libraries

jQuery

SQL Query Safety

0% prepared3 total queries

Output Escaping

0% escaped3 total outputs
Attack Surface
2 unprotected

Post Star Attack Surface

Entry Points2
Unprotected2

AJAX Handlers 2

authwp_ajax_add_ratepost-star.php:29
noprivwp_ajax_add_ratepost-star.php:30
WordPress Hooks 3
actioninitpost-star.php:27
actionwp_footerpost-star.php:28
actionwp_enqueue_scriptspost-star.php:31
Maintenance & Trust

Post Star Maintenance & Trust

Maintenance Signals

WordPress version tested3.7.41
Last updatedJan 8, 2014
PHP min version
Downloads2K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Post Star Developer Profile

Leo Baiano

7 plugins · 840 total installs

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

How We Detect Post Star

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/post-star/libs/jrating/jRating.jquery.css/wp-content/plugins/post-star/libs/jrating/jRating.jquery.js/wp-content/plugins/post-star/libs/jrating/icons/stars.png
Script Paths
/wp-content/plugins/post-star/libs/jrating/jRating.jquery.js

HTML / DOM Fingerprints

CSS Classes
lb_ps_containerlb_ps_rating
Data Attributes
data-averagedata-iddata-urlAdmin
JS Globals
jQuery
REST Endpoints
/wp-json/...
Shortcode Output
<section class="lb_ps_container"><div class="lb_ps_rating"
FAQ

Frequently Asked Questions about Post Star