WP Super FAQ Security & Risk Analysis

wordpress.org/plugins/wp-super-faq

A lightweight FAQ/QNA plugin that includes an FAQ shortcode for your site. A simple jQuery animation is included to show/hide each question.

300 active installs v0.5.6 PHP + WP 3.1+ Updated Dec 13, 2011
faqfrequently-asked-questionsjqueryqnaquestion-and-answer
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Super FAQ Safe to Use in 2026?

Generally Safe

Score 85/100

WP Super 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 "wp-super-faq" plugin version 0.5.6 exhibits a generally strong security posture based on the provided static analysis and vulnerability history. The code analysis reveals a clean codebase with no identified dangerous functions, file operations, or external HTTP requests. Critically, all SQL queries are properly prepared, and all output is correctly escaped, indicating good development practices in these areas. The plugin also has no recorded vulnerabilities or CVEs, suggesting a history of secure development or at least no publicly disclosed issues. The attack surface is minimal, with a single shortcode identified as the only entry point, and importantly, there are no unprotected entry points discovered.

However, a significant concern arises from the complete absence of nonce checks and capability checks. While the current analysis shows no direct vulnerabilities stemming from this, it represents a substantial oversight in WordPress security best practices. This lack of checks means that even the single shortcode, if it were to process any user-supplied data in the future, could be vulnerable to Cross-Site Request Forgery (CSRF) attacks if authenticated users are tricked into triggering it. The absence of taint analysis data is also a limitation, as it prevents a deeper dive into potential data flow vulnerabilities. While the current version appears secure, the lack of fundamental security mechanisms like nonces and capability checks introduces a latent risk that could be exploited by future modifications or if new attack vectors emerge that target unprotected shortcodes.

Key Concerns

  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

WP Super FAQ Security Vulnerabilities

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

WP Super FAQ Code Analysis

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

WP Super FAQ Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[wp_super_faq] wp_super_faq.php:145
WordPress Hooks 5
actioninitwp_super_faq.php:31
actioninitwp_super_faq.php:45
actioninitwp_super_faq.php:84
filterenter_title_herewp_super_faq.php:127
filterdefault_contentwp_super_faq.php:139
Maintenance & Trust

WP Super FAQ Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedDec 13, 2011
PHP min version
Downloads29K

Community Trust

Rating80/100
Number of ratings3
Active installs300
Developer Profile

WP Super FAQ Developer Profile

Ryan

2 plugins · 310 total installs

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

How We Detect WP Super FAQ

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-super-faq/wp_super_faq.js
Script Paths
/wp-content/plugins/wp-super-faq/wp_super_faq.js

HTML / DOM Fingerprints

CSS Classes
wp-super-faq-question-closedwp-super-faq-trianglewp-super-faq-answer
Data Attributes
rel="question"
Shortcode Output
[wp_super_faq][wp_super_faq show_categories="true"][wp_super_faq show_specific_category="some-category-slug"]
FAQ

Frequently Asked Questions about WP Super FAQ