Easy LiqPay Security & Risk Analysis

wordpress.org/plugins/easy-liqpay

Adding a form for receive donations use the LiqPay

40 active installs v0.9 PHP + WP 4.4+ Updated Nov 10, 2019
donateliqpaypbprivat24privatbank
85
A · Safe
CVEs total0
Unpatched0
Last CVENever
Download
Safety Verdict

Is Easy LiqPay Safe to Use in 2026?

Generally Safe

Score 85/100

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

No known CVEs Updated 6yr ago
Risk Assessment

The 'easy-liqpay' v0.9 plugin exhibits several security concerns despite a clean vulnerability history and the absence of dangerous functions or raw SQL queries. The primary area of concern is the significant attack surface exposed without proper authentication checks. Specifically, four out of five identified entry points, all of which are AJAX handlers, lack any form of authentication validation. This means any user, regardless of their logged-in status or role, could potentially trigger these AJAX actions, opening the door to unauthorized operations.

Furthermore, the plugin has a concerningly low rate of proper output escaping, with only 18% of outputs being correctly handled. This significantly increases the risk of cross-site scripting (XSS) vulnerabilities, as untrusted user input could be directly reflected in the output without sanitization. While the static analysis did not detect any direct taint flows or dangerous functions, the combination of unprotected AJAX endpoints and poor output escaping creates a fertile ground for exploitation if malicious input can be injected. The absence of any recorded vulnerabilities in the past might suggest a lack of targeted attacks or perhaps that past issues were not publicly disclosed or patched, but it does not negate the current risks identified in the code.

In conclusion, while the plugin's use of prepared statements for SQL queries and lack of critical code signals are positive attributes, the critical weaknesses in authentication for AJAX handlers and output escaping demand immediate attention. The large, unprotected attack surface and the high potential for XSS vulnerabilities present a substantial security risk that outweighs the plugin's apparent lack of past CVEs.

Key Concerns

  • AJAX handlers without auth checks
  • Low rate of proper output escaping
  • No nonce checks on AJAX
  • No capability checks
Vulnerabilities
None known

Easy LiqPay Security Vulnerabilities

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

Easy LiqPay Code Analysis

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

Output Escaping

18% escaped57 total outputs
Attack Surface
4 unprotected

Easy LiqPay Attack Surface

Entry Points5
Unprotected4

AJAX Handlers 4

authwp_ajax_check_answersinclude\classes\ELiq_Pay.php:42
noprivwp_ajax_check_answersinclude\classes\ELiq_Pay.php:43
authwp_ajax_elp_donateinclude\classes\ELiq_Pay_Donate.php:12
noprivwp_ajax_elp_donateinclude\classes\ELiq_Pay_Donate.php:13

Shortcodes 1

[elp_donate] include\classes\ELiq_Pay_Donate.php:10
WordPress Hooks 8
actionplugins_loadedeasy-liqpay.php:38
actioninitinclude\classes\ELiq_Pay.php:35
actioninitinclude\classes\ELiq_Pay.php:38
actionwp_enqueue_scriptsinclude\classes\ELiq_Pay.php:40
actionadmin_menuinclude\classes\ELiq_Pay_Backend.php:21
actionwidgets_initinclude\classes\ELiq_Pay_Donate.php:9
actionwp_footerinclude\classes\ELiq_Pay_Donate.php:15
actionadmin_enqueue_scriptspublic\widgets\donate\ELiq_Pay_Donate_Widget.php:10
Maintenance & Trust

Easy LiqPay Maintenance & Trust

Maintenance Signals

WordPress version tested5.2.24
Last updatedNov 10, 2019
PHP min version
Downloads3K

Community Trust

Rating0/100
Number of ratings0
Active installs40
Developer Profile

Easy LiqPay Developer Profile

hermit931

1 plugin · 40 total installs

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

How We Detect Easy LiqPay

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

Asset Fingerprints

Asset Paths
/wp-content/plugins/easy-liqpay/public/assets/js/scripts.js
Script Paths
/wp-content/plugins/easy-liqpay/public/assets/js/scripts.js
Version Parameters
easy-liqpay/public/assets/js/scripts.js?ver=

HTML / DOM Fingerprints

JS Globals
eliqpay
Shortcode Output
[elp_donate]
FAQ

Frequently Asked Questions about Easy LiqPay