Skip to main content

Streamit WordPress theme CVE-2026-13423

| EUVDEUVD-2026-50115 CRITICAL
Code Injection (CWE-94)
2026-07-29 WPScan GHSA-fvvp-v9c4-343h
9.8
CVSS 3.1 · Vendor: WPScan
Share

Severity by source

Vendor (WPScan) PRIMARY
9.8 CRITICAL
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
vuln.today AI
9.8 CRITICAL

Unauthenticated network AJAX route (AV:N/PR:N/UI:N) with reliable arbitrary-function invocation (AC:L) yielding full code execution, so C/I/A all High.

3.1 AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
4.0 AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Primary rating from Vendor (WPScan).

CVSS VectorVendor: WPScan

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

4
Analysis Generated
Jul 29, 2026 - 13:22 vuln.today
CVSS changed
Jul 29, 2026 - 13:22 NVD
9.8 (CRITICAL)
CVE Published
Jul 29, 2026 - 06:00 cve.org
UNKNOWN (no severity yet)
CVE Published
Jul 29, 2026 - 06:00 cve.org
CRITICAL 9.8

DescriptionCVE.org

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.

AnalysisAI

Unauthenticated remote code execution in the Streamit WordPress theme (versions up to and including 4.5.0) stems from a missing-authorization AJAX endpoint that invokes an attacker-supplied PHP function with attacker-supplied arguments, letting unauthenticated attackers create administrator accounts and run arbitrary code. Reported by WPScan and tracked as EUVD-2026-50115, it carries a CVSS 9.8 and publicly available exploit code exists, though there is no public exploit identified as being used in active attacks at time of analysis.

Technical ContextAI

Streamit is a premium video/streaming-oriented WordPress theme that registers AJAX handlers via WordPress's admin-ajax.php mechanism using the wp_ajax_nopriv_* hook, which exposes actions to unauthenticated visitors. This is a CWE-94 (Code Injection) flaw: one nopriv AJAX route accepts a PHP function name and an argument array from the request and dispatches them through a variable-function or call_user_func-style invocation without any capability check or nonce (CSRF token) validation. Because WordPress's function space includes primitives like wp_insert_user/wp_create_user and other side-effecting calls, arbitrary-function invocation with controlled arguments is effectively a code-execution and account-provisioning primitive.

RemediationAI

No specific vendor-released patched version is identified in the provided data, so no vendor-released patch is confirmed at time of analysis; consult the WPScan advisory (https://wpscan.com/vulnerability/f85c5da1-412f-4079-8c44-708bc78c2b9b/) and the theme vendor/ThemeForest listing for a release above 4.5.0 and upgrade to it as the primary fix once available. As compensating controls, block or restrict the vulnerable unauthenticated action by adding a WAF/mod_security rule that filters the specific admin-ajax.php action parameter used by this route (trade-off: requires identifying the exact action name from the WPScan writeup and may break legitimate theme AJAX features), restrict access to /wp-admin/admin-ajax.php at the reverse proxy where feasible without breaking front-end functionality, and audit wp_users for unexpected administrator accounts created since exposure, rotating credentials and reviewing installed plugins/files for webshells. If a patched release is not promptly available, switching to an alternate theme or hardening file permissions to prevent PHP writes will reduce the RCE blast radius.

More in PHP

View all
CVE-2019-11043 CRITICAL POC
9.8 Oct 28

In PHP versions 7.1.x below 7.1.33, 7.2.x below 7.2.24 and 7.3.x below 7.3.11 in certain configurations of FPM setup it

CVE-2012-1823 CRITICAL POC
9.8 May 11

sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2018-11138 CRITICAL POC
9.8 May 31

The '/common/download_agent_installer.php' script in the Quest KACE System Management Appliance 8.0.318 is accessible by

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

Share

CVE-2026-13423 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy