| 标题 | SourceCodester Interview Management System Project V1.0 SQL Injection |
|---|
| 描述 | During the security review of "Interview Management System",I discovered a critical SQL injection vulnerability in the "viewReport.php" file. This vulnerability stems from insufficient user input validation of the 'id' parameter, allowing attackers to inject malicious SQL queries. In the View.php class, the viewReport() and viewReportComment() methods directly use the unsanitized $_GET['id'] parameter in SQL queries, which can be exploited to manipulate database queries. Therefore, attackers can gain unauthorized access to databases, modify or delete data, and access sensitive information. Immediate remedial measures are needed to ensure system security and protect data integrity. |
|---|
| 来源 | ⚠️ https://github.com/DrNbnonono/CVE/issues/3 |
|---|
| 用户 | Drnbnonono (UID 90976) |
|---|
| 提交 | 2025-10-02 05時22分 (7 月前) |
|---|
| 管理 | 2025-10-08 06時59分 (6 days later) |
|---|
| 状态 | 重复 |
|---|
| VulDB条目 | 205667 [SourceCodester Interview Management System 1.0 /viewReport.php 标识符 SQL注入] |
|---|
| 积分 | 0 |
|---|