SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-16610

CRITICAL · CVSS 9.8 EPSS 0.58% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-30 · Last synced 2026-08-29

CyberRota Analysis

AI-Generated

The Admin and Site Enhancements (ASE) Pro plugin for WordPress is vulnerable to Remote Code Execution due to insufficient authentication checks and improper handling of user input in the recursive_html function. This critical vulnerability allows unauthenticated attackers to execute arbitrary code on the server, provided that the [post_cf_form] shortcode is present on a publicly accessible page. WordPress site administrators using this plugin should prioritize immediate updates to mitigate potential exploitation.

Public Exploit Signal

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

Detected Signals
remote code execution code execution

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

CVE
CVE-2026-16610
Severity
CRITICAL
CVSS
9.8
EPSS
0.58%
WordPress

Original NVD Description

The Admin and Site Enhancements (ASE) Pro plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 8.9.0 via the recursive_html function. This is due to the frontend save handler enforces only a publicly emitted nonce with no authentication check, CAPTCHA validation is bypassable by omitting an attacker-supplied key, and repeater row keys from cfgroup[input] are stored verbatim and later spliced into an eval() call in recursive_html without any sanitization or identifier validation. This makes it possible for unauthenticated attackers to execute code on the server. This requires the [post_cf_form] shortcode to be present on at least one publicly accessible page, as the nonce and session ID needed to reach the vulnerable save handler are emitted to unauthenticated visitors by that shortcode.