| 제목 | 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/gxcyyjy/CVE/issues/4 |
|---|
| 사용자 | gxcy.org.cn (UID 97202) |
|---|
| 제출 | 2026. 05. 10. PM 02:25 (1 월 ago) |
|---|
| 모더레이션 | 2026. 05. 31. PM 02:49 (21 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 367543 [SourceCodester Computer Repair Shop Management System 까지 1.0 manage_product.php 아이디 SQL 주입] |
|---|
| 포인트들 | 20 |
|---|