Easy PHP Sudoku Game Security & Risk Analysis

wordpress.org/plugins/easy-php-sudoku-game

Simple sudoku game base php and javascript

10 active installs v1.0 PHP + WP 1.0.0+ Updated Sep 2, 2015
gamesudoku
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Easy PHP Sudoku Game Safe to Use in 2026?

Generally Safe

Score 85/100

Easy PHP Sudoku Game has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 10yr ago
Risk Assessment

The plugin "easy-php-sudoku-game" v1.0 exhibits a mixed security posture. On one hand, it demonstrates good practices by having no recorded vulnerabilities (CVEs) and by implementing nonce and capability checks on some of its entry points. The majority of its SQL queries also utilize prepared statements, which is a positive sign for preventing SQL injection. However, significant concerns arise from the static analysis. The presence of the `unserialize` function, especially with no explicit taint analysis indicating sanitization of its inputs, poses a critical risk of object injection vulnerabilities. Furthermore, a concerning 100% of output escaping is not properly handled, indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities across all output points. The lack of any historical vulnerabilities might suggest either a low profile that hasn't attracted attackers or a recent development history. Despite the absence of known CVEs, the identified code signals and taint flow analysis reveal potential weaknesses that could be exploited. Therefore, while the plugin shows some good security habits, the identified risks, particularly around `unserialize` and unescaped output, necessitate immediate attention and remediation.

Key Concerns

  • Dangerous function `unserialize` found
  • 0% of output properly escaped (XSS risk)
  • Flows with unsanitized paths found (Taint Analysis)
Vulnerabilities
None known

Easy PHP Sudoku Game Security Vulnerabilities

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

Easy PHP Sudoku Game Code Analysis

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

Dangerous Functions Found

unserialize$matrix = unserialize($matrix);includes\sudoku.game.php:20
unserialize$matrix_origin=unserialize($matrix_origin);includes\sudoku.game.php:77
unserialize$matrix=unserialize($matrix);includes\sudoku.game.php:78
unserialize$matrix=unserialize($matrix);includes\sudoku.game.php:106

SQL Query Safety

83% prepared6 total queries

Output Escaping

0% escaped13 total outputs
Data Flows
3 unsanitized

Data Flow Analysis

7 flows3 with unsanitized paths
hwdoku_suggest_item (includes\sudoku.game.php:72)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Easy PHP Sudoku Game Attack Surface

Entry Points7
Unprotected0

AJAX Handlers 6

authwp_ajax_hwdoku_check_itemincludes\functions.php:115
noprivwp_ajax_hwdoku_check_itemincludes\functions.php:116
authwp_ajax_hwdoku_valid_gameincludes\functions.php:118
noprivwp_ajax_hwdoku_valid_gameincludes\functions.php:119
authwp_ajax_hwdoku_suggest_itemincludes\functions.php:121
noprivwp_ajax_hwdoku_suggest_itemincludes\functions.php:122

Shortcodes 1

[hw-sudoku] includes\functions.php:100
WordPress Hooks 2
actionplugins_loadedincludes\functions.php:70
actionwp_enqueue_scriptsincludes\functions.php:94
Maintenance & Trust

Easy PHP Sudoku Game Maintenance & Trust

Maintenance Signals

WordPress version tested1.0.0
Last updatedSep 2, 2015
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

Easy PHP Sudoku Game Developer Profile

HOANG WEB

5 plugins · 140 total installs

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

How We Detect Easy PHP Sudoku Game

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/easy-php-sudoku-game/assets/sudoku.js/wp-content/plugins/easy-php-sudoku-game/assets/script.js/wp-content/plugins/easy-php-sudoku-game/assets/style.css
Script Paths
/wp-content/plugins/easy-php-sudoku-game/assets/sudoku.js/wp-content/plugins/easy-php-sudoku-game/assets/script.js

HTML / DOM Fingerprints

JS Globals
__hwdoku
REST Endpoints
/wp-json/wp/v2/posts?per_page=1&context=edit
Shortcode Output
[hw-sudoku]
FAQ

Frequently Asked Questions about Easy PHP Sudoku Game