Skip to content

Teltonika Login Panel - Detect

ID: teltonika-login

Severity: info

Author: idealphase

Tags: panel,teltonika,edb

Teltonika login panel was detected.

id: teltonika-login
info:
name: Teltonika Login Panel - Detect
author: idealphase
severity: info
description: Teltonika login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/7819
- https://teltonika-iot-group.com/
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:h:teltonika:rut900:*:*:*:*:*:*:*:*
metadata:
max-request: 1
google-query: intitle:"Teltonika -Web UI" | intitle:"Teltonika-RUT -Web UI" inurl:"/cgi-bin/luci"
product: rut900
vendor: teltonika
tags: panel,teltonika,edb
http:
- method: GET
path:
- '{{BaseURL}}/cgi-bin/luci'
matchers-condition: and
matchers:
- type: regex
regex:
- '<title>Teltonika(.*) - Web UI</title>'
- type: status
status:
- 200
# digest: 4a0a00473045022024071f4e708f39363d9eb92f1922a986aee9e7966bfc1740fa7728c72f1bf7f202210086b089b1efd7881055ea1ff10aebae64bfb6eadf4380a7c5cf195c163f9118af: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/exposed-panels/teltonika-login.yaml"

View on Github