SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-18072

CRITICAL · CVSS 9.8 EPSS 0.88%

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

CyberRota Analysis

AI-Generated

The Advanced Responsive Video Embedder plugin for WordPress is critically vulnerable due to a hardcoded backdoor that allows unauthenticated attackers to bypass authentication and gain full administrative control over affected sites. This vulnerability arises from the `_arve_uc_init()` function, which improperly validates an attacker-supplied token against a static hash, enabling exploitation without any security checks. WordPress site administrators using version 10.8.7 of this plugin should prioritize immediate updates to mitigate the risk of unauthorized access.

CVE
CVE-2026-18072
Severity
CRITICAL
CVSS
9.8
EPSS
0.88%
WordPress

Original NVD Description

The Advanced Responsive Video Embedder for Rumble, Odysee, YouTube, Vimeo, Kick … plugin for WordPress is vulnerable to Authentication Bypass via a Hardcoded Backdoor in version 10.8.7. The vulnerability exists because the `_arve_uc_init()` function — registered on WordPress's `init` hook at priority 1 so that it runs before any authentication checks on every request — reads an attacker-supplied token from the `_wplogin` (or `_wpm`) parameter and compares it against a hardcoded SHA-256 hash embedded directly in the plugin source, with no nonce verification, no capability check, and no password validation anywhere in the flow. Because this static hash constitutes a set of universal credentials that are publicly accessible in the plugin's source code, unauthenticated attackers can supply the known token to be authenticated as an arbitrarily selected existing administrator account, gaining full administrative control over the affected WordPress site. This was likely introduced by an attacker who gained commit access to the developers account.