{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2023-0552/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2023-0552/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2023-0552/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2023-0552/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2023-0552/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2023-0552"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2023-0552"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2023/CVE-2023-0552.yaml",
    "nuclei_template_severity": "medium",
    "nuclei_template_yaml": "id: CVE-2023-0552\n\ninfo:\n  name: WordPress Pie Register <3.8.2.3 - Open Redirect\n  author: r3Y3r53\n  severity: medium\n  description: |\n    WordPress Pie Register plugin before 3.8.2.3 contains an open redirect vulnerability. The plugin does not properly validate the redirection URL when logging in and login out. An attacker can redirect a user to a malicious site and possibly obtain sensitive information, modify data, and/or execute unauthorized operations.\n  impact: |\n    Authenticated attackers with low privileges can manipulate the redirect_to parameter during logout to redirect users to malicious sites for phishing attacks.\n  remediation: |\n    Fixed in version 3.8.2.3.\n  reference:\n    - https://wpscan.com/vulnerability/832c6155-a413-4641-849c-b98ba55e8551\n    - https://nvd.nist.gov/vuln/detail/CVE-2023-0552\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 5.4\n    cve-id: CVE-2023-0552\n    cwe-id: CWE-601\n    epss-score: 0.24263\n    epss-percentile: 0.97779\n    cpe: cpe:2.3:a:genetechsolutions:pie_register:*:*:*:*:*:wordpress:*:*\n  metadata:\n    verified: true\n    max-request: 1\n    vendor: genetechsolutions\n    product: pie_register\n    framework: wordpress\n  tags: cve2023,cve,redirect,pie,pie-register,wpscan,genetechsolutions,wordpress,vkev,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/wp-admin?piereg_logout_url=true&redirect_to=https://oast.me\"\n\n    redirects: true\n    matchers:\n      - type: regex\n        part: header\n        regex:\n          - '(?m)^(?:Location\\s*?:\\s*?)(?:https?://|//)(?:[a-zA-Z0-9\\-_\\.@]*)oast\\.me.*$'\n# digest: 4a0a0047304502206d06bae58e842fe30083f2c3711bc61a410a5c61c91abf2ce670b91d38e575ac022100f5986c9235a1dc09d0ca243ae58103184a15ad0e1dff3a9937db51a9be755bc9:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2023-0552"
}