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.
Published: 2026-07-30
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Admin and Site Enhancements (ASE) Pro plugin for WordPress contains a remote code execution flaw in all releases up to 8.9.0. The vulnerability originates in the plugin’s recursive_html function, which takes repeater row keys supplied in cfgroup[input] and inserts them directly into an eval() call without any sanitization or validation, thereby fulfilling the conditions for CWE‑434 file upload that accepts arbitrary code. The flaw is triggered through a frontend save handler that emits only a public nonce and no authentication check, so attackers can exploit it even from an unauthenticated surface.

Affected Systems

WordPress sites that have the ASE Pro plugin installed in any version 8.9.0 or earlier and that present the [post_cf_form] shortcode on a publicly accessible page. The shortcode emits the required nonce and session identifiers to visitors, exposing the vulnerable endpoint and enabling the injection vector.

Risk and Exploitability

The vulnerability carries a CVSS score of 9.8, reflecting a critical risk, while the EPSS score is below 1%, indicating a low probability of exploitation at present. The flaw is not listed in the CISA KEV catalog. Attackers can craft form submissions that include malicious cfgroup[input] values, causing the plugin’s eval() call to execute arbitrary PHP code on the server, with no need for user authentication.

Generated by OpenCVE AI on August 4, 2026 at 11:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the vendor‑issued patch or upgrade the ASE Pro plugin to the latest available release that removes the unsanitized eval usage.
  • If the plugin cannot be upgraded immediately, delete or disable the [post_cf_form] shortcode from all publicly accessible pages so that the required nonce and session details are not exposed to unauthenticated users.
  • Configure the web server or firewall to block or require authentication for requests to the ASE Pro save‑handler endpoint, preventing unauthenticated exploitation of the vulnerable function.

Generated by OpenCVE AI on August 4, 2026 at 11:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 30 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 30 Jul 2026 13:45:00 +0000

Type Values Removed Values Added
First Time appeared Wordpress
Wordpress wordpress
Wpase
Wpase admin And Site Enhancements
Vendors & Products Wordpress
Wordpress wordpress
Wpase
Wpase admin And Site Enhancements

Thu, 30 Jul 2026 04:30:00 +0000

Type Values Removed Values Added
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.
Title Admin and Site Enhancements (ASE) Pro <= 8.9.0 - Unauthenticated Remote Code Execution via PHP Code Injection via cfgroup[input] Repeater Row Key
Weaknesses CWE-434
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}


Subscriptions

Wordpress Wordpress
Wpase Admin And Site Enhancements
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-07-30T15:17:43.117Z

Reserved: 2026-07-22T14:35:11.380Z

Link: CVE-2026-16610

cve-icon Vulnrichment

Updated: 2026-07-30T14:22:21.740Z

cve-icon NVD

Status : Deferred

Published: 2026-07-30T05:16:34.520

Modified: 2026-07-30T16:16:57.050

Link: CVE-2026-16610

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T12:00:10Z

Weaknesses
  • CWE-434

    Unrestricted Upload of File with Dangerous Type