Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Lifecycle Timeline
2DescriptionCVE.org
The Slek Gateway for WooCommerce plugin for WordPress is vulnerable to Information Exposure in version 1.0. This is due to the wsb_handle_slek_payment_redirect() function placing the merchant's slek_key and slek_secret API credentials directly into a client-side HTML form, and additionally embedding the slek_secret as a plaintext GET parameter in the IPN callback URL. This makes it possible for unauthenticated attackers who can place an order on the affected store to extract the merchant's API credentials by viewing the HTML source or using browser DevTools on the WooCommerce order-pay page before the JavaScript auto-submit fires.
AnalysisAI
Slek Gateway for WooCommerce plugin version 1.0 exposes merchant API credentials (slek_key and slek_secret) to unauthenticated attackers through client-side HTML forms and plaintext GET parameters. An attacker who places an order on an affected WooCommerce store can extract the merchant's secret credentials by inspecting the HTML source or using browser developer tools on the order-pay page before JavaScript auto-submission occurs, compromising the merchant's Slek payment processing account.
Technical ContextAI
The vulnerability exists in the wsb_handle_slek_payment_redirect() function (line 307 of the plugin), which constructs a payment redirect form containing sensitive authentication material. Instead of handling API credentials server-side, the function embeds the slek_secret directly into both hidden HTML form fields visible in the page source and as an unencrypted GET parameter in the IPN (Instant Payment Notification) callback URL. This violates basic credential management principles (CWE-200: Exposure of Sensitive Information to an Unauthorized Actor). The root cause is the failure to perform credential transmission over secure, server-side channels where the client cannot intercept or access them. The affected product is identified via CPE as qqqjus:slek_gateway_for_woocommerce:1.0 and potentially all earlier/concurrent versions in the 1.x series.
RemediationAI
The primary remediation is to upgrade to a patched version released by the plugin author after version 1.0; however, no specific fixed version number is provided in the available data. WordPress administrators should check the official Slek Gateway for WooCommerce plugin repository (https://plugins.trac.wordpress.org/browser/slek-gateway-for-woocommerce/) for the latest release and update immediately. Until a patch is available, disable the Slek Gateway for WooCommerce payment method entirely via WooCommerce settings, or use an alternative payment gateway that implements credential handling server-side without exposing secrets to the client. If continued use is necessary, implement a network-level control: configure a WAF or reverse proxy to detect and strip the slek_secret parameter from request URLs and form bodies before they reach end users, though this is a compensating control and does not address the underlying plugin flaw. The most reliable interim mitigation is switching to an alternative payment processor while awaiting a vendor patch.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-200 – Information Exposure
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-29419
GHSA-2vh4-jqv5-4rjr