WooCommerce Accepted Payment Methods Security & Risk Analysis

wordpress.org/plugins/woocommerce-accepted-payment-methods

Extends WooCommerce giving you the option to display accepted payment methods via widget, shortcode or template tag.

3K active installs v0.7.0 PHP + WP 4.0+ Updated Nov 28, 2017
credit-cardlogopaymentwoocommerce
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Safety Verdict

Is WooCommerce Accepted Payment Methods Safe to Use in 2026?

Generally Safe

Score 85/100

WooCommerce Accepted Payment Methods has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.

No known CVEs Updated 8yr ago
Risk Assessment

The plugin "woocommerce-accepted-payment-methods" v0.7.0 exhibits a generally strong security posture based on the static analysis. The absence of dangerous functions, SQL injection vulnerabilities (all queries use prepared statements), file operations, external HTTP requests, and taint analysis findings are all positive indicators. Furthermore, the lack of any recorded vulnerabilities in its history suggests a commitment to security by the developers or a lack of successful exploitation attempts.

However, there are several areas for concern that significantly temper the overall good impression. The most notable is the complete absence of nonce checks and capability checks. This means that any entry point, even the single shortcode present, could potentially be exploited by an attacker to perform actions without proper authorization, especially if the shortcode's functionality is sensitive. Additionally, a significantly low percentage of output escaping (22%) indicates a high risk of Cross-Site Scripting (XSS) vulnerabilities, as user-supplied data might be rendered directly in the browser without proper sanitization.

In conclusion, while the plugin avoids common pitfalls like direct SQL manipulation and code execution vulnerabilities, the lack of authorization checks and insufficient output escaping present critical security weaknesses. The plugin has a strong foundation in some areas, but these oversights create substantial risk for XSS and unauthorized actions. Further development should prioritize implementing robust nonce and capability checks for all entry points and ensuring comprehensive output sanitization.

Key Concerns

  • Missing nonce checks on entry points
  • Missing capability checks on entry points
  • Low output escaping percentage (high XSS risk)
Vulnerabilities
None known

WooCommerce Accepted Payment Methods Security Vulnerabilities

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

WooCommerce Accepted Payment Methods Code Analysis

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

Output Escaping

22% escaped9 total outputs
Attack Surface

WooCommerce Accepted Payment Methods Attack Surface

Entry Points1
Unprotected0

Shortcodes 1

[woocommerce_accepted_payment_methods] accepted-payment-methods.php:183
WordPress Hooks 4
actionwoocommerce_settings_checkoutaccepted-payment-methods.php:121
actionwoocommerce_update_options_checkoutaccepted-payment-methods.php:122
actionwp_enqueue_scriptsaccepted-payment-methods.php:123
actionwidgets_initaccepted-payment-methods.php:242
Maintenance & Trust

WooCommerce Accepted Payment Methods Maintenance & Trust

Maintenance Signals

WordPress version tested4.0.38
Last updatedNov 28, 2017
PHP min version
Downloads168K

Community Trust

Rating68/100
Number of ratings12
Active installs3K
Developer Profile

WooCommerce Accepted Payment Methods Developer Profile

James Koster

6 plugins · 19K total installs

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

How We Detect WooCommerce Accepted Payment Methods

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/woocommerce-accepted-payment-methods/assets/css/style.css

HTML / DOM Fingerprints

CSS Classes
accepted-payment-methodsdankortamerican-expressbitcoincash-on-deliverydiscovergooglemaestro+3 more
Shortcode Output
<ul class="accepted-payment-methods"><li class="dankort"><span>Dankort</span></li><li class="american-express"><span>American Express</span></li><li class="bitcoin"><span>Bitcoin</span></li>
FAQ

Frequently Asked Questions about WooCommerce Accepted Payment Methods