cbcvebase.
CVE-2021-27320
published 2021-03-24

CVE-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
VendorProductVersion rangeFixed in
doctor_appointment_system_projectdoctor_appointment_system

Detection & IOCsextracted from sources · hover to see the quote

path/contactus.php
commandfirstname=test'+AND+(SELECT+6133+FROM+(SELECT(SLEEP(6)))nOqb)+AND+'RiUU'='RiUU
  • 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.