| Title | itsourcecode itsourcecode Electronic Judging System Project V1.0 V1.0 SQL Injection |
|---|
| Description | During the security review of "BCC Intrams Electronic Judging System", I discovered a critical SQL injection and missing authentication vulnerability in the file. This file contains only 9 lines of PHP code yet harbors three fatal defects: no session verification, direct user input concatenation into SQL, and silently suppressing all errors. An attacker only needs to enter a carefully crafted URL in the browser address bar to delete all records in the table within seconds. This vulnerability can be fully automated for mass exploitation, produces no server-side error logs during the attack, and the frontend still displays the misleading "Judge successfully removed" alert. Immediate remedial measures are needed to ensure system security and protect competition data integrity./admin/delete_judge.phperror_reporting(0)judges
Attackers can exploit this vulnerability to delete all judge records from the table with a single HTTP GET request without any authentication, leading to:judges
Complete data integrity loss: All judge information is irreversibly destroyed
Business continuity disruption: The scoring system becomes inoperable, forcing event cancellation
Competition fairness compromised: Selective deletion of judges can manipulate competition results |
|---|
| Source | ⚠️ https://github.com/i-QvQ-i/first-OvO/issues/8 |
|---|
| User | i-OvO-i (UID 97659) |
|---|
| Submission | 07/05/2026 17:32 (2 months ago) |
|---|
| Moderation | 08/20/2026 10:43 (2 months later) |
|---|
| Status | Duplicate |
|---|
| VulDB entry | 365547 [itsourcecode Electronic Judging System 1.0 /admin/delete_judge.php judge_id sql injection] |
|---|
| Points | 0 |
|---|