Executive brief
A popular WordPress plugin used for embedding videos from platforms like YouTube and Vimeo contains a hardcoded backdoor. This flaw allows an unauthorized person to bypass all security checks and log in as a site administrator. Once logged in, the attacker has full control over the website, including the ability to steal data, modify content, or shut down the service.
Technical details
The vulnerability is classified as Embedded Malicious Code (CWE-506) and functions as an authentication bypass. The `_arve_uc_init()` function is hooked to the WordPress `init` action at priority 1, ensuring it executes before standard authentication checks. It monitors for a specific token provided via the `_wplogin` or `_wpm` HTTP parameters. This token is validated against a hardcoded SHA-256 hash within the plugin's source code. If the token matches, the attacker is automatically authenticated as an administrator without requiring a password or nonce verification. This backdoor was likely introduced via a compromised developer account.
Affected products
- nico23 Advanced Responsive Video Embedder for Rumble, Odysee, YouTube, Vimeo, Kick … 10.8.7
Timeline
- 2026-07-29: disclosed
- 2026-07-29: advisory
References
- https://plugins.trac.wordpress.org/browser/advanced-responsive-video-embedder/tags/10.8.7/advanced-responsive-video-embedder.php
- https://plugins.trac.wordpress.org/browser/advanced-responsive-video-embedder/tags/10.8.7/php/fn-update-check.php
- https://plugins.trac.wordpress.org/browser/advanced-responsive-video-embedder/tags/10.8.7/php/fn-update-check.php
- https://plugins.trac.wordpress.org/browser/advanced-responsive-video-embedder/tags/10.8.7/php/fn-update-check.php
- https://www.wordfence.com/threat-intel/vulnerabilities/id/70f64ea0-5375-479f-90ac-29bcdf817cef?source=cve