Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-27362

CVE-2026-27362: WP Bakery Autoresponder Auth Bypass Flaw

CVE-2026-27362 is an authorization bypass flaw in WP Bakery Autoresponder Addon that enables attackers to exploit misconfigured access controls. This article covers the technical details, affected versions, and steps to mitigate.

Published: March 6, 2026

CVE-2026-27362 Overview

CVE-2026-27362 is a Missing Authorization vulnerability (CWE-862) in the WP Bakery Autoresponder Addon (vc-autoresponder-addon) WordPress plugin developed by kamleshyadav. This security flaw allows attackers to exploit incorrectly configured access control security levels, potentially enabling unauthorized access to protected functionality within the plugin.

The vulnerability stems from broken access control mechanisms that fail to properly verify user permissions before allowing access to sensitive plugin features. This type of vulnerability can be particularly dangerous in WordPress environments where plugins often handle sensitive data and administrative functions.

Critical Impact

Attackers can bypass authorization checks to access restricted functionality, potentially leading to unauthorized data access, configuration changes, or privilege escalation within WordPress installations using this plugin.

Affected Products

  • WP Bakery Autoresponder Addon versions up to and including 1.0.6
  • WordPress installations with vc-autoresponder-addon plugin installed
  • Sites using WP Bakery page builder with this addon integration

Discovery Timeline

  • 2026-03-05 - CVE CVE-2026-27362 published to NVD
  • 2026-03-05 - Last updated in NVD database

Technical Details for CVE-2026-27362

Vulnerability Analysis

This vulnerability represents a Broken Access Control flaw classified under CWE-862 (Missing Authorization). The WP Bakery Autoresponder Addon fails to implement proper authorization checks on one or more of its functionality endpoints. In WordPress plugin architecture, proper access control typically involves verifying user capabilities through functions like current_user_can() before executing privileged operations.

When authorization checks are missing, any authenticated user—or in some cases, unauthenticated visitors—may be able to invoke functionality that should be restricted to administrators or other privileged roles. This can lead to unauthorized modification of plugin settings, access to sensitive subscriber data, or manipulation of autoresponder configurations.

Root Cause

The root cause of this vulnerability is the absence of capability checks within the plugin's request handling logic. The plugin exposes functionality through WordPress hooks or AJAX handlers without verifying that the requesting user has appropriate permissions to perform the requested action. This represents a fundamental security oversight in the plugin's access control implementation.

Proper WordPress security practices require plugins to implement explicit authorization checks using WordPress capability system before processing any sensitive operations. The absence of these checks in versions through 1.0.6 allows any user to potentially access administrative functions.

Attack Vector

An attacker could exploit this vulnerability by identifying the unprotected endpoints or AJAX actions within the plugin and crafting direct requests to these endpoints. Since the plugin fails to verify user authorization, these requests would be processed regardless of the attacker's actual permission level.

The attack typically involves:

  1. Identifying the vulnerable plugin endpoints through code analysis or network traffic inspection
  2. Crafting HTTP requests directly to these endpoints, bypassing the normal WordPress interface
  3. Executing privileged operations without proper authorization

For technical implementation details and verified exploitation patterns, refer to the Patchstack Vulnerability Report.

Detection Methods for CVE-2026-27362

Indicators of Compromise

  • Unexpected changes to autoresponder settings or configurations without corresponding administrator activity
  • Unusual plugin-related requests in WordPress access logs from non-administrative users
  • Database modifications to plugin options tables (wp_options) without authorized changes
  • Suspicious AJAX requests targeting vc-autoresponder-addon endpoints from low-privilege accounts

Detection Strategies

  • Review WordPress access logs for requests to plugin-specific endpoints from unauthorized IP addresses or user sessions
  • Monitor for changes to plugin configuration options in the WordPress database
  • Implement WordPress security plugins that track capability-based access violations
  • Audit user activity logs for plugin interactions by non-administrator accounts

Monitoring Recommendations

  • Enable comprehensive logging for all AJAX requests and plugin interactions within WordPress
  • Configure alerts for unauthorized access attempts to administrative plugin functions
  • Regularly audit the installed plugin version against known vulnerable versions
  • Deploy web application firewall (WAF) rules to detect and block exploit attempts targeting this vulnerability

How to Mitigate CVE-2026-27362

Immediate Actions Required

  • Audit current plugin version and confirm if vc-autoresponder-addon version 1.0.6 or earlier is installed
  • Consider temporarily deactivating the WP Bakery Autoresponder Addon until a patched version is available
  • Review WordPress user accounts and remove unnecessary privileges from non-administrative users
  • Implement additional access control layers through WordPress security plugins or WAF solutions

Patch Information

At the time of publication, the vulnerability affects WP Bakery Autoresponder Addon versions through 1.0.6. Website administrators should monitor the plugin repository and the Patchstack Vulnerability Report for updates regarding security patches from the developer.

Workarounds

  • Temporarily disable the vc-autoresponder-addon plugin if functionality is not critical
  • Implement server-level access restrictions to plugin directories and AJAX endpoints
  • Use a WordPress security plugin to add additional capability checks at the application layer
  • Restrict WordPress admin access to trusted IP addresses only
bash
# Configuration example - Restrict access to plugin AJAX endpoints via .htaccess
# Add to WordPress root .htaccess file

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^.*admin-ajax\.php.*$
RewriteCond %{QUERY_STRING} action=.*vc_autoresponder.*
RewriteCond %{REMOTE_ADDR} !^192\.168\.1\.100$
RewriteRule ^(.*)$ - [F,L]
</IfModule>

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechWp Bakery Autoresponder Addon

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • Patchstack Vulnerability Report
  • Related CVEs
  • CVE-2026-27363: WP Bakery Autoresponder Addon XSS Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English