CVE-2026-19021
Received Received - Intake

SQL Injection in Computer Repair Shop Management System

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

Publication date: 2026-08-06

Last updated on: 2026-08-06

Assigner: VulDB

Description

A security vulnerability has been detected in SourceCodester Computer Repair Shop Management System 1.0. Affected by this issue is some unknown functionality of the file /classes/Master.php?f=delete_product. Such manipulation of the argument ID leads to sql injection. It is possible to launch the attack remotely. The exploit has been disclosed publicly and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sourcecodester computer_repair_shop_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 SQL injection flaw in SourceCodester Computer Repair Shop Management System 1.0. It exists in the /classes/Master.php?f=delete_product file where the ID argument is manipulated. The issue allows remote attackers to inject malicious SQL commands due to improper input handling, potentially accessing or altering database contents.

Detection Guidance

To detect this SQL injection vulnerability, you can use tools like sqlmap to test the /classes/Master.php?f=delete_product endpoint with the ID parameter. Example command: sqlmap -u "http://target/classes/Master.php?f=delete_product&id=1" --batch. This will attempt to exploit the vulnerability and confirm if it exists.

Impact Analysis

An attacker could exploit this to read, modify, or delete sensitive data in the database without authentication. This may lead to unauthorized access to customer information, financial records, or system disruption. The impact includes data breaches, loss of data integrity, and potential service outages.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA requirements for data protection and access controls. GDPR mandates strict data security measures to prevent unauthorized access, while HIPAA requires safeguards for protected health information. Exploitation could result in non-compliance penalties and legal consequences.

Mitigation Strategies

Immediately update the Master.php file to use prepared statements with parameter binding for the ID parameter. Implement strict input validation to whitelist acceptable ID values. Restrict database user privileges to the minimum required. Conduct a full security review of the application to identify similar issues.

Chat Assistant

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

EPSS Chart