<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Advanced Responsive Video Embedder for Rumble, Odysee, YouTube, Vimeo, Kick … Plugin (10.8.7) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/advanced-responsive-video-embedder-for-rumble-odysee-youtube-vimeo-kick--plugin-10.8.7/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 29 Jul 2026 05:21:46 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/advanced-responsive-video-embedder-for-rumble-odysee-youtube-vimeo-kick--plugin-10.8.7/feed.xml" rel="self" type="application/rss+xml"/><item><title>Authentication Bypass in Advanced Responsive Video Embedder WordPress Plugin</title><link>https://feed.craftedsignal.io/briefs/2026-07-wordpress-arve-bypass/</link><pubDate>Wed, 29 Jul 2026 05:21:46 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-wordpress-arve-bypass/</guid><description>A critical authentication bypass vulnerability, CVE-2026-18072, affects version 10.8.7 of the Advanced Responsive Video Embedder for Rumble, Odysee, YouTube, Vimeo, Kick … plugin for WordPress, allowing unauthenticated attackers to gain full administrative control by supplying a hardcoded token via the `_wplogin` or `_wpm` URL parameter.</description><content:encoded><![CDATA[<p>CVE-2026-18072 identifies a critical authentication bypass vulnerability in version 10.8.7 of the Advanced Responsive Video Embedder for Rumble, Odysee, YouTube, Vimeo, Kick … plugin for WordPress. This flaw arises from a hardcoded backdoor within the <code>_arve_uc_init()</code> function, which is registered on WordPress's <code>init</code> hook with priority 1, ensuring it executes before standard authentication checks. Unauthenticated attackers can exploit this by supplying a specific, hardcoded SHA-256 token via the <code>_wplogin</code> or <code>_wpm</code> URL parameter. The function compares the provided token against the static hash embedded directly in the plugin's source code, completely bypassing nonce verification, capability checks, and password validation. This allows attackers to authenticate as any existing administrator account, thereby achieving full administrative control over the affected WordPress site. The presence of this backdoor suggests it may have been maliciously introduced by an attacker who gained commit access to the plugin developers' account.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker identifies a target WordPress site running the Advanced Responsive Video Embedder plugin version 10.8.7.</li>
<li>Attacker obtains the publicly known hardcoded SHA-256 hash (acting as universal credentials) from the plugin's source code.</li>
<li>Attacker crafts an HTTP GET or POST request targeting the vulnerable WordPress instance.</li>
<li>The request includes a URL query parameter, either <code>_wplogin</code> or <code>_wpm</code>, containing the hardcoded SHA-256 token.</li>
<li>The WordPress <code>init</code> hook triggers the <code>_arve_uc_init()</code> function, which processes the attacker-supplied token from the URL parameter.</li>
<li>The <code>_arve_uc_init()</code> function validates the provided token against the internally hardcoded SHA-256 hash, bypassing all legitimate authentication mechanisms.</li>
<li>The attacker is successfully authenticated as an arbitrarily selected existing administrator account on the WordPress site without needing valid credentials.</li>
<li>Attacker gains full administrative control, enabling actions such as content modification, plugin/theme installation, data exfiltration, or further compromise of the web server.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-18072 grants unauthenticated attackers full administrative control over the affected WordPress site. This can lead to severe consequences including, but not limited to, complete website defacement, arbitrary code execution, exfiltration of sensitive data, creation of new malicious administrator accounts for persistence, and the use of the compromised site as a platform for further attacks (e.g., malware distribution, phishing campaigns). The exact number of victims is not specified, but any organization utilizing the vulnerable plugin version is at critical risk.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li><strong>Patch CVE-2026-18072 immediately</strong> by updating the &quot;Advanced Responsive Video Embedder for Rumble, Odysee, YouTube, Vimeo, Kick …&quot; plugin to a version greater than 10.8.7.</li>
<li><strong>Deploy the Sigma rule below</strong> to your SIEM to detect exploitation attempts of CVE-2026-18072, ensuring webserver logs are collected.</li>
<li><strong>Review webserver access logs</strong> for the presence of <code>_wplogin</code> or <code>_wpm</code> query parameters, as indicated in the Sigma rule.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>wordpress</category><category>authentication-bypass</category><category>web-vulnerability</category></item></channel></rss>