Description
The Streamit WordPress theme through 4.5.0 does not perform any authorization or nonce verification on one of its unauthenticated AJAX routes, which invokes an attacker-supplied PHP function with an attacker-supplied argument array, allowing unauthenticated attackers to call arbitrary functions (for example to create an administrator account), leading to privilege escalation and remote code execution.
Published: 2026-07-29
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is an unauthenticated flaw in the Streamit WordPress theme that relies on an unsecured AJAX endpoint. The endpoint accepts user supplied data to call any PHP function with any argument array, giving attackers the ability to perform arbitrary actions such as creating administrator accounts or executing code on the server. The flaw is classified as a code injection weakness.

Affected Systems

All installations of the Streamit theme through version 4.5.0 are affected, including the product belonging to the vendor Streamit.

Risk and Exploitability

The CVSS score of 9.8 indicates a critical severity, while the EPSS score of less than 1 % signals a low current exploitation probability. The flaw is not yet listed in the CISA KEV catalog. Attackers could exploit it by sending an unauthenticated HTTP POST request to the vulnerable AJAX route, which does not perform any authorization or nonce checks, and specifying the desired PHP function and arguments.

Generated by OpenCVE AI on August 3, 2026 at 13:56 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Streamit WordPress theme to the latest release beyond 4.5.0, which removes the insecure AJAX endpoint.
  • Block access to the vulnerable AJAX path (for example /wp-admin/admin-ajax.php?action=streamit_secret) using server‑side rules or a security plugin until the theme can be updated.
  • If updating cannot be performed immediately, place the site in maintenance mode or restrict it to trusted users only to prevent unauthenticated interaction during the remediation window.

Generated by OpenCVE AI on August 3, 2026 at 13:56 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 02 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
First Time appeared Streamlit
Streamlit streamlit
Wordpress
Wordpress wordpress
Vendors & Products Streamlit
Streamlit streamlit
Wordpress
Wordpress wordpress

Wed, 29 Jul 2026 13:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-94
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'}

ssvc

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


Wed, 29 Jul 2026 06:45:00 +0000

Type Values Removed Values Added
Description The Streamit WordPress theme through 4.5.0 does not perform any authorization or nonce verification on one of its unauthenticated AJAX routes, which invokes an attacker-supplied PHP function with an attacker-supplied argument array, allowing unauthenticated attackers to call arbitrary functions (for example to create an administrator account), leading to privilege escalation and remote code execution.
Title Streamit <= 4.5.0 - Unauthenticated Remote Code Execution via Arbitrary Function Call
References

Subscriptions

Streamlit Streamlit
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-07-29T12:51:48.602Z

Reserved: 2026-06-26T13:02:04.521Z

Link: CVE-2026-13423

cve-icon Vulnrichment

Updated: 2026-07-29T12:51:33.904Z

cve-icon NVD

Status : Deferred

Published: 2026-07-29T07:16:41.250

Modified: 2026-07-30T14:16:31.463

Link: CVE-2026-13423

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T14:00:07Z

Weaknesses
  • CWE-94

    Improper Control of Generation of Code ('Code Injection')