Simple FAQ Security & Risk Analysis

wordpress.org/plugins/simple-faq

Simple FAQ gives you ability to create very simple FAQ on your site (questions and answers)

30 active installs v1.0 PHP + WP 2.7+ Updated Sep 9, 2011
answerfaqquestionsimple
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple FAQ Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 14yr ago
Risk Assessment

The "simple-faq" v1.0 plugin presents a mixed security posture. On the positive side, it has no known vulnerabilities (CVEs) and a limited attack surface with only one shortcode and no AJAX handlers, REST API routes, or cron events. Furthermore, there are no detected dangerous functions, file operations, external HTTP requests, or bundled libraries, which are all good indicators. However, significant concerns arise from the code analysis. A substantial portion of SQL queries are not using prepared statements, and critically, none of the identified output points are properly escaped. The taint analysis also reveals flows with unsanitized paths, although they are not classified as critical or high severity in this analysis. The absence of nonce and capability checks on the single entry point, the shortcode, is a major oversight that could potentially lead to unintended execution if inputs are not handled carefully.

While the lack of historical vulnerabilities is reassuring, it does not mitigate the risks identified in the current code. The primary risks stem from the unescaped output and the potential for SQL injection due to unprepared queries. The taint analysis, even without critical severity findings, suggests that data flowing through the plugin might not be adequately sanitized before being used or displayed. The absence of security checks on the shortcode is particularly concerning, as this is a direct entry point that lacks any form of authorization or input validation, making it susceptible to various injection attacks if user-controlled data is involved. The plugin's strengths lie in its limited attack surface and lack of known vulnerabilities, but these are overshadowed by significant weaknesses in secure coding practices regarding output escaping and SQL query preparation.

Key Concerns

  • Unescaped output found
  • SQL queries not using prepared statements
  • Taint flows with unsanitized paths
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

Simple FAQ Security Vulnerabilities

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

Simple FAQ Code Analysis

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

SQL Query Safety

30% prepared10 total queries

Output Escaping

0% escaped18 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
faq_main (faq.php:116)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Simple FAQ Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[display_faq] faq.php:102
WordPress Hooks 2
actionplugins_loadedfaq.php:79
actionadmin_menufaq.php:114
Maintenance & Trust

Simple FAQ Maintenance & Trust

Maintenance Signals

WordPress version tested3.2.1
Last updatedSep 9, 2011
PHP min version
Downloads11K

Community Trust

Rating0/100
Number of ratings0
Active installs30
Developer Profile

Simple FAQ Developer Profile

slav123

1 plugin · 30 total installs

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

How We Detect Simple FAQ

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-faq/gfx/edit.png/wp-content/plugins/simple-faq/gfx/delete.png/wp-content/plugins/simple-faq/gfx/view.png

HTML / DOM Fingerprints

CSS Classes
simple-faqsf-answer
Shortcode Output
<ol class="simple-faq"><li><span class="sf-answer">
FAQ

Frequently Asked Questions about Simple FAQ