SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-19887

HIGH · CVSS 8.8 EPSS 0.57% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-05 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

The Welcart e-Commerce plugin for WordPress is vulnerable to PHP Object Injection due to insecure deserialization of untrusted input in the Telecom EDY payment callback, affecting all versions up to 2.12.1. This vulnerability allows unauthenticated attackers to store arbitrary data as order metadata and potentially delete critical files, such as wp-config.php, leading to remote code execution if the attacker controls the database. WordPress site administrators using this plugin should prioritize immediate patching to mitigate the risk of exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
exploit remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-19887
Severity
HIGH
CVSS
8.8
EPSS
0.57%
WordPress

Original NVD Description

The Welcart e-Commerce plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 2.12.1 via deserialization of untrusted input in the Telecom EDY payment callback (usces_action_acting_transaction). Unauthenticated attackers can store arbitrary 'reserve' key/value pairs as order metadata during a public checkout, then invoke the callback with an attacker-chosen 'option' parameter to select and unserialize that metadata without any provider signature, source-address, transaction-identity or ownership check. A POP chain is present in the TCPDF library bundled with the plugin itself, so no additional plugin or theme is required. This makes it possible for unauthenticated attackers to delete arbitrary files on the server, including wp-config.php, which can lead to remote code execution when an attacker re-runs the WordPress installer against a database they control. Successful exploitation is contingent on an admin printing an invoice to trigger file deletion.