WP jQuery Plus Security & Risk Analysis

wordpress.org/plugins/wp-jquery-plus

Loads jQuery from a CDN using the exact version as your current WordPress install

1K active installs v1.1.2 PHP + WP 3.5+ Updated Jul 31, 2015
cdncdnjsgooglejqueryjquery-migrate
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WP jQuery Plus Safe to Use in 2026?

Generally Safe

Score 85/100

WP jQuery Plus 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 wp-jquery-plus plugin v1.1.2 exhibits a generally strong security posture based on the provided static analysis. The absence of AJAX handlers, REST API routes, shortcodes, and cron events indicates a minimal attack surface. Furthermore, the code adheres to secure coding practices by exclusively using prepared statements for SQL queries and avoiding file operations, external HTTP requests, and the inclusion of bundled libraries. The taint analysis also shows no identified flows, suggesting a lack of exploitable data injection vulnerabilities.

However, a significant concern arises from the complete lack of output escaping in the identified code paths. This means that any data outputted by the plugin, if it were to interact with user-supplied input (even if not directly evident from this analysis), could be vulnerable to Cross-Site Scripting (XSS) attacks. The absence of nonce and capability checks, while not directly tied to an identified attack vector in this static analysis, points to a potential weakness in authorization and CSRF protection mechanisms if the plugin were to expand its functionality in the future. The vulnerability history being clear is a positive indicator, but it doesn't negate the identified code-level risks.

In conclusion, while the plugin has a small attack surface and good SQL handling, the lack of output escaping is a critical oversight that needs immediate attention. The absence of authorization checks is also a point of concern for future maintainability and expansion. The overall risk is moderate, primarily due to the potential for XSS vulnerabilities. Addressing the output escaping issue would significantly improve the plugin's security.

Key Concerns

  • Output escaping not implemented
  • No capability checks present
  • No nonce checks present
Vulnerabilities
None known

WP jQuery Plus Security Vulnerabilities

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

WP jQuery Plus Release Timeline

v1.1.2Current
v1.1.1
v1.1.0
v1.0.1
v1.0
v0.5
v0.4.2
v0.4.1
v0.4
v0.3
Code Analysis
Analyzed Mar 16, 2026

WP jQuery Plus Code Analysis

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

Output Escaping

0% escaped2 total outputs
Attack Surface

WP jQuery Plus Attack Surface

Entry Points0
Unprotected0
WordPress Hooks 2
actionwp_enqueue_scriptswp-jquery-plus.php:48
filterscript_loader_srcwp-jquery-plus.php:88
Maintenance & Trust

WP jQuery Plus Maintenance & Trust

Maintenance Signals

WordPress version tested4.2.39
Last updatedJul 31, 2015
PHP min version
Downloads28K

Community Trust

Rating100/100
Number of ratings9
Active installs1K
Developer Profile

WP jQuery Plus Developer Profile

Zach Schnackel

4 plugins · 1K total installs

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

How We Detect WP jQuery Plus

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wp-jquery-plus/wp-jquery-plus.php
Script Paths
//cdnjs.cloudflare.com/ajax/libs/jquery///ajax.googleapis.com/ajax/libs/jquery///cdnjs.cloudflare.com/ajax/libs/jquery-migrate/

HTML / DOM Fingerprints

JS Globals
window.jQuery
FAQ

Frequently Asked Questions about WP jQuery Plus