ACF: Star Rating Field Security & Risk Analysis

wordpress.org/plugins/acf-starrating

"Star rating" field. Add-on to Advanced Custom Fields plugin.

300 active installs v1.0.2 PHP + WP 3.5+ Updated Mar 22, 2015
acfacf4advanced-custom-fieldsratestar-rating
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is ACF: Star Rating Field Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 11yr ago
Risk Assessment

The acf-starrating plugin version 1.0.2 presents a mixed security posture. On the positive side, it boasts a small attack surface with only two AJAX handlers, and crucially, none of these entry points are unprotected by authentication checks. Furthermore, the plugin demonstrates a strong commitment to data integrity by utilizing prepared statements for 92% of its SQL queries, and there's a single nonce check present, indicating some awareness of cross-site request forgery prevention. The complete absence of known CVEs and a clean vulnerability history are also significant strengths.

However, there are notable areas of concern. The taint analysis reveals three flows with unsanitized paths, all flagged as high severity. This suggests that user-supplied data might be making its way into sensitive operations without adequate sanitization, posing a potential risk. Compounding this, the plugin exhibits very poor output escaping practices, with only 11% of outputs being properly escaped. This significantly increases the likelihood of cross-site scripting (XSS) vulnerabilities, especially when combined with the unsanitized data flows.

In conclusion, while the plugin has strengths in its limited attack surface, lack of critical CVEs, and use of prepared statements, the high-severity unsanitized taint flows and extremely low rate of output escaping represent significant security weaknesses. These issues could be exploited to achieve arbitrary code execution or inject malicious scripts, despite the existing authentication and nonce checks. Mitigation of these output escaping and data sanitization issues should be a priority.

Key Concerns

  • High severity unsanitized taint flows
  • Low output escaping rate
  • No capability checks on entry points
Vulnerabilities
None known

ACF: Star Rating Field Security Vulnerabilities

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

ACF: Star Rating Field Code Analysis

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

SQL Query Safety

92% prepared24 total queries

Output Escaping

11% escaped9 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
acf_srf_callback (functions.php:9)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

ACF: Star Rating Field Attack Surface

Entry Points2
Unprotected0

AJAX Handlers 2

authwp_ajax_acf_srffunctions.php:98
noprivwp_ajax_acf_srffunctions.php:99
WordPress Hooks 8
actionacf/register_fieldsacf-starrating.php:57
actionwp_enqueue_scriptsacf-starrating.php:145
actionadmin_enqueue_scriptsacf-starrating.php:146
actioninitacf-starrating.php:156
actiondelete_useracf-starrating.php:167
actiondelete_postacf-starrating.php:174
actiondelete_attachmentacf-starrating.php:175
actiondelete_termacf-starrating.php:182
Maintenance & Trust

ACF: Star Rating Field Maintenance & Trust

Maintenance Signals

WordPress version tested4.1.42
Last updatedMar 22, 2015
PHP min version
Downloads9K

Community Trust

Rating88/100
Number of ratings8
Active installs300
Developer Profile

ACF: Star Rating Field Developer Profile

lienann

1 plugin · 300 total installs

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

How We Detect ACF: Star Rating Field

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/acf-starrating/css/jquery.rating.css/wp-content/plugins/acf-starrating/js/jquery.rating.js
Script Paths
/wp-content/plugins/acf-starrating/js/jquery.rating.js
Version Parameters
acf-starrating/css/jquery.rating.css?ver=acf-starrating/js/jquery.rating.js?ver=

HTML / DOM Fingerprints

CSS Classes
acf-srf-ratingacf-srf-staracf-srf-stars-wrapper
Data Attributes
data-field_keydata-post_iddata-vote_id
JS Globals
srfajaxobjectL10n
REST Endpoints
/wp-json/acf-starrating/v1/settings
FAQ

Frequently Asked Questions about ACF: Star Rating Field