{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2019-14223/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2019-14223/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2019-14223/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2019-14223/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2019-14223/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2019-14223"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2019-14223"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2019/CVE-2019-14223.yaml",
    "nuclei_template_severity": "medium",
    "nuclei_template_yaml": "id: CVE-2019-14223\n\ninfo:\n  name: Alfresco Share - Open Redirect\n  author: pdteam\n  severity: medium\n  description: Alfresco Share before 5.2.6, 6.0.N and 6.1.N contains an open redirect vulnerability via a crafted POST request. 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    An attacker can trick users into visiting a malicious website, leading to potential phishing attacks or the disclosure of sensitive information.\n  remediation: |\n    Apply the latest security patches or updates provided by Alfresco to fix the open redirect vulnerability.\n  reference:\n    - https://community.alfresco.com/content?filterID=all~objecttype~thread%5Bquestions%5D\n    - https://github.com/DrunkenShells/Disclosures/tree/master/CVE-2019-14223-Open%20Redirect%20in%20Alfresco%20Share-Alfresco%20Community\n    - https://nvd.nist.gov/vuln/detail/CVE-2019-14223\n    - https://github.com/ARPSyndicate/kenzer-templates\n    - https://github.com/Elsfa7-110/kenzer-templates\n  classification:\n    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N\n    cvss-score: 6.1\n    cve-id: CVE-2019-14223\n    cwe-id: CWE-601\n    epss-score: 0.04474\n    epss-percentile: 0.91032\n    cpe: cpe:2.3:a:alfresco:alfresco:*:*:*:*:community:*:*:*\n  metadata:\n    max-request: 1\n    vendor: alfresco\n    product: alfresco\n  tags: cve,cve2019,redirect,alfresco,vkev,vuln\n\nhttp:\n  - method: POST\n    path:\n      - '{{BaseURL}}/share/page/dologin'\n\n    body: |\n      success=%2Fshare%2Fpage%2F&failure=:\\\\interact.sh&username=baduser&password=badpass\n\n    headers:\n      Content-Type: application/x-www-form-urlencoded\n    matchers:\n      - type: regex\n        part: header\n        regex:\n          - \"(?m)^(?:Location\\\\s*:\\\\s*)(?:https?://|//|\\\\\\\\)?(?:[a-zA-Z0-9\\\\-_]*\\\\.)?interact\\\\.sh(?:\\\\s*)$\"\n# digest: 4a0a0047304502202dbc7a8c80e183558db4ff708e8ded7335da6406b3db32c415d122cb3a448776022100ac4bba7751d208f93d1599726aa1dfe42d1cf4410cbd7b1e385d0ef06f323393:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2019-14223"
}