Skip to main content

iPOSpays Gateways WC EUVDEUVD-2026-29394

| CVE-2026-4663 MEDIUM
Missing Authorization (CWE-862)
2026-05-12 Wordfence GHSA-9v2v-8mq8-p8ff
5.3
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.3 MEDIUM
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
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Lifecycle Timeline

2
Analysis Generated
May 12, 2026 - 08:48 vuln.today
CVE Published
May 12, 2026 - 07:48 nvd
MEDIUM 5.3

DescriptionCVE.org

The iPOSpays Gateways WC plugin for WordPress is vulnerable to Missing Authorization in versions up to and including 1.3.7. This is due to the plugin exposing a REST API endpoint /wp-json/ipospays/v1/save_settings with 'permission_callback' set to '__return_true', which allows unauthenticated access without any capability checks or nonce verification. This makes it possible for unauthenticated attackers to update plugin settings, specifically allowing them to overwrite critical payment gateway settings including live API keys, secret keys, and payment tokens stored in the 'woocommerce_ipospays_settings' option.

AnalysisAI

Unauthenticated attackers can modify critical payment gateway settings in the iPOSpays Gateways WC WordPress plugin through an exposed REST API endpoint lacking authorization checks, enabling them to overwrite live API keys, secret keys, and payment tokens. Affected versions up to 1.3.7 permit unrestricted access to the /wp-json/ipospays/v1/save_settings endpoint due to a permission_callback set to '__return_true' with no nonce verification, allowing complete compromise of payment processing credentials without authentication. This is a high-integrity attack vector against e-commerce sites using the plugin.

Technical ContextAI

The iPOSpays Gateways WC plugin is a WordPress payment gateway integration for WooCommerce that processes payments through the iPOSpays platform. The vulnerability exists in the REST API endpoint registration within class-ftd-redirect-gateway.php, where the 'permission_callback' parameter is hardcoded to return true instead of validating user capabilities (such as 'manage_options') or verifying WordPress nonce tokens. The plugin stores sensitive payment gateway credentials-including API keys, secret keys, and payment tokens-in the WordPress options table under 'woocommerce_ipospays_settings'. CWE-862 (Missing Authorization) represents the root cause: the endpoint performs sensitive write operations (settings updates) without verifying the requester's identity or privileges. WordPress REST API endpoints should enforce authorization via 'permission_callback' functions that check user roles and nonces; this plugin bypasses that security mechanism entirely.

RemediationAI

Update the iPOSpays Gateways WC plugin to a patched version released after 1.3.7. As an immediate temporary measure if an update is not yet available, disable REST API access to the /wp-json/ipospays/v1/ endpoints by adding the following to wp-config.php: define( 'REST_API_ENABLED', false ); or apply a web application firewall (WAF) rule to block POST requests to /wp-json/ipospays/v1/save_settings. These workarounds will prevent the exploit but will also disable the plugin's REST API functionality and require re-enabling after patching. Check the Wordfence vulnerability page (https://www.wordfence.com/threat-intel/vulnerabilities/id/a1a30930-31c1-4254-867c-073932672a39) for patch availability and version details. If credentials are suspected to have been compromised, regenerate all iPOSpays API keys and secret keys in the payment processor's dashboard immediately.

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2024-1698 CRITICAL POC
9.8 Feb 27

SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a

CVE-2023-6875 CRITICAL POC
9.8 Jan 11

The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i

CVE-2024-1512 CRITICAL POC
9.8 Feb 17

The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base

CVE-2024-3495 CRITICAL POC
9.8 May 22

The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete

Share

EUVD-2026-29394 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy