Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Network-reachable callback endpoint requires no authentication; integrity-only impact reflects order state manipulation without data exfiltration or service disruption.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Unauthenticated Broken Access Control in SMEPay: UPI Gateway for WooCommerce <= 1.0.5 versions.
AnalysisAI
Unauthenticated payment bypass in SMEPay: UPI Gateway for WooCommerce plugin (versions <= 1.0.5) allows remote attackers to complete WooCommerce orders without valid UPI payment by exploiting missing authorization controls. The plugin fails to enforce access checks on payment-related endpoints, enabling an unauthenticated network attacker to manipulate transaction state with no user interaction required. No public exploit or CISA KEV listing has been identified at time of analysis, but the network-accessible, zero-authentication attack surface makes this trivially abusable on any exposed WooCommerce storefront running the affected plugin.
Technical ContextAI
The affected component is the SMEPay UPI Gateway for WooCommerce WordPress plugin (CPE: cpe:2.3:a:smepay:smepay:_upi_gateway_for_woocommerce:*:*:*:*:*:*:*:*). The root cause is CWE-862 (Missing Authorization), a class of flaw where server-side code executes sensitive operations - here, payment state transitions - without verifying that the requesting party is authorized to trigger them. UPI gateway plugins typically expose webhook or callback endpoints that receive payment confirmations from the payment processor; if these endpoints lack authorization checks (e.g., verifying a shared secret, HMAC signature, or session state), any unauthenticated caller can POST a crafted confirmation and force WooCommerce to mark an order as paid. The CVSS vector (AV:N/AC:L/PR:N/UI:N) confirms the flaw is reachable over the network with no credentials and no special setup.
RemediationAI
Update the SMEPay: UPI Gateway for WooCommerce plugin to a version beyond 1.0.5 as soon as a patched release is available from the plugin author or the WordPress plugin repository. No patched version number is independently confirmed in available data - consult the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/smepay-for-woocommerce/vulnerability/wordpress-smepay-upi-gateway-for-woocommerce-plugin-1-0-5-payment-bypass-vulnerability and the official WordPress plugin page for release updates. If a patched version is not yet available, consider temporarily deactivating the plugin and switching to an alternative UPI payment gateway, accepting the trade-off of disrupted UPI payment processing. As a compensating control, restrict access to the plugin's callback or webhook endpoint at the web server or WAF layer to only the IP ranges used by the UPI payment processor, which limits the attack surface to spoofed or man-in-the-middle requests rather than open internet callers.
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-57880
GHSA-c6xx-q8hc-cw6x