WP Question & Answer Security & Risk Analysis

wordpress.org/plugins/wp-question-answer

Adds a question and answer page in WordPress.

0 active installs v1.0 PHP 5.6+ WP 4.9.8+ Updated Nov 25, 2018
answerfaqfaqsfrequently-asked-questionsquestion
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Question & Answer Safe to Use in 2026?

Generally Safe

Score 85/100

WP Question & Answer has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 7yr ago
Risk Assessment

The "wp-question-answer" v1.0 plugin exhibits a generally good security posture based on the provided static analysis. The absence of known vulnerabilities (CVEs) and the lack of critical findings in taint analysis are positive indicators. The plugin also demonstrates good practices by not using dangerous functions, performing file operations, or making external HTTP requests. Additionally, all SQL queries are properly prepared, which mitigates the risk of SQL injection.

However, there are areas for improvement. The plugin has a single shortcode, which represents an entry point into the application. While there are no AJAX handlers or REST API routes identified, shortcodes can still be leveraged for attacks. More concerningly, the static analysis reveals that only 40% of output is properly escaped, and there are no nonce checks or capability checks implemented. This indicates a significant risk of Cross-Site Scripting (XSS) vulnerabilities, where malicious scripts could be injected and executed, potentially leading to session hijacking or data theft. The lack of capability checks could also allow unauthorized users to access or manipulate plugin functionality.

In conclusion, while the plugin has avoided known vulnerabilities and implemented secure database practices, the insufficient output escaping and lack of authorization checks (nonces and capabilities) present notable security risks. The absence of any historical vulnerabilities might suggest a lack of scrutiny or a limited attack surface, but the identified code signals warrant attention to prevent potential exploitation.

Key Concerns

  • Insufficient output escaping
  • Missing nonce checks
  • Missing capability checks
Vulnerabilities
None known

WP Question & Answer Security Vulnerabilities

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

WP Question & Answer Release Timeline

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

WP Question & Answer Code Analysis

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

Output Escaping

40% escaped5 total outputs
Attack Surface

WP Question & Answer Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[questions_page] src\Frontend\Frontend.php:26
WordPress Hooks 4
actioncustomize_registersrc\Admin\Customizer.php:24
actioncustomize_registersrc\Admin\Customizer.php:25
actionplugins_loadedsrc\QuestionAnswerPlugin.php:42
actioninitsrc\QuestionAnswerPlugin.php:66
Maintenance & Trust

WP Question & Answer Maintenance & Trust

Maintenance Signals

WordPress version tested4.9.29
Last updatedNov 25, 2018
PHP min version5.6
Downloads1K

Community Trust

Rating0/100
Number of ratings0
Active installs0
Developer Profile

WP Question & Answer Developer Profile

Processby

8 plugins · 21K total installs

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

How We Detect WP Question & Answer

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-question-answer/vendor/premmerce/sdk/assets/css/frontend.css/wp-content/plugins/wp-question-answer/vendor/premmerce/sdk/assets/js/frontend.js

HTML / DOM Fingerprints

JS Globals
qaPagenavi
Shortcode Output
[questions_page]
FAQ

Frequently Asked Questions about WP Question & Answer