WePay WordPress Plugin Security & Risk Analysis

wordpress.org/plugins/wepay-wordpress-plugin

Allows you to use a Wepay account to accept payments easily online thru your wordpress installation. Easy install, drag and drop.

10 active installs v1.5 PHP + WP 2.0.2+ Updated Jan 31, 2013
wepaywepay-plugin
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WePay WordPress Plugin Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 13yr ago
Risk Assessment

The "wepay-wordpress-plugin" v1.5 plugin exhibits a mixed security posture. On the positive side, it has a very small attack surface with only one shortcode and no AJAX handlers or REST API routes. Furthermore, all SQL queries are properly prepared, and there are no known CVEs or historical vulnerabilities, suggesting a generally stable and well-maintained codebase. This history of no reported issues is a strong indicator of good security practices in the past.

However, there are significant concerns identified in the static analysis. The presence of the `create_function` is a dangerous function that can lead to remote code execution if not handled with extreme care and proper sanitization, which is notably absent for outputs. A critical finding is that 0% of the 30 output points are properly escaped, posing a high risk of cross-site scripting (XSS) vulnerabilities. The lack of nonce checks on the single shortcode, combined with unescaped output, presents a direct path for malicious actors to inject harmful scripts and potentially exploit the `create_function` if user input can be directed to it.

In conclusion, while the plugin benefits from a limited attack surface and a clean vulnerability history, the critical findings regarding unescaped output and the use of a dangerous function without apparent safeguards create a substantial security risk. The lack of nonce checks further exacerbates these issues, making it susceptible to XSS attacks. The plugin requires immediate attention to address these critical code-level weaknesses.

Key Concerns

  • Dangerous function (create_function) used
  • 0% of outputs properly escaped (XSS risk)
  • No nonce checks on shortcode entry point
  • External HTTP requests without explicit checks
Vulnerabilities
None known

WePay WordPress Plugin Security Vulnerabilities

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

WePay WordPress Plugin Code Analysis

Dangerous Functions
1
Raw SQL Queries
0
0 prepared
Unescaped Output
30
0 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('', 'return register_widget("WepayWidget");') );wepay.php:323

Output Escaping

0% escaped30 total outputs
Attack Surface

WePay WordPress Plugin Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[wepay] wepay.php:228
WordPress Hooks 5
actionadmin_initwepay.php:45
actionadmin_noticeswepay.php:56
actionadmin_initwepay.php:59
actionadmin_menuwepay.php:65
actionwidgets_initwepay.php:323
Maintenance & Trust

WePay WordPress Plugin Maintenance & Trust

Maintenance Signals

WordPress version tested3.4.2
Last updatedJan 31, 2013
PHP min version
Downloads6K

Community Trust

Rating0/100
Number of ratings0
Active installs10
Developer Profile

WePay WordPress Plugin Developer Profile

apinnt

2 plugins · 20 total installs

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

How We Detect WePay WordPress Plugin

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/wepay-wordpress-plugin/wepaysdk.php/wp-content/plugins/wepay-wordpress-plugin/wepay-assets/wepay.css
Script Paths
/wp-content/plugins/wepay-wordpress-plugin/wepay-assets/wepay.js
Version Parameters
wepay-wordpress-plugin/wepay-assets/wepay.css?ver=wepay-wordpress-plugin/wepay-assets/wepay.js?ver=

HTML / DOM Fingerprints

CSS Classes
wepay-button
HTML Comments
<!-- Wepay Plugin: You have not set your client ID, client secret and access token yet. Please do so now, click here. -->
Data Attributes
data-wepay-account-iddata-wepay-access-tokendata-wepay-client-iddata-wepay-amountdata-wepay-descriptiondata-wepay-fee-payer+4 more
JS Globals
Wepay
Shortcode Output
[wepay text="Buy Now" amount="1.00" sdesc="testing" css="buttoncss" feepayer="Payee"]
FAQ

Frequently Asked Questions about WePay WordPress Plugin