Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-50383 — A low-privileged user can exploit this via a crafted order_by parameter, causing time-based blind SQL injection. | Kitploit
Tools/GitHubGitHub/abdullah4eb/cve-2025-50383
Vulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration TestingDatabase Security
GitHubabdullah4eb/cve-2025-50383

CVE-2025-50383

A low-privileged user can exploit this via a crafted order_by parameter, causing time-based blind SQL injection.

View Repository
11 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-50383

Description

A low-privileged authenticated user can exploit this vulnerability by sending a crafted HTTP POST request with a malicious order_by parameter (e.g., order_by=IF(1=1,SLEEP(5),1)). This can trigger time-based blind SQL injection, resulting in unauthorized SQL execution on the underlying MySQL database and leading to full SQL injection exploitation.

Affected Endpoints

Exploitable by low-privileged authenticated users (roles: Customers and Providers):

  1. /index.php/customers/search
  2. /index.php/Unavailabilities/search
  3. /index.php/Appointments/search

Exploitable only by Administrator:

  1. /index.php/providers/search
  2. /index.php/secretaries/search
  3. /index.php/admins/search
  4. /index.php/service_categories/search
  5. /index.php/services/search
  6. /index.php/Blocked_periods/search
  7. /index.php/Webhooks/search

Steps to Reproduce

  1. Intercept a valid authenticated request to one of the vulnerable endpoints.
  2. Add the hidden order_by parameter in the request body.
  3. Inject a malicious payload, for example: order_by=IF(1=1,SLEEP(5),1)
  4. Send the modified request.
  5. The application response is delayed, confirming time-based blind SQL injection.

Fixed

https://github.com/alextselegidis/easyappointments/releases/tag/1.5.2

Download Tool