SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2025-50455

CRITICAL · CVSS 9.1 EPSS 0.55% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-27 · Last synced 2026-08-26

CyberRota Analysis

AI-Generated

An SQL injection vulnerability in the order_by parameter of the /customers/search endpoint in EasyAppointments versions up to 1.5.1 allows attackers to exploit unsanitized user input, potentially leading to remote code execution under specific MySQL configurations. This critical flaw enables attackers to execute time-based queries and enumerate the database schema, posing significant risks to data integrity and system security. Organizations using affected versions of EasyAppointments should prioritize immediate remediation to mitigate the risk of exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
remote code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2025-50455
Severity
CRITICAL
CVSS
9.1
EPSS
0.55%

Original NVD Description

SQL injection vulnerability exists in the order_by parameter of the /customers/search endpoint in Alex Tselegidis EasyAppointments <= 1.5.1. The vulnerability arises from unsanitized user input passed to the order_by method of the CodeIgniter Query Builder, enabling attackers to perform time-based queries and schema enumeration. Under certain MySQL configurations, the flaw may lead to remote code execution by writing a PHP shell using INTO OUTFILE.