Atomic Edge analysis of CVE-2026-65509 (metadata-based):
This vulnerability is a stored cross-site scripting (XSS) issue in the wpDataTables (Premium) WordPress plugin, affecting versions up to and including 7.5.1. The CVSS score of 7.2 and the network-based, unauthenticated nature of the attack highlight the severity. Atomic Edge analysis confirms the vulnerability stems from insufficient input sanitization and output escaping during page generation, allowing arbitrary web script injection that executes when an administrator or other user views the affected page.
Root Cause: The CWE-79 classification and the vulnerability description indicate the plugin fails to properly sanitize user-supplied input before storing it, and then renders that input without adequate output escaping. Because the vulnerability is exploitable by unauthenticated attackers, the affected input vector likely does not require authentication or a valid nonce. While no source code diff is available, the pattern of unauthenticated stored XSS in a data-table plugin strongly suggests the vulnerable functionality accepts table data, configuration, or shortcode attributes through a public-facing endpoint, possibly an AJAX handler or a REST route. Atomic Edge infers that the plugin likely uses a function such as the WordPress AJAX handler wp_ajax_nopriv_wpdatatables_save_table, saving the attacker-controlled content into the database without sanitization, and later rendering it through a shortcode or admin page without escaping.







