Untangle Exposed Admin Signup
ID: untangle-admin-setup
Severity: medium
Author: ritikchaddha
Tags: misconfig,untangle,admin,setup
Description
Section titled “Description”Untangle Exposed Admin Signup is exposed publicly.
YAML Source
Section titled “YAML Source”id: untangle-admin-setup
info: name: Untangle Exposed Admin Signup author: ritikchaddha severity: medium description: Untangle Exposed Admin Signup is exposed publicly. classification: cpe: cpe:2.3:a:untangle:ng_firewall:*:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: untangle product: ng_firewall shodan-query: title:"Setup Wizard" html:"untangle" fofa-query: title="Setup Wizard" && "untangle" tags: misconfig,untangle,admin,setup
http: - method: GET path: - "{{BaseURL}}/setup/setup.do"
matchers-condition: and matchers: - type: word part: body words: - '<title>Setup Wizard</title>' - 'java.untangle.com' condition: and
- type: status status: - 200# digest: 4b0a00483046022100d3b3155f310d83f9cec22f388a68ea9f80963c078857da607f06770e9fcacc17022100df4d464d0b679afcbbbb20216eceff660a68f7304c851b11918466dcc5f208c3: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/misconfiguration/untangle-admin-setup.yaml"