제출 #819933: code-projects code-projects Online Hospital Management System 1.0 1.0 SQL Injection정보

제목code-projects code-projects Online Hospital Management System 1.0 1.0 SQL Injection
설명Online Hospital Management System (https://code-projects.org/online-hospital-management-system-in-php-with-source-code/) contains an unauthenticated SQL injection vulnerability in the file patient.php. The GET parameter 'editid' is directly concatenated into both SELECT and UPDATE SQL queries without any sanitization or parameterized query protection. This allows any remote attacker, without prior authentication, to inject arbitrary SQL code. By exploiting the SELECT query, an attacker can extract sensitive data from the database (including admin credentials) using UNION-based or blind SQL injection techniques. By exploiting the UPDATE query, an attacker can modify or overwrite all records in the 'patient' table by injecting conditions that affect every row. The vulnerability can lead to full compromise of patient data, unauthorized administrative access, and potential destruction of the application's database.
원천⚠️ https://github.com/aiyuyuyu/cve/blob/main/patient_sql.md
사용자
 yuyuyu (UID 97935)
제출2026. 05. 06. AM 04:43 (1 월 ago)
모더레이션2026. 05. 30. PM 06:37 (25 days later)
상태수락
VulDB 항목367467 [code-projects Online Hospital Management System 1.0 /patient.php editid SQL 주입]
포인트들20

Do you want to use VulDB in your project?

Use the official API to access entries easily!