ACFist Security & Risk Analysis

wordpress.org/plugins/acfist

Empower ACF with more features.

0 active installs v1.0.1 PHP 5.6+ WP 4.7+ Updated Aug 4, 2021
acf
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is ACFist Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 4yr ago
Risk Assessment

The plugin "acfist" v1.0.1 demonstrates a seemingly strong security posture in several key areas. The static analysis reveals no direct attack surface through common entry points like AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, the code appears to use prepared statements exclusively for its SQL queries, which is a significant plus for preventing SQL injection vulnerabilities. The absence of external HTTP requests and file operations also reduces the potential for remote code execution or data leakage.

However, a critical concern arises from the complete lack of output escaping. With two total outputs identified and 0% properly escaped, there is a significant risk of Cross-Site Scripting (XSS) vulnerabilities. Any data displayed to users that originates from user input or external sources is likely to be vulnerable. The absence of nonce checks and capability checks on the limited entry points (though there are none, this absence is concerning should any be introduced later) also points to a potential weakness in authentication and authorization if the attack surface were to expand.

The vulnerability history is clean, with no known CVEs, which is positive. This could indicate either diligent development practices or simply a lack of past scrutiny or exploitation attempts. Nevertheless, the current static analysis, particularly the unescaped output, presents a tangible and immediate risk that outweighs the clean vulnerability history. The plugin's strengths lie in its limited attack surface and secure database interactions, but its weakness in output sanitization is a severe oversight.

Key Concerns

  • Output escaping missing for all outputs
  • No nonce checks implemented
  • No capability checks implemented
Vulnerabilities
None known

ACFist Security Vulnerabilities

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

ACFist Code Analysis

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

Output Escaping

0% escaped2 total outputs
Attack Surface

ACFist Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 6
actionplugins_loadedacfist.php:45
actionadmin_initacfist.php:57
actionload-edit.phpincludes\admin-column\class.php:31
filteracf/load_valueincludes\admin-column\class.php:83
actionacfist/admin_columns/fieldsincludes\admin-column\return-formats\base.php:12
filteracfist/admin_columns/fields/return_format_optionsincludes\admin-column\return-formats\base.php:13
Maintenance & Trust

ACFist Maintenance & Trust

Maintenance Signals

WordPress version tested5.8.13
Last updatedAug 4, 2021
PHP min version5.6
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

ACFist Developer Profile

WPizard

4 plugins · 0 total installs

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

How We Detect ACFist

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

Asset Fingerprints

HTML / DOM Fingerprints

CSS Classes
plugin-update-trnotice-errornotice-alt
Data Attributes
data-slugdata-plugin
FAQ

Frequently Asked Questions about ACFist