ACF Additional Hint Security & Risk Analysis

wordpress.org/plugins/acf-additional-hint

This plugin enables you to add hint text in ACF field.

10 active installs v1.3 PHP 5.6+ WP 4.6+ Updated Jan 22, 2021
acfadvancedcustomfieldfields
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is ACF Additional Hint Safe to Use in 2026?

Generally Safe

Score 85/100

ACF Additional Hint 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 'acf-additional-hint' plugin version 1.3 presents a mixed security profile. On the positive side, the plugin exhibits no known vulnerabilities (CVEs) and has a minimal attack surface with no registered AJAX handlers, REST API routes, shortcodes, or cron events. Furthermore, all identified SQL queries utilize prepared statements, and there are no file operations or external HTTP requests, indicating good practices in these areas. Taint analysis also revealed no unsanitized paths or critical/high severity flows.

However, a significant concern arises from the output escaping. With 3 total outputs and 0% properly escaped, this indicates a strong potential for Cross-Site Scripting (XSS) vulnerabilities. If user-supplied data or dynamic content is displayed without proper sanitization, attackers could inject malicious scripts. Additionally, the complete absence of nonce checks and capability checks on any potential (though currently undocumented) entry points means that even if new entry points were to be introduced in the future, they would likely be unprotected, posing a risk of unauthorized actions or access.

In conclusion, while the plugin demonstrates strengths in its limited attack surface, secure SQL practices, and lack of historical vulnerabilities, the critical issue of unescaped output is a major weakness. The absence of nonces and capability checks, while not immediately exploitable due to the current lack of entry points, represents a latent risk. Developers should prioritize addressing the output escaping and consider implementing robust authentication and authorization checks for any future additions to the plugin's functionality.

Key Concerns

  • Unescaped output found
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

ACF Additional Hint Security Vulnerabilities

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

ACF Additional Hint Code Analysis

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

Output Escaping

0% escaped3 total outputs
Attack Surface

ACF Additional Hint Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 3
actionacf/render_field_settingsacf-additional-hint.php:49
actionacf/input/admin_enqueue_scriptsacf-additional-hint.php:50
actionacf/render_fieldacf-additional-hint.php:51
Maintenance & Trust

ACF Additional Hint Maintenance & Trust

Maintenance Signals

WordPress version tested5.6.17
Last updatedJan 22, 2021
PHP min version5.6
Downloads4K

Community Trust

Rating80/100
Number of ratings1
Active installs10
Developer Profile

ACF Additional Hint Developer Profile

PRESSMAN

20 plugins · 100 total installs

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

How We Detect ACF Additional Hint

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/acf-additional-hint/css/style.css/wp-content/plugins/acf-additional-hint/js/main.js
Script Paths
/wp-content/plugins/acf-additional-hint/js/main.js
Version Parameters
acf-additional-hint/css/style.css?ver=acf-additional-hint/js/main.js?ver=

HTML / DOM Fingerprints

CSS Classes
btn-areabtn-texthint-btnswitch-circlehint-textacf-hint-tooltiphint-icondashicons-editor-help+1 more
Data Attributes
data-iddata-key
Shortcode Output
<div class="btn-area"> <span class="btn-text">HELP</span> <div class="hint-btn" data-id="" data-key=""> <div class="switch-circle"></div> </div> </div><div class="hint-text" data-key="
FAQ

Frequently Asked Questions about ACF Additional Hint