Funny Equations Security & Risk Analysis

wordpress.org/plugins/funny-equations

This is a simple mathematical equation game.

20 active installs v2.0 PHP + WP 5.9+ Updated Jun 28, 2022
calcequationequationsgamemath
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Funny Equations Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 3yr ago
Risk Assessment

The "funny-equations" plugin v2.0 exhibits a mixed security posture. On the positive side, the plugin demonstrates good practices by completely avoiding dangerous functions, file operations, and external HTTP requests. The absence of known CVEs and a clean vulnerability history are also strong indicators of a well-maintained and secure plugin. Furthermore, all SQL queries are properly prepared, mitigating the risk of SQL injection vulnerabilities.

However, significant concerns arise from the static analysis. The most critical issue is the complete lack of output escaping for all identified output points. This presents a high risk of Cross-Site Scripting (XSS) vulnerabilities, allowing attackers to inject malicious scripts into the website's frontend, potentially leading to session hijacking or defacement. Additionally, the absence of nonce checks and capability checks on the single shortcode, which represents an entry point into the plugin's functionality, is concerning. While there are no unauthenticated AJAX handlers or REST API routes, this single unauthenticated shortcode could still be exploited if it processes user-supplied data without proper sanitization or validation.

In conclusion, while "funny-equations" v2.0 benefits from a lack of historical vulnerabilities and good practices in critical areas like SQL, the glaring omission of output escaping and security checks on its sole entry point significantly elevates its risk profile. The potential for XSS vulnerabilities is a primary concern that needs immediate attention.

Key Concerns

  • Output escaping missing for all outputs
  • Shortcode lacks nonce and capability checks
Vulnerabilities
None known

Funny Equations Security Vulnerabilities

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

Funny Equations Release Timeline

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

Funny Equations Code Analysis

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

Output Escaping

0% escaped4 total outputs
Attack Surface

Funny Equations Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[funny_equations] oufunny_equations.php:87
WordPress Hooks 2
actionwp_enqueue_scriptsoufunny_equations.php:34
actionadmin_menuoufunny_equations.php:46
Maintenance & Trust

Funny Equations Maintenance & Trust

Maintenance Signals

WordPress version tested5.9.13
Last updatedJun 28, 2022
PHP min version
Downloads2K

Community Trust

Rating100/100
Number of ratings1
Active installs20
Developer Profile

Funny Equations Developer Profile

oleksandr87

8 plugins · 130 total installs

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

How We Detect Funny Equations

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/funny-equations/oufunny_equations.css
Version Parameters
oufunny_equations.css?v=2.0

HTML / DOM Fingerprints

CSS Classes
oufunnyequations_windowoufunnyequations_screen_titleoufunnyequations_menu_windowoufunnyequations_link_menuoufunnyequations_link_menu2oufunnyequations_level1w_display_formlulaoufunnyequations_level1_numbers1oufunnyequations_level1_math_symbol+16 more
HTML Comments
LEVEL: Beginner
Data Attributes
autocompleteclassidonclickstylesrc+2 more
JS Globals
oufunnyequations_button_level1oufunnyequations_button_game_helpoufunnyequations_button_game_help_closeoufunnyequations_lev1_aoufunnyequations_lev1_boufunnyequations_lev1_c
Shortcode Output
<div class="oufunnyequations_window"> <!-- Screen --> <div id="oufunnyequations_screen"> <div class="oufunnyequations_screen_title"> <b>FUNNY EQUATIONS</b> </div> <div class="oufunnyequations_menu_window"> <div> <span onclick="oufunnyequations_button_level1(); return false;" class="oufunnyequations_link_menu">Game</span> </div> <div> <span onclick="oufunnyequations_button_game_help(); return false;" class="oufunnyequations_link_menu">Help</span> </div> </div> </div> <!-- Help --> <div id="oufunnyequations_help"> <div style="padding: 15px; font-size: 18px; color: #e0ebeb; text-align: justify;"> <b>FUNNY EQUATIONS</b> - This is a simple mathematical equation game. A certain amount of time is given to solve one equation. With each new equation, time will decrease by 1 second. </div> <div style="text-align: center;"> <span onclick="oufunnyequations_button_game_help_close(); return false;" class="oufunnyequations_link_menu2">Close</span> </div> </div> <div id="oufunnyequations_game_l1"> <!-- equation --> <div class="oufunnyequations_level1w_display_formlula"> <b><span class="oufunnyequations_level1_numbers1 oufunnyequations_level1w_display_formlula_a">0</span></b> <b><span class="oufunnyequations_level1_math_symbol oufunnyequations_level1w_display_formlula_b">?</span></b> <b><span class="oufunnyequations_level1_numbers2 oufunnyequations_level1w_display_formlula_a">0</span></b> </div> <div class="oufunnyequations_level1w_display_title"> <b>Answer</b> </div> <!-- choose answer --> <div class="oufunnyequations_level1_choose oufunnyequations_level1w_display_answer_window"> <span onclick="oufunnyequations_lev1_a(); return false;" class="oufunnyequations_level1_answer1 oufunnyequations_level1w_display_answer_padding">?</span> <span onclick="oufunnyequations_lev1_b(); return false;" class="oufunnyequations_level1_answer2 oufunnyequations_level1w_display_answer_padding">?</span> <span onclick="oufunnyequations_lev1_c(); return false;" class="oufunnyequations_level1_answer3 oufunnyequations_level1w_display_answer_padding">?</span> </div> <!-- time out --> <div class="oufunnyequations_level1_time_out oufunnyequations_level1w_display_timeout"> <b>TIME OUT</b> </div> <!-- wrong --> <div class="oufunnyequations_level1_wrong oufunnyequations_level1w_display_wrong"> <b>WRONG</b> </div> <!-- right --> <div class="oufunnyequations_level1_right oufunnyequations_level1w_display_right"> <b>RIGHT</b> </div> <div class="oufunnyequations_level1w_display_footer"> <div class="oufunnyequations_level1w_display_footer_left"> <span class="o
FAQ

Frequently Asked Questions about Funny Equations