Search For Custom Fields Security & Risk Analysis

wordpress.org/plugins/search-for-custom-fields

Create your own fields for your posts / pages and propose a search based on these fields to your visitors.

10 active installs v1.2 PHP + WP 4.1+ Updated Aug 11, 2023
caracteristicscustom-fieldsmeta-datasearch
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Search For Custom Fields Safe to Use in 2026?

Generally Safe

Score 85/100

Search For Custom Fields has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 2yr ago
Risk Assessment

The "search-for-custom-fields" plugin version 1.2 exhibits a generally strong security posture with a key strength being the exclusive use of prepared statements for all SQL queries, mitigating SQL injection risks. Furthermore, the absence of known CVEs and no recorded historical vulnerabilities suggest a history of responsible development or a lack of targeted exploitation. However, significant concerns arise from the taint analysis, which identified two flows with unsanitized paths, classified as high severity. These flows, despite not directly leading to critical vulnerabilities in this analysis, indicate potential pathways for attackers to manipulate data or functionality if exploited in conjunction with other weaknesses or if the paths lead to sensitive operations.

Another area of concern is the output escaping, where only 55% of outputs are properly escaped. This leaves a substantial portion of the plugin's output vulnerable to Cross-Site Scripting (XSS) attacks, especially considering the two shortcodes present which often serve as entry points for user-supplied data that can be reflected back to the user. While the attack surface is limited to these two shortcodes and no AJAX or REST API routes were found unprotected, the combination of unsanitized paths and insufficient output escaping presents a notable risk that requires immediate attention.

Key Concerns

  • High severity taint flows with unsanitized paths
  • Insufficient output escaping (45% unescaped)
Vulnerabilities
None known

Search For Custom Fields Security Vulnerabilities

No known vulnerabilities — this is a good sign.
Version History

Search For Custom Fields Release Timeline

No version history available.
Code Analysis
Analyzed Mar 17, 2026

Search For Custom Fields Code Analysis

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

SQL Query Safety

100% prepared54 total queries

Output Escaping

55% escaped53 total outputs
Data Flows · Security
2 unsanitized

Data Flow Analysis

2 flows2 with unsanitized paths
sfcf_process_action (sfcf.php:50)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Search For Custom Fields Attack Surface

Entry Points2
Unprotected0

Shortcodes 2

[sfcf_shortcode] sfcf.php:448
[sfcf_search_shortcode] sfcf.php:449
WordPress Hooks 6
actionafter_setup_themesfcf.php:48
actionwp_footersfcf.php:440
actionwp_insert_postsfcf.php:441
actionedit_form_after_editorsfcf.php:442
actionwidgets_initsfcf.php:446
actionadmin_menusfcf.php:447
Maintenance & Trust

Search For Custom Fields Maintenance & Trust

Maintenance Signals

WordPress version tested6.3.8
Last updatedAug 11, 2023
PHP min version
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Search For Custom Fields Developer Profile

Stéphane Lion

1 plugin · 10 total installs

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

How We Detect Search For Custom Fields

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

Asset Fingerprints

Script Paths
/wp-content/plugins/search-for-custom-fields/sfcf_widget.js

HTML / DOM Fingerprints

CSS Classes
sfcf_field_input
HTML Comments
<!-- Widget Search For Custom Fields --><!-- Widget Search For Custom Fields -->
Data Attributes
data-sfcf-options
JS Globals
sfcf_widget_options
Shortcode Output
[sfcf_shortcode][sfcf_search_shortcode]
FAQ

Frequently Asked Questions about Search For Custom Fields