Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Remote unauthenticated request with no interaction against default config yields full admin takeover, so AV:N/AC:L/PR:N/UI:N and C:H/I:H/A:H; scope unchanged within WordPress.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
2DescriptionCVE.org
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.
Articles & Coverage 1
AnalysisAI
Authentication bypass in the Advanced Responsive Video Embedder (ARVE) WordPress plugin version 10.8.7 lets unauthenticated attackers log in as any existing administrator by supplying a known hardcoded token. Because the token is a static SHA-256 hash embedded in the publicly readable plugin source, anyone can extract it and gain full administrative control of an affected site. …
Unlock full vulnerability intelligence
- Risk assessment & exploitation conditions
- Attack chain visualization
- Remediation with exact patch versions
- Threat intelligence from 22 sources
- Personal watchlist & email alerts
Free forever · No credit card required
Attack ChainAIDerived
Hypothetical attack flow derived from CVE metadata
Vulnerability AssessmentAI
| Exploitation | The only prerequisite is that the target WordPress site runs Advanced Responsive Video Embedder version 10.8.7 with the plugin active, in its default configuration - no authentication, nonce, user interaction, or non-default setting is required because `_arve_uc_init()` unconditionally hooks `init` at priority 1. … Additional conditions and limiting factors are described in the full assessment. |
| Risk Assessment | Signals largely agree this is a serious, low-effort compromise: the CVSS 3.1 vector AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H (9.8) reflects remote, unauthenticated, no-interaction exploitation yielding total control, and CISA SSVC rates Technical Impact as 'total' and Automatable as 'yes'. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in. |
| Exploit Scenario | An attacker reads the plugin's public source on WordPress Trac, extracts the token that hashes to the hardcoded SHA-256 value, and sends a single crafted request to any site running ARVE 10.8.7 with `_wplogin=<token>` naming the target admin account. Since `_arve_uc_init()` runs at init priority 1 before any auth check, the request authenticates the attacker as that administrator with no credentials, nonce, or user interaction. … |
| Remediation | Because this is a malicious backdoor rather than an ordinary bug, immediately remove or roll back version 10.8.7 to the last known-clean release; the available data does not enumerate a specific fixed version, so treat this as 'No vendor-released patch identified at time of analysis' and consult the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/70f64ea0-5375-479f-90ac-29bcdf817cef) and WordPress.org plugin page for a clean release before reinstalling. … Detailed patch versions, workarounds, and compensating controls in full report. |
Recommended ActionAI
Within 24 hours: immediately deactivate and remove ARVE plugin version 10.8.7 from all WordPress installations; verify no unauthorized administrator accounts were created and reset all administrative user credentials. …
Sign in for detailed remediation steps and compensating controls.
Threat intelligence, references, and detailed analysis are available after sign-in.
Same weakness CWE-506 – Embedded Malicious Code
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-50111
GHSA-45wh-rxq4-jqc6