3COM NJ2000 - Default Login
ID: 3com-nj2000-default-login
Severity: high
Author: daffainfo
Tags: default-login,3com,nj2000
Description
Section titled “Description”3COM NJ2000 contains a default login vulnerability. Default admin login password of ‘password’ was found. 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: 3com-nj2000-default-login
info: name: 3COM NJ2000 - Default Login author: daffainfo severity: high description: 3COM NJ2000 contains a default login vulnerability. Default admin login password of 'password' was found. An attacker can obtain access to user accounts and access sensitive information, modify data, and/or execute unauthorized operations. reference: - https://www.manualslib.com/manual/204158/3com-Intellijack-Nj2000.html?page=12 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: verified: true max-request: 1 shodan-query: http.title:"ManageEngine Password" fofa-query: body="NJ2000" tags: default-login,3com,nj2000
http: - raw: - | POST /login.html HTTP/1.1 Host: {{Hostname}} Content-Type: application/x-www-form-urlencoded
password=password
matchers-condition: and matchers: - type: word part: body words: - '<title>3Com Corporation Web Interface</title>' - '<frame name="mainFrame" src="blank.html">' condition: and
- type: status status: - 200# digest: 490a0046304402205b6035925d2baefc7fea477ce1d1c555661ee78de2ebca4acbef788c8de46ee002207770659513b282b173bed7a0785171cdb26926e5148b7c82914efc85edd3c85f: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/3com/3com-nj2000-default-login.yaml"