WP Simple Web Services Security & Risk Analysis

wordpress.org/plugins/wp-simple-web-services

Simple WordPress Rest Web Services. Add JSON REST web services to your WordPress website with a few clicks.

20 active installs v1.1.0 PHP + WP 3.1+ Updated Dec 10, 2013
jsonrestweb-servicewebservice
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP Simple Web Services Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 12yr ago
Risk Assessment

The 'wp-simple-web-services' v1.1.0 plugin exhibits a mixed security posture. On the positive side, it demonstrates good practices by utilizing prepared statements for all SQL queries, implementing nonce and capability checks for its single AJAX entry point, and having no known vulnerabilities in its history. The lack of an extensive attack surface with only one AJAX handler and no REST API routes, shortcodes, or cron events also contributes to a relatively secure baseline.

However, several critical concerns are raised by the static analysis. The presence of the `create_function` dangerous function is a significant red flag, as it can be a vector for code injection if not handled with extreme care, especially if any user-supplied data influences its execution. Furthermore, the complete lack of output escaping for all 12 identified output points is a major vulnerability. This indicates a high risk of Cross-Site Scripting (XSS) attacks, allowing attackers to inject malicious scripts into the website's output that are then executed in the user's browser.

The plugin's vulnerability history being empty is a positive indicator, suggesting it has not been a target for known exploits or has a history of being developed securely. However, this should not overshadow the immediate risks identified in the code. The combination of unescaped output and the use of `create_function` presents immediate and serious security flaws that require urgent attention.

Key Concerns

  • Unescaped output for all outputs
  • Use of dangerous function: create_function
Vulnerabilities
None known

WP Simple Web Services Security Vulnerabilities

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

WP Simple Web Services Code Analysis

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

Dangerous Functions Found

create_functionadd_action( 'plugins_loaded', create_function( '', 'WP_Simple_Web_Service::get();' ) );wp-simple-web-services.php:174

Output Escaping

0% escaped12 total outputs
Attack Surface

WP Simple Web Services Attack Surface

Entry Points1
Unprotected0

AJAX Handlers 1

authwp_ajax_wpw_save_settingsclasses\class-wpsws-settings.php:35
WordPress Hooks 9
actiontemplate_redirectclasses\class-wpsws-catch-request.php:35
actionadmin_menuclasses\class-wpsws-settings.php:33
actionadmin_enqueue_scriptsclasses\class-wpsws-settings.php:34
actionwpsws_webservice_get_postsclasses\class-wpsws-webservice-get-posts.php:35
actionwpsws_general_settingsclasses\class-wpsws-webservice-get-posts.php:36
filterrewrite_rules_arrayclasses\class-wpsws_rewrite_rules.php:36
filterquery_varsclasses\class-wpsws_rewrite_rules.php:37
actionwp_loadedclasses\class-wpsws_rewrite_rules.php:39
actionplugins_loadedwp-simple-web-services.php:174
Maintenance & Trust

WP Simple Web Services Maintenance & Trust

Maintenance Signals

WordPress version tested3.7.41
Last updatedDec 10, 2013
PHP min version
Downloads6K

Community Trust

Rating100/100
Number of ratings1
Active installs20
Developer Profile

WP Simple Web Services Developer Profile

Barry Kooij

8 plugins · 62K total installs

70
trust score
Avg Security Score
87/100
Avg Patch Time
1432 days
View full developer profile
Detection Fingerprints

How We Detect WP Simple Web Services

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-simple-web-services/assets/js/wpw-admin.js/wp-content/plugins/wp-simple-web-services/assets/js/wpw-admin.orig.js
Script Paths
/wp-content/plugins/wp-simple-web-services/assets/js/wpw-admin.js/wp-content/plugins/wp-simple-web-services/assets/js/wpw-admin.orig.js
Version Parameters
wpw-admin.js?ver=wpw-admin.orig.js?ver=

HTML / DOM Fingerprints

CSS Classes
wpw-wrap
FAQ

Frequently Asked Questions about WP Simple Web Services