CVE-2021-27320
published 2021-03-24CVE-2021-27320: Blind SQL injection in contactus.php in Doctor Appointment System 1.0 allows an unauthenticated attacker to insert malicious SQL queries via firstname…
PriorityP267high7.5CVSS 3.1
AVNACLPRNUINSUCHINAN
EXPLOIT
EPSS
9.30%
94.7th percentile
Blind SQL injection in contactus.php in Doctor Appointment System 1.0 allows an unauthenticated attacker to insert malicious SQL queries via firstname parameter.
Affected
1 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| doctor_appointment_system_project | doctor_appointment_system | — | — |
Detection & IOCsextracted from sources · hover to see the quote
- →Detect blind time-based SQL injection attempts against contactus.php: look for POST requests to /contactus.php containing SLEEP() in the firstname parameter body. ↗
- →Response body containing 'Medical Management System' with HTTP 500 status on POST to /contactus.php may indicate successful SQLi triggering an error condition. ↗
- →Time-based detection: if the server response to POST /contactus.php takes >= 6 seconds, a SLEEP-based blind SQLi payload in the firstname parameter is likely being executed. ↗
- ·The exploit targets only Doctor Appointment System version 1.0; other versions are not confirmed vulnerable. ↗
- ·The attack requires no authentication (PR:N, UI:N), meaning any unauthenticated network request to /contactus.php is a valid attack vector. ↗
CVSS provenance
nvdv3.17.5HIGHCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
nvdv2.05.0MEDIUMAV:N/AC:L/Au:N/C:P/I:N/A:N
CVEs like this are exactly what “Exploited This Week” covers.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
No detection rules found.
Nuclei
Doctor Appointment System 1.0 - SQL Injection
nuclei·CVSS 7.5
CVE-2021-27320 [HIGH] Doctor Appointment System 1.0 - SQL Injection
Doctor Appointment System 1.0 - SQL Injection
Blind SQL injection in contactus.php in Doctor Appointment System 1.0 allows an unauthenticated attacker to insert malicious SQL queries via firstname parameter.
Template:
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.
impact: |
Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation.
remediation: |
Upgrade to the latest version to mitigate this vulnerability.
reference:
- http
http://packetstormsecurity.com/files/161642/Doctor-Appointment-System-1.0-Blind-SQL-Injection.htmlhttps://www.sourcecodester.com/php/14182/doctor-appointment-system.htmlhttp://packetstormsecurity.com/files/161642/Doctor-Appointment-System-1.0-Blind-SQL-Injection.htmlhttps://www.sourcecodester.com/php/14182/doctor-appointment-system.html
2021-03-24
Published