| 标题 | SourceCodester Computer Repair Shop Management System in PHP/OOP Free Source Code V1.0 SQL Injection |
|---|
| 描述 | Vulnerability Overview
The Computer Repair Shop Management System in PHP/OOP Free Source Code application does not properly validate or sanitize user input for the id parameter. This results in a confirmed SQL Injection vulnerability. An unauthenticated remote attacker can construct and execute malicious SQL statements through the affected endpoint and backend SQL sink.
Problem Type and Root Cause
Type: SQL Injection
Root Cause: User-supplied input from the id parameter is directly concatenated into SQL statements without prepared statements, safe parameter binding, or strict input validation. This allows attacker-controlled input to alter the intended query logic.
Impact
Attack Conditions: No authentication or authorization is required. The vulnerable endpoint is reachable over the network in a default installation.
Potential Impact: In the local test environment, sqlmap successfully confirmed SQL injection and produced direct exploitation evidence such as DBMS identification, database enumeration, table enumeration, or sample data extraction. This demonstrates a practical path to unauthorized backend data disclosure and may also enable data tampering or service impact depending on the database privileges used by the application. |
|---|
| 来源 | ⚠️ https://github.com/blue-pig-ops/CVE/issues/1 |
|---|
| 用户 | blue_pig (UID 99010) |
|---|
| 提交 | 2026-06-18 16時24分 (2 月前) |
|---|
| 管理 | 2026-08-05 23時35分 (2 months later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 386421 [SourceCodester Computer Repair Shop Management System 1.0 Master.php?f=delete_product 标识符 SQL注入] |
|---|
| 积分 | 20 |
|---|