The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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
    • 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-3045

CVE-2026-3045: WordPress SSA Plugin Info Disclosure Flaw

CVE-2026-3045 is an information disclosure vulnerability in the Simply Schedule Appointments WordPress plugin that exposes admin settings to unauthenticated users. This article covers technical details, affected versions, and mitigations.

Published: March 20, 2026

CVE-2026-3045 Overview

The Appointment Booking Calendar — Simply Schedule Appointments plugin for WordPress contains a critical authorization bypass vulnerability that allows unauthenticated attackers to access sensitive administrative settings. This flaw exists in all versions up to and including 1.6.9.29 and stems from improper access control implementation in the plugin's REST API endpoints.

The vulnerability is caused by two compounding security weaknesses: first, a non-user-bound public_nonce is exposed to unauthenticated users through the public /wp-json/ssa/v1/embed-inner REST endpoint; second, the get_item() method in SSA_Settings_Api relies on nonce_permissions_check() for authorization but fails to call remove_unauthorized_settings_for_current_user() to filter restricted fields.

Critical Impact

Unauthenticated attackers can access administrator email addresses, phone numbers, internal access tokens, notification configurations, and developer settings. Exposed appointment tokens also enable attackers to modify or cancel appointments.

Affected Products

  • Simply Schedule Appointments WordPress Plugin versions up to and including 1.6.9.29
  • WordPress sites using the vulnerable plugin versions
  • Any deployment utilizing the /wp-json/ssa/v1/settings/{section} endpoint

Discovery Timeline

  • 2026-03-13 - CVE CVE-2026-3045 published to NVD
  • 2026-03-16 - Last updated in NVD database

Technical Details for CVE-2026-3045

Vulnerability Analysis

This vulnerability represents a classic case of broken access control (CWE-862) in a WordPress plugin's REST API implementation. The flaw allows unauthenticated users to bypass authorization checks and retrieve sensitive administrative settings that should be restricted to authenticated administrators only.

The attack exploits a design weakness where the plugin exposes a public_nonce through its embed endpoint, which can then be used to authenticate requests to the settings API. While the plugin implements nonce verification, it fails to properly filter the response data based on user permissions, resulting in full disclosure of restricted settings.

The impact is significant as exposed data includes administrator contact information (email and phone numbers), internal access tokens that could enable further attacks, notification configurations that may reveal additional infrastructure details, and appointment tokens that can be leveraged to manipulate booking data.

Root Cause

The root cause is an authorization bypass due to missing access control checks in the settings API. Specifically, the get_item() method in SSA_Settings_Api class accepts the public nonce for authentication but does not invoke remove_unauthorized_settings_for_current_user() to filter out admin-only fields before returning the response. This allows any user who can obtain the public nonce (which is readily available through the embed endpoint) to access all settings regardless of their authorization level.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can exploit this vulnerability by:

  1. Making a request to the public embed endpoint at /wp-json/ssa/v1/embed-inner to obtain the public_nonce
  2. Using the obtained nonce to query the settings endpoint at /wp-json/ssa/v1/settings/{section}
  3. Extracting sensitive information from the response, including admin credentials, access tokens, and configuration data

The vulnerability is exploited via the WordPress REST API endpoints. An attacker first retrieves the public nonce from the embed endpoint, then uses it to query protected settings sections. The settings API accepts the nonce as valid authentication but returns unfiltered data containing administrator-only fields. For detailed technical analysis, see the Wordfence Vulnerability Report and the relevant plugin source code.

Detection Methods for CVE-2026-3045

Indicators of Compromise

  • Unusual volume of requests to /wp-json/ssa/v1/embed-inner from unknown IP addresses
  • Requests to /wp-json/ssa/v1/settings/{section} endpoints from unauthenticated sources
  • Access log entries showing sequential requests to embed and settings endpoints from the same IP
  • Unexplained appointment modifications or cancellations without corresponding admin activity

Detection Strategies

  • Monitor WordPress REST API access logs for requests to SSA plugin endpoints from unauthenticated users
  • Implement rate limiting on /wp-json/ssa/v1/ endpoints to detect and block enumeration attempts
  • Set up alerting for requests to settings endpoints that do not include valid WordPress authentication cookies
  • Review web server logs for patterns indicating automated scanning of the plugin's REST API

Monitoring Recommendations

  • Enable comprehensive logging of WordPress REST API requests, particularly for the SSA plugin namespace
  • Configure SIEM rules to correlate embed endpoint access with subsequent settings API queries
  • Establish baseline traffic patterns for legitimate plugin usage to identify anomalous behavior
  • Monitor for unauthorized changes to appointment data that may indicate token exposure

How to Mitigate CVE-2026-3045

Immediate Actions Required

  • Update the Simply Schedule Appointments plugin to version 1.6.9.30 or later immediately
  • Review access logs for any suspicious queries to the affected REST API endpoints
  • Rotate any access tokens or credentials that may have been exposed through the vulnerability
  • Notify administrators whose contact information may have been compromised

Patch Information

The vendor has released a security patch addressing this vulnerability. The fix can be reviewed in the WordPress Plugin Changeset. Organizations should update to the latest version through the WordPress plugin update mechanism or by manually downloading the patched version from the WordPress plugin repository.

Workarounds

  • If immediate patching is not possible, temporarily disable the Simply Schedule Appointments plugin until the update can be applied
  • Implement a Web Application Firewall (WAF) rule to block unauthenticated requests to /wp-json/ssa/v1/settings/ endpoints
  • Restrict access to the WordPress REST API using server-level access controls for trusted IP addresses only
  • Consider using a security plugin to add additional authentication requirements to REST API endpoints
bash
# Apache .htaccess rule to block unauthenticated access to vulnerable endpoints
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/wp-json/ssa/v1/settings/ [NC]
RewriteCond %{HTTP_COOKIE} !wordpress_logged_in
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
  • TypeInformation Disclosure

  • Vendor/TechSimply Schedule Appointments

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-862
  • Technical References
  • WordPress Plugin Code Snippet

  • WordPress Plugin Settings API Code

  • WordPress Plugin API Model Code

  • WordPress Plugin Changeset

  • Wordfence Vulnerability Report
  • Related CVEs
  • CVE-2026-1704: WordPress SSA Plugin IDOR Vulnerability

  • CVE-2026-3658: WordPress Simply Schedule Appointments SQLi

  • CVE-2026-1708: WordPress Booking Plugin SQLi Vulnerability

  • CVE-2025-69315: Simply Schedule Appointments Auth Bypass
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