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-13933

CVE-2024-13933: FoodBakery WordPress Theme CSRF Vulnerability

CVE-2024-13933 is a Cross-Site Request Forgery flaw in FoodBakery WordPress theme allowing attackers to manipulate site settings through admin interactions. This article covers technical details, affected versions, and mitigation.

Published: June 2, 2026

CVE-2024-13933 Overview

CVE-2024-13933 is a Cross-Site Request Forgery (CSRF) vulnerability affecting the FoodBakery Delivery Restaurant Directory WordPress theme in all versions up to and including 4.7. The flaw stems from missing or incorrect nonce validation across multiple AJAX functions, including foodbakery_var_backup_file_delete, foodbakery_widget_file_delete, theme_option_save, export_widget_settings, ajax_import_widget_data, foodbakery_var_settings_backup_generate, foodbakery_var_backup_file_restore, and theme_option_rest_all. Unauthenticated attackers can exploit these endpoints by tricking a site administrator into clicking a crafted link. The vulnerability is tracked as [CWE-352].

Critical Impact

Successful exploitation allows attackers to delete arbitrary files, modify theme options, manipulate widget settings, generate or restore backups, and reset the theme configuration on affected WordPress sites.

Affected Products

  • FoodBakery | Delivery Restaurant Directory WordPress Theme versions 1.0 through 4.7
  • WordPress installations running the vulnerable theme
  • Restaurant and food delivery sites using the FoodBakery theme distribution from ThemeForest

Discovery Timeline

  • 2025-03-19 - CVE-2024-13933 published to the National Vulnerability Database
  • 2026-04-15 - Last updated in NVD database

Technical Details for CVE-2024-13933

Vulnerability Analysis

The FoodBakery theme exposes several administrative AJAX actions without verifying WordPress nonces. Nonces are tokens WordPress uses to confirm that a request originated from an authenticated user session rather than a third-party site. When these tokens are absent or improperly validated, an attacker-controlled webpage can issue authenticated state-changing requests on behalf of any logged-in administrator who visits it.

The affected functions cover backup management, theme configuration, and widget import/export operations. An attacker who lures an administrator to a malicious page can invoke foodbakery_var_backup_file_delete to remove backup files, call theme_option_rest_all to reset configuration, or use ajax_import_widget_data to inject attacker-controlled widget definitions. Chained together, these actions enable site defacement, persistence, and recovery sabotage.

Root Cause

The root cause is the absence of check_admin_referer() or wp_verify_nonce() calls on privileged AJAX handlers registered through wp_ajax_ hooks. Without these checks, the theme relies solely on cookie-based session authentication, which browsers automatically attach to cross-origin requests.

Attack Vector

Exploitation requires user interaction. The attacker hosts a page containing an auto-submitting form or image tag targeting the WordPress AJAX endpoint. When an authenticated administrator visits the page, the browser sends the forged request with valid session cookies, and the server processes it as legitimate administrative action. Refer to the Wordfence Vulnerability Report for additional technical context.

Detection Methods for CVE-2024-13933

Indicators of Compromise

  • Unexpected deletion of files within the FoodBakery backup directory or widget asset paths
  • Theme option values reset to defaults or replaced with attacker-controlled settings
  • New or modified widget configurations imported outside of administrative work hours
  • HTTP POST requests to admin-ajax.php containing FoodBakery action names and missing or invalid _wpnonce parameters

Detection Strategies

  • Inspect web server access logs for cross-origin Referer headers on POST requests targeting admin-ajax.php with FoodBakery action parameters
  • Monitor the WordPress wp_options table for unauthorized changes to theme option keys
  • Review file integrity baselines for the FoodBakery backup and widget directories to detect unexpected deletions

Monitoring Recommendations

  • Enable WordPress audit logging plugins to record administrative configuration changes and AJAX action invocations
  • Alert on AJAX requests whose Origin or Referer headers do not match the site domain
  • Track administrator session activity for short-duration requests originating from external referrers

How to Mitigate CVE-2024-13933

Immediate Actions Required

  • Update the FoodBakery theme to a version above 4.7 once the vendor releases a patched build
  • Restrict administrator browsing on workstations used to manage WordPress sites and require separate browsers for admin tasks
  • Audit existing theme options, widget configurations, and backup files for unauthorized modifications

Patch Information

No fixed version is referenced in the CVE record at the time of publication. Site operators should monitor the ThemeForest Product Page and the Wordfence Vulnerability Report for patch availability and apply updates promptly.

Workarounds

  • Deploy a web application firewall rule to block POST requests to admin-ajax.php containing the affected action names when Referer or Origin headers are absent or external
  • Disable the FoodBakery theme on production sites until a patched version is available, switching to a default WordPress theme
  • Require administrators to log out of WordPress sessions before browsing untrusted content, reducing the window for CSRF exploitation

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

  • Vulnerability Details
  • TypeCSRF

  • Vendor/TechFoodbakery

  • SeverityHIGH

  • CVSS Score8.8

  • EPSS Probability0.20%

  • 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
  • ThemeForest Product Page

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2025-39356: Foodbakery Sticky Cart Object Injection
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