
Payment Gateway for QPayPro on WooCommerce Security & Risk Analysis
wordpress.org/plugins/wc-qpayproThis plugin allows your store to make payments via QPayProCard service.
Is Payment Gateway for QPayPro on WooCommerce Safe to Use in 2026?
Generally Safe
Score 92/100Payment Gateway for QPayPro on WooCommerce has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The "wc-qpaypro" v1.0.0 plugin exhibits a generally positive security posture based on the provided static analysis, with no identified direct attack vectors like AJAX handlers, REST API routes, or shortcodes lacking authentication or proper permission checks. The absence of dangerous functions and the exclusive use of prepared statements for SQL queries are significant strengths. However, the analysis does reveal some areas of concern. A notable weakness is the low percentage of properly escaped output (35%), which could lead to cross-site scripting (XSS) vulnerabilities if the unescaped output is rendered in a web browser.
The plugin's history of zero known CVEs is reassuring and suggests a track record of secure development or minimal exposure to discovered vulnerabilities. However, the lack of taint analysis results (0 flows analyzed) means that potential vulnerabilities related to data sanitization, particularly concerning file operations and external HTTP requests, might have been missed. While the plugin appears to have a small attack surface and adheres to good practices for database interactions, the insufficient output escaping presents a clear risk that needs attention. Overall, the plugin demonstrates a good foundation but requires further scrutiny regarding output sanitization to achieve a more robust security profile.
Key Concerns
- Low output escaping percentage
- No taint analysis performed
- No capability checks
- No nonce checks
Payment Gateway for QPayPro on WooCommerce Security Vulnerabilities
Payment Gateway for QPayPro on WooCommerce Code Analysis
Output Escaping
Payment Gateway for QPayPro on WooCommerce Attack Surface
WordPress Hooks 6
Maintenance & Trust
Payment Gateway for QPayPro on WooCommerce Maintenance & Trust
Maintenance Signals
Community Trust
Payment Gateway for QPayPro on WooCommerce Alternatives
Payment Gateway for QPayPro on WooCommerce Developer Profile
6 plugins · 100 total installs
How We Detect Payment Gateway for QPayPro on WooCommerce
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
/wp-content/plugins/wc-qpaypro/admin/helpers/ccs.pngHTML / DOM Fingerprints
notice-infoform-row-firstwoocommerce-selectid="qpaypro_visaencuotas"name="qpaypro_visaencuotas"id="qpaypro_ccnum"name="qpaypro_ccnum"id="qpaypro_cvv"name="qpaypro_cvv"<p class="form-row ">
<label for="is_ccnum">Credit Card Holder's name:<span class="required">*</span></label>
<input type="text" class="input-text" id="_ccnum" name="qpaypro_ccname" required="" maxlength="60">
</p><p class="form-row ">
<label for="is_ccnum">Credit Card Number:<span class="required">*</span></label>
<input id="qpaypro_ccnum" class="input-text wc-credit-card-form-card-number" inputmode="numeric" autocomplete="cc-number" autocorrect="no" autocapitalize="no" spellcheck="no" type="tel" placeholder="•••• •••• •••• ••••" name="qpaypro_ccnum" maxlength="20" required >
</p><p class="form-row form-row-first"><label for="cc-expire-month">
Expiry (MM/YY) <span class="required">*</span>
</label>
<input name="qpaypro_expdate" id="qpaypro_expdate" class="input-text wc-credit-card-form-card-expiry" inputmode="numeric" autocomplete="cc-exp" autocorrect="no" autocapitalize="no" spellcheck="no" type="tel" placeholder="MM / YY" />
</p><p class="form-row ">
<label for="is_cvv">CVV <span class="required">*</span></label>
<input type="number" class="input-text" id="qpaypro_cvv" name="qpaypro_cvv" max="9999" min="0" style="width:80px" required>
<span style="padding-left: 10px;">3 or 4 digits</span>