Custom Fields Notifications Security & Risk Analysis

wordpress.org/plugins/custom-fields-notifications

A tiny plugin which allows to use wordpress custom fileds in notification boxes.

10 active installs v1.0.1 PHP + WP 3.1+ Updated Oct 3, 2014
custom-fields-messagenotificationswordpress-custom-fieldswordpress-notifications-box
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Custom Fields Notifications Safe to Use in 2026?

Generally Safe

Score 85/100

Custom Fields Notifications 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 "custom-fields-notifications" plugin v1.0.1 exhibits a mixed security posture. On the positive side, the plugin demonstrates good practices in its handling of SQL queries, exclusively using prepared statements, and has no recorded vulnerabilities or CVEs, suggesting a history of stable and likely secure code. It also lacks external HTTP requests and file operations, reducing common attack vectors.

However, significant concerns arise from the static analysis. The absence of any nonce checks and capability checks, combined with the fact that 0% of its outputs are properly escaped, presents a notable risk. While the attack surface is currently small and appears to have no unauthenticated entry points, the lack of essential security mechanisms like nonces and output escaping makes the existing entry points susceptible to vulnerabilities if any untrusted data is processed or displayed. The taint analysis showing zero flows is positive but might be incomplete if the analysis scope was limited.

Overall, the plugin's lack of documented vulnerabilities is a strength, but the identified weaknesses in output escaping and the complete absence of nonce and capability checks on its single shortcode entry point are critical oversights. These issues could be exploited to introduce cross-site scripting (XSS) vulnerabilities or potentially lead to unauthorized actions if the shortcode interacts with sensitive data or functionality without proper checks. Users should be cautious, and developers should address these immediate security gaps.

Key Concerns

  • 0% properly escaped output
  • 0 Nonce checks
  • 0 Capability checks
Vulnerabilities
None known

Custom Fields Notifications Security Vulnerabilities

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

Custom Fields Notifications Code Analysis

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

Output Escaping

0% escaped1 total outputs
Attack Surface

Custom Fields Notifications Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[custom_fields_notifications] inc\wp-functions.php:31
WordPress Hooks 4
filterthe_contentinc\wp-functions.php:10
actionadmin_menuinc\wp-options.php:2
actionadmin_initinc\wp-options.php:6
actionwp_enqueue_scriptsinc\wp-scripts.php:2
Maintenance & Trust

Custom Fields Notifications Maintenance & Trust

Maintenance Signals

WordPress version tested4.0.38
Last updatedOct 3, 2014
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings4
Active installs10
Developer Profile

Custom Fields Notifications Developer Profile

Alimir

4 plugins · 70K total installs

61
trust score
Avg Security Score
74/100
Avg Patch Time
342 days
View full developer profile
Detection Fingerprints

How We Detect Custom Fields Notifications

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/custom-fields-notifications/assets/css/style.css/wp-content/plugins/custom-fields-notifications/assets/css/rtl-style.css/wp-content/plugins/custom-fields-notifications/assets/js/scripts.js

HTML / DOM Fingerprints

CSS Classes
notification_containernotificationhideitboot_
Data Attributes
name="cfn_auto_display"name="cfn_hide_effect"name="cfn_theme"name="custom_fields_notifications"
Shortcode Output
<div class="notification_container" style="margin-top:20px;">
FAQ

Frequently Asked Questions about Custom Fields Notifications