CVE-2026-19825
Received Received - Intake

SQL Injection in Simple Client Management System

Vulnerability report for CVE-2026-19825, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-14

Last updated on: 2026-08-14

Assigner: VulDB

Description

A security vulnerability has been detected in SourceCodester Simple Client Management System 1.0. The impacted element is an unknown function of the file /classes/Master.php?f=save_service. The manipulation of the argument ID leads to sql injection. The attack is possible to be carried out remotely. The exploit has been disclosed publicly and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-14
Last Modified
2026-08-14
Generated
2026-08-14
AI Q&A
2026-08-14
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sourcecodester simple_client_management_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a time-based blind SQL injection in Simple Client Management System 1.0. It exists in the save_service endpoint of the Master.php file where the id parameter is not properly validated or sanitized. Attackers can inject malicious SQL queries through this parameter, potentially accessing or modifying database contents.

Detection Guidance

To detect SQL injection vulnerabilities like CVE-2026-19825, use tools such as sqlmap to test endpoints. Example command: sqlmap -u 'http://target/classes/Master.php?f=save_service&id=1' --batch --dbs. Check for time delays or errors indicating SQL injection.

Impact Analysis

An attacker could exploit this to extract sensitive data, modify database records, or execute administrative operations if the database account has sufficient privileges. The attack requires network access to the vulnerable endpoint but no authentication.

Compliance Impact

This vulnerability could lead to unauthorized data access or modification, violating confidentiality requirements in GDPR and HIPAA. Organizations using this system may face compliance violations, data breach notifications, and potential fines if exploited.

Mitigation Strategies

Implement prepared statements for all SQL queries. Validate and sanitize user input strictly. Ensure the database account has least privilege. Update the application to use parameterized queries instead of direct input concatenation.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-19825. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart