| 제목 | RemoteClinic V2.0 Boolean-Based Blind SQL Injection |
|---|
| 설명 | A SQL injection vulnerability was discovered in the "Remote Clinic System" project in "/staff/profile. php? Id=28". The backend code did not effectively filter the ID parameter entered by the user and directly concatenated it into the SQL query statement, allowing attackers to close single quotes and insert Boolean logic statements for blind injection
Impact
1. Data breach: Attackers can obtain sensitive information such as user passwords, personal identification information, financial data, etc. by injecting malicious SQL queries.
2. Data tampering: Attackers can modify data in the database, such as changing the permissions or status of user accounts, or inserting false information into the database.
3. Data deletion: Attackers can delete data from the database, which may result in data loss and affect the normal operation of the application.
4. Executing malicious code: In some cases, if the database supports stored procedures or dynamic SQL execution, attackers may be able to execute malicious code, which could lead to more serious security consequences, such as the server being completely controlled. |
|---|
| 원천 | ⚠️ https://github.com/03hice-collab/CVE/issues/3 |
|---|
| 사용자 | 03hice (UID 89185) |
|---|
| 제출 | 2025. 08. 25. PM 01:34 (9 개월 ago) |
|---|
| 모더레이션 | 2025. 09. 01. PM 02:54 (7 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 322117 [RemoteClinic 2.0 /staff/profile.php 아이디 SQL 주입] |
|---|
| 포인트들 | 20 |
|---|