Simple Forum Widgets Security & Risk Analysis

wordpress.org/plugins/simple-forum-widgets

Adds two new widgets (Forum Threads and Forum Categories) to display your Simple Forum Threads/Categories on your site

10 active installs v1.0.3 PHP + WP 4.0+ Updated Aug 3, 2016
forumsimple-forumsimple-forum-widgetswidgets
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is Simple Forum Widgets Safe to Use in 2026?

Generally Safe

Score 85/100

Simple Forum Widgets has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 9yr ago
Risk Assessment

The 'simple-forum-widgets' plugin version 1.0.3 exhibits a mixed security posture. On the positive side, there are no known CVEs, no complex attack surface with AJAX handlers, REST API routes, or shortcodes, and all SQL queries utilize prepared statements. File operations are absent, and there are no bundled libraries to worry about. This suggests a generally well-structured codebase with some good security practices. However, significant concerns arise from the static analysis. The presence of two instances of the deprecated and inherently insecure `create_function` is a major red flag, as it can be a vector for code injection if user input is involved. Furthermore, only 14% of output is properly escaped, indicating a high risk of Cross-Site Scripting (XSS) vulnerabilities. The taint analysis revealing four flows with unsanitized paths, even without a critical or high severity classification, points to potential data leakage or manipulation risks that need thorough investigation. The absence of nonce checks on any potential entry points (though the attack surface is currently zero) and a single capability check, while not directly indicative of current vulnerabilities, represent areas where robust access control might be lacking if the plugin were to evolve. The lack of vulnerability history is reassuring, but the current code quality issues present inherent risks that cannot be ignored.

Key Concerns

  • Use of create_function (2 instances)
  • Low output escaping percentage (14%)
  • Taint flows with unsanitized paths (4 flows)
  • No nonce checks detected
Vulnerabilities
None known

Simple Forum Widgets Security Vulnerabilities

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

Simple Forum Widgets Release Timeline

v1.0.3Current
v1.0.2
v1.0.1
Code Analysis
Analyzed Mar 16, 2026

Simple Forum Widgets Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'widgets_init', create_function( '', 'register_widget( "simple_forum_categories_widget" widgets\categories-widget.php:3
create_functionadd_action( 'widgets_init', create_function( '', 'register_widget( "simple_forum_threads_widget" );'widgets\threads-widget.php:3

Output Escaping

14% escaped59 total outputs
Data Flows · Security
4 unsanitized

Data Flow Analysis

4 flows4 with unsanitized paths
simple_forum_widgets_login_action (simple-forum-widgets.php:40)
Source (user input) Sink (dangerous op) Sanitizer Transform Unsanitized Sanitized
Attack Surface

Simple Forum Widgets Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 9
actionadmin_initsimple-forum-widgets-admin.php:7
actionadmin_menusimple-forum-widgets-admin.php:9
actionwp_loadedsimple-forum-widgets-admin.php:16
actionwp_enqueue_scriptssimple-forum-widgets.php:33
actionplugins_loadedsimple-forum-widgets.php:38
actionwp_loginsimple-forum-widgets.php:51
actionwp_logoutsimple-forum-widgets.php:64
actionwidgets_initwidgets\categories-widget.php:3
actionwidgets_initwidgets\threads-widget.php:3
Maintenance & Trust

Simple Forum Widgets Maintenance & Trust

Maintenance Signals

WordPress version tested4.6.30
Last updatedAug 3, 2016
PHP min version
Downloads3K

Community Trust

Rating20/100
Number of ratings1
Active installs10
Developer Profile

Simple Forum Widgets Developer Profile

Mian Saleem

1 plugin · 10 total installs

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

How We Detect Simple Forum Widgets

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/simple-forum-widgets/assets/css/simple-forum-widgets.css
Script Paths
/wp-content/plugins/simple-forum-widgets/assets/js/simple-forum-widgets.js
Version Parameters
simple-forum-widgets/assets/css/simple-forum-widgets.css?ver=simple-forum-widgets/assets/js/simple-forum-widgets.js?ver=

HTML / DOM Fingerprints

CSS Classes
sf-secret
Data Attributes
data-length
JS Globals
jQuery
REST Endpoints
/SFRequest=generate-secret
FAQ

Frequently Asked Questions about Simple Forum Widgets