Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2122+ Articles
156+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-18072: WordPress ARVE Plugin Contains Hardcoded Backdoor Enabling Auth Bypass
CVE-2026-18072: WordPress ARVE Plugin Contains Hardcoded Backdoor Enabling Auth Bypass

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-18072

CVE-2026-18072: WordPress ARVE Plugin Contains Hardcoded Backdoor Enabling Auth Bypass

A CVSS 9.8 critical flaw in the Advanced Responsive Video Embedder (ARVE) WordPress plugin version 10.8.7 ships a hardcoded backdoor in its initialization hook, allowing unauthenticated attackers to bypass authentication entirely.

Dylan H.

Security Team

July 29, 2026
2 min read

Affected Products

  • Advanced Responsive Video Embedder (ARVE) WordPress Plugin v10.8.7

Overview

CVE-2026-18072 is a critical-severity vulnerability (CVSS 9.8) discovered in version 10.8.7 of the Advanced Responsive Video Embedder (ARVE) plugin for WordPress — a popular plugin supporting video embeds from platforms including YouTube, Vimeo, Rumble, Odysee, Kick, and others.

The vulnerability is a hardcoded backdoor embedded directly in the plugin's PHP source code that allows unauthenticated attackers to completely bypass WordPress authentication.

Technical Details

The backdoor resides in the _arve_uc_init() function, which is registered on WordPress's init hook at a high priority. During the WordPress initialization lifecycle, this function executes early and contains logic that accepts a specially crafted request parameter or trigger condition — granting the requester administrative or elevated access without supplying valid credentials.

Because the function fires on every WordPress page load via the init action hook, any HTTP request to the affected WordPress site can potentially trigger the bypass condition.

Key characteristics:

  • No authentication required: The bypass is fully unauthenticated.
  • Hardcoded trigger: The backdoor uses a fixed, predictable mechanism (hardcoded key/parameter) baked into the plugin code.
  • Broad exposure: The init hook fires globally — not just on specific pages — meaning no knowledge of the target site's structure is needed.

Impact

An unauthenticated attacker exploiting this vulnerability could:

  • Gain administrative access to the WordPress dashboard.
  • Install or modify plugins and themes (enabling further persistence or RCE).
  • Access, modify, or delete all site content and user data.
  • Exfiltrate subscriber and customer PII from the WordPress database.

Affected Software

ProductAffected Version
Advanced Responsive Video Embedder (ARVE) WordPress Plugin10.8.7

Remediation

  1. Remove or update the plugin immediately. Version 10.8.7 should not remain installed on any production WordPress site.
  2. Check your WordPress admin user list for any unauthorized accounts created during the exposure window.
  3. Audit WordPress access logs for unusual init-phase requests or unexpected admin logins.
  4. Rotate all WordPress admin passwords and salts (wp-config.php AUTH_KEY, etc.).
  5. Notify your hosting provider if you suspect active compromise.

References

  • NVD — CVE-2026-18072
  • CVSS Score: 9.8 Critical
#Vulnerability#CVE#WordPress#Authentication Bypass#Backdoor#Plugin

Related Articles

CVE-2026-13439: WordPress Easy Form Builder Unauthenticated Privilege Escalation (CVSS 9.8)

A critical unauthenticated privilege escalation vulnerability in the Easy Form Builder by WhiteStudio WordPress plugin allows attackers to reset admin...

4 min read

CVE-2026-11964: WordPress User Registration Plugin PayPal Webhook Bypass

The User Registration & Membership WordPress plugin before 5.2.2 fails to verify PayPal webhook signatures, allowing unauthenticated attackers to forge...

3 min read

CVE-2026-7515: BetterDocs Pro WordPress Plugin — Unauthenticated Local File Inclusion

A critical Local File Inclusion vulnerability in the BetterDocs Pro WordPress plugin (up to v3.8.0) allows unauthenticated attackers to include and...

6 min read
Back to all Security Alerts