CVE-2025-13754
Unknown Unknown - Not Provided
Sensitive Information Exposure in Simply Schedule Appointments Plugin

Publication date: 2025-12-19

Last updated on: 2025-12-19

Assigner: Wordfence

Description
The Appointment Booking Calendar β€” Simply Schedule Appointments Booking Plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 1.6.9.16. This is due to the plugin exposing its admin embed endpoint at `/wp-json/ssa/v1/embed-inner-admin` without authentication, which leaks plugin settings including staff names, business names, and configuration data that are not publicly displayed on the booking form. This makes it possible for unauthenticated attackers to extract private business configuration. In premium versions with integrations configured, this might also expose other sensitive data including API keys for external services.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-19
Last Modified
2025-12-19
Generated
2026-06-16
AI Q&A
2025-12-19
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
wordpress simply_schedule_appointments 1.6.9.16
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability in the Appointment Booking Calendar β€” Simply Schedule Appointments Booking Plugin for WordPress allows unauthenticated attackers to access the plugin's admin embed endpoint at `/wp-json/ssa/v1/embed-inner-admin` without any authentication. This endpoint exposes sensitive plugin settings such as staff names, business names, and configuration data that are not publicly visible on the booking form. In premium versions with integrations, it may also leak API keys for external services, leading to sensitive information exposure. [1]

Impact Analysis

The impact of this vulnerability is that attackers can extract private business configuration and sensitive data without authentication. This could lead to unauthorized disclosure of staff and business information, and in premium versions, exposure of API keys for external services. Such information leakage can be exploited for further attacks, social engineering, or unauthorized access to integrated services. [1]

Detection Guidance

You can detect this vulnerability by checking if the REST API endpoint `/wp-json/ssa/v1/embed-inner-admin` is accessible without authentication. For example, you can use the following curl command to test access: curl -i -X GET https://your-wordpress-site.com/wp-json/ssa/v1/embed-inner-admin If the response returns plugin settings or sensitive data without requiring authentication, your system is vulnerable. [1]

Mitigation Strategies

Immediately update the Simply Schedule Appointments Booking Plugin to version 1.6.9.17 or later, which restricts access to the vulnerable REST API endpoint by requiring appropriate user permissions. This update changes the permission callback to ensure only authorized users can access sensitive data, effectively mitigating the vulnerability. [1]

Compliance Impact

The vulnerability exposes sensitive business configuration data and potentially API keys without authentication, which could lead to unauthorized access to private information. This exposure may result in non-compliance with data protection regulations such as GDPR or HIPAA, which require safeguarding sensitive information and preventing unauthorized access. However, specific impacts on compliance are not detailed in the provided resources. [1]

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-13754. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart