| Title | Medical Certificate Generator App存在sql注入 |
|---|
| Description | 在这个名为Medical Certificate Generator App项目的一个叫做 function.php的文件中,在一个方法名为delete_record() 的方法中,它所执行的的sql语句 $qry = $this->conn->query("SELECT * FROM `med_cert_info` where id = '{$id}' "); 的参数 id没有任何的过滤,我们可以构造攻击语句直接插入进去,造成sql注入,对网站造成影响。 |
|---|
| Source | ⚠️ https://www.sourcecodester.com/php/16105/medical-certificate-generator-app-using-php-and-mysql-free-download.html |
|---|
| User | p1nk (UID 40417) |
|---|
| Submission | 02/07/2023 11:09 (3 years ago) |
|---|
| Moderation | 02/07/2023 13:32 (2 hours later) |
|---|
| Status | Accepted |
|---|
| VulDB entry | 220346 [SourceCodester Medical Certificate Generator App 1.0 function.php delete_record ID sql injection] |
|---|
| Points | 20 |
|---|