QuizMe Security & Risk Analysis

wordpress.org/plugins/quizme

An easy to modify quiz system

10 active installs v4.5.46 PHP + WP 3.0.0+ Updated Jan 25, 2012
captchacontactdata-collectionpollsurvey
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is QuizMe Safe to Use in 2026?

Generally Safe

Score 85/100

QuizMe 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 "quizme" plugin v4.5.46 presents a mixed security profile. On the positive side, it demonstrates good practices by exclusively using prepared statements for its SQL queries, indicating a low risk of SQL injection vulnerabilities. The plugin also avoids exposing a broad attack surface through AJAX handlers, REST API routes, shortcodes, or cron events, and the limited number of entry points are not directly exposed. Furthermore, there is no recorded vulnerability history, which suggests a generally stable and secure development process.

However, significant concerns arise from the static analysis. The presence of the `unserialize` function is a critical red flag, as it can lead to remote code execution if exploited with untrusted input. Compounding this, the analysis indicates zero nonce checks and zero capability checks, meaning that any function using `unserialize` is not protected against unauthorized access or manipulation. The taint analysis revealing flows with unsanitized paths, even if not classified as critical or high severity, further exacerbates this risk, suggesting potential pathways for malicious data to reach the `unserialize` function. The low percentage of properly escaped output also increases the risk of cross-site scripting (XSS) vulnerabilities, especially if untrusted data is being displayed without proper sanitization.

In conclusion, while the plugin avoids common web vulnerabilities like direct SQL injection and has a clean historical record, the unchecked use of `unserialize` combined with a lack of authorization checks (nonces and capabilities) and insufficient output escaping creates a substantial security risk. The plugin is not inherently insecure due to its attack surface, but the identified code-level weaknesses, if exploited, could lead to serious compromise.

Key Concerns

  • Unsanitized paths found in taint analysis
  • Dangerous function 'unserialize' used
  • Missing nonce checks
  • Missing capability checks
  • Low percentage of properly escaped output
Vulnerabilities
None known

QuizMe Security Vulnerabilities

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

QuizMe Code Analysis

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

Dangerous Functions Found

unserialize$new_key = unserialize ( $key );library\base\data\xml.php:165
unserialize$data [$new_key] = unserialize ( $data [$new_key] );library\wordpress\data\legacy.php:108
unserialize$data = unserialize($value[0]);library\wordpress\data\meta.php:133

Bundled Libraries

TinyMCE

SQL Query Safety

100% prepared1 total queries

Output Escaping

37% escaped19 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

3 flows3 with unsanitized paths
basic_auth (library\wordpress\action.php:308)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

QuizMe Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actioninitlibrary\wordpress\application.php:54
actioninitlibrary\wordpress\data\meta.php:21
Maintenance & Trust

QuizMe Maintenance & Trust

Maintenance Signals

WordPress version tested3.3.2
Last updatedJan 25, 2012
PHP min version
Downloads10K

Community Trust

Rating100/100
Number of ratings1
Active installs10
Developer Profile

QuizMe Developer Profile

DCoda

4 plugins · 40 total installs

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

How We Detect QuizMe

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/quizme/library/base/public/css/images.css/wp-content/plugins/quizme/library/base/public/css/admin.css/wp-content/plugins/quizme/library/base/public/css/front.css/wp-content/plugins/quizme/library/base/public/css/common.css/wp-content/plugins/quizme/library/base/public/js/script.js
Version Parameters
quizme/library/base/public/css/images.css?ver=quizme/library/base/public/css/admin.css?ver=quizme/library/base/public/css/front.css?ver=quizme/library/base/public/css/common.css?ver=quizme/library/base/public/js/script.js?ver=

HTML / DOM Fingerprints

CSS Classes
wv46v_imageswv46v_adminwv46v_frontwv46v_common
HTML Comments
??document??Default actions of all typesRoutines used by the default actionsAll the front stuff
Data Attributes
data-slug
JS Globals
v46v_data
Shortcode Output
<form
FAQ

Frequently Asked Questions about QuizMe