CVE-2026-16610 CRITICAL

CVE-2026-16610: Admin and Site Enhancements (ASE) Pro <= 8.9.0 - Unauthenticated Remote Code Execution via PHP Code Injection via cfgroup[input] Repeater Row Key

Vendor Ase
Product Admin and Site Enhancements (ASE) Pro
Weakness CWE-434 · Unrestricted file upload
Published July 30, 2026
Last update July 30, 2026

CVSS base score

9.8/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity High

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

Admin and Site Enhancements (ASE) Pro versions 8.9.0 and earlier allow unauthenticated attackers to upload files without restriction. An attacker can upload executable files or other dangerous content directly to the site without needing an account or user interaction. This can lead to complete site compromise, data theft, and malware installation.

What an attacker can do

03Attacker Capabilities

Upload and execute arbitrary files on the site without authentication.

Potential impact on your site

04Site Impact

Complete site compromise possible; attacker can run code, steal data, or install malware.

Conditions required to exploit

05Prerequisites

Network access only; no authentication or user interaction required.

Key dates

06Disclosure timeline

July 30, 2026 CVE published
July 30, 2026 Record updated

Related vulnerabilities

08Related CVE