A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-2024-13852

CVE-2024-13852: Backie Option Editor CSRF Vulnerability

CVE-2024-13852 is a Cross-Site Request Forgery flaw in Backie Option Editor plugin for WordPress that allows attackers to modify site options and gain admin access. This article covers technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-13852 Overview

The Option Editor plugin for WordPress version 1.0 contains a Cross-Site Request Forgery (CSRF) vulnerability [CWE-352]. The flaw exists because the plugin_page() function lacks nonce validation. Unauthenticated attackers can update arbitrary WordPress options by tricking an authenticated administrator into clicking a crafted link. Attackers can abuse this to change the default registration role to administrator and enable open user registration. The result is full administrative access to the affected WordPress site. The vulnerability affects the Backie Option Editor plugin and is tracked under CWE-352 (Cross-Site Request Forgery).

Critical Impact

Successful exploitation allows attackers to gain administrative access to vulnerable WordPress sites by manipulating site options through forged requests.

Affected Products

  • Backie Option Editor plugin for WordPress, version 1.0
  • WordPress sites running the vulnerable plugin with administrator sessions
  • All cpe:2.3:a:backie:option_editor installations

Discovery Timeline

  • 2025-02-18 - CVE-2024-13852 published to NVD
  • 2025-02-21 - Last updated in NVD database

Technical Details for CVE-2024-13852

Vulnerability Analysis

The vulnerability is a Cross-Site Request Forgery flaw in the Option Editor plugin's administrative interface. The plugin exposes an option-update handler through the plugin_page() function but does not validate WordPress nonces. WordPress relies on nonces as the primary CSRF protection mechanism for state-changing administrative actions.

When a logged-in administrator visits an attacker-controlled page, the browser submits a forged POST request to the plugin's option-update endpoint using the administrator's authenticated session. Without nonce validation, the plugin processes the request as legitimate. The attacker can write arbitrary values to any WordPress option, including default_role and users_can_register.

This CSRF condition requires user interaction but no privileges on the attacker side. Exploitation typically chains social engineering with a malicious link or embedded resource on an external site.

Root Cause

The plugin_page() function in option-editor.php processes option update submissions without calling check_admin_referer() or wp_verify_nonce(). This omission removes the standard WordPress protection against forged administrative requests.

Attack Vector

An attacker hosts a page containing an auto-submitting HTML form or image tag targeting the plugin's option update URL. The attacker delivers the link through phishing, comments, or third-party sites. When an administrator clicks the link while authenticated to the WordPress dashboard, the browser submits the request with valid session cookies. The plugin updates default_role to administrator and sets users_can_register to 1. The attacker then registers a new account that is automatically granted administrator privileges.

No verified proof-of-concept code has been published for this vulnerability. See the Wordfence Vulnerability Report and the WordPress Plugin Source Code for technical details.

Detection Methods for CVE-2024-13852

Indicators of Compromise

  • Unexpected changes to the default_role WordPress option, particularly values set to administrator
  • The users_can_register option flipped from 0 to 1 without administrator action
  • New administrator accounts created through the standard WordPress registration flow
  • HTTP referer headers on option-update requests pointing to external, untrusted domains

Detection Strategies

  • Audit the WordPress wp_options table for unauthorized modifications to default_role and users_can_register
  • Review web server access logs for POST requests to wp-admin/options-general.php?page=option-editor originating from external referers
  • Monitor WordPress user creation events and correlate against expected administrative activity
  • Compare current plugin file hashes against the official plugin distribution to confirm integrity

Monitoring Recommendations

  • Enable WordPress audit logging to capture option changes and user role assignments
  • Forward WordPress and web server logs to a centralized SIEM for correlation with authentication events
  • Alert on creation of new accounts holding the administrator role outside change windows
  • Track HTTP referer anomalies on admin endpoints to identify potential CSRF delivery attempts

How to Mitigate CVE-2024-13852

Immediate Actions Required

  • Deactivate and remove the Option Editor plugin version 1.0 from all WordPress installations
  • Audit wp_options for unauthorized changes to default_role, users_can_register, and related settings
  • Review the WordPress users table and remove any unrecognized administrator accounts
  • Rotate administrator passwords and invalidate active sessions following remediation

Patch Information

No vendor patch is referenced in the available advisory data. The plugin appears to remain at version 1.0. Administrators should remove the plugin until the maintainer publishes a fixed release that adds nonce validation to the plugin_page() function. Monitor the WordPress Plugin Developer Info page for updates.

Workarounds

  • Remove the Option Editor plugin entirely if option-editing functionality is not required
  • Restrict administrator dashboard access through IP allowlisting at the web server or WAF layer
  • Deploy a WordPress security plugin or web application firewall ruleset that blocks unauthenticated POST requests with external referers to admin endpoints
  • Train administrators to avoid clicking untrusted links while authenticated to the WordPress dashboard
bash
# Configuration example: disable open registration and reset default role via WP-CLI
wp option update users_can_register 0
wp option update default_role subscriber
wp plugin deactivate option-editor
wp plugin delete option-editor

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechWordpress

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-352
  • Technical References
  • WordPress Plugin Source Code

  • WordPress Plugin Developer Info

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-9618: PeachPay WooCommerce Plugin CSRF Vulnerability

  • CVE-2026-6455: WP Contact Form 7 DB Handler CSRF Vulnerability

  • CVE-2026-8906: WP Promoter Plugin CSRF Vulnerability

  • CVE-2026-8939: WordPress Search Simple Fields CSRF Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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