Home assistant is an open source home automation. The Home Assistant login page allows users to use their local Home Assistant credentials and log in to another website that specifies the `redirect_uri` and `client_id` parameters. Although the `redirect_uri` validation typically ensures that it matches the `client_id` and the scheme represents either `http` or `https`, Home Assistant will fetch the `client_id` and check for `<link rel="redirect_uri" href="...">` HTML tags on the page. These URLs are not subjected to the same scheme validation and thus allow for arbitrary JavaScript execution on the Home Assistant administration page via usage of `javascript:` scheme URIs. This Cross-site Scripting (XSS) vulnerability can be executed on the Home Assistant frontend domain, which may be used for a full takeover of the Home Assistant account and installation. This issue has been addressed in version 2023.9.0 and all users are advised to upgrade. There are no known workarounds for this vulnerability.
References
Link | Resource |
---|---|
https://github.com/home-assistant/core/security/advisories/GHSA-jvxq-x42r-f7mv | Vendor Advisory |
https://github.com/home-assistant/core/security/advisories/GHSA-jvxq-x42r-f7mv | Vendor Advisory |
Configurations
History
21 Nov 2024, 08:21
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 8.8 |
References | () https://github.com/home-assistant/core/security/advisories/GHSA-jvxq-x42r-f7mv - Vendor Advisory |
26 Oct 2023, 16:30
Type | Values Removed | Values Added |
---|---|---|
First Time |
Home-assistant
Home-assistant home-assistant |
|
References | (MISC) https://github.com/home-assistant/core/security/advisories/GHSA-jvxq-x42r-f7mv - Vendor Advisory | |
CWE | CWE-79 | |
CPE | cpe:2.3:a:home-assistant:home-assistant:*:*:*:*:*:*:*:* | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 9.6 |
19 Oct 2023, 23:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2023-10-19 23:15
Updated : 2024-11-21 08:21
NVD link : CVE-2023-41895
Mitre link : CVE-2023-41895
CVE.ORG link : CVE-2023-41895
JSON object : View
Products Affected
home-assistant
- home-assistant
CWE
CWE-79
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')