Skip to content

Commit ab8a284

Browse files
1 parent c9be892 commit ab8a284

File tree

2 files changed

+77
-33
lines changed

2 files changed

+77
-33
lines changed
Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-pp3g-xmm4-5cw9",
4+
"modified": "2025-12-23T19:47:00Z",
5+
"published": "2025-12-23T18:30:27Z",
6+
"aliases": [
7+
"CVE-2025-65713"
8+
],
9+
"summary": "Home Assistant Core before is vulnerable to Directory Traversal",
10+
"details": "Home Assistant Core before v2025.8.0 is vulnerable to Directory Traversal. The Downloader integration does not fully validate file paths during concatenation, leaving a path traversal vulnerability.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "PyPI",
21+
"name": "homeassistant"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "2025.8.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-65713"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://github.com/home-assistant/core/pull/150046"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://gist.github.com/GenoWang/7359360285e0fe21a7a58d10ff71d032"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/home-assistant/core"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://github.com/home-assistant/core/blob/a4d12694dae82f10e2ca9c524e44a22ab7dacf66/homeassistant/components/downloader/services.py#L32"
58+
},
59+
{
60+
"type": "WEB",
61+
"url": "https://github.com/home-assistant/core/blob/a4d12694dae82f10e2ca9c524e44a22ab7dacf66/homeassistant/util/__init__.py#L20"
62+
},
63+
{
64+
"type": "WEB",
65+
"url": "https://github.com/home-assistant/core/blob/a4d12694dae82f10e2ca9c524e44a22ab7dacf66/homeassistant/util/__init__.py#L32-L38"
66+
}
67+
],
68+
"database_specific": {
69+
"cwe_ids": [
70+
"CWE-22"
71+
],
72+
"severity": "HIGH",
73+
"github_reviewed": true,
74+
"github_reviewed_at": "2025-12-23T19:47:00Z",
75+
"nvd_published_at": "2025-12-23T17:15:48Z"
76+
}
77+
}

advisories/unreviewed/2025/12/GHSA-pp3g-xmm4-5cw9/GHSA-pp3g-xmm4-5cw9.json

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)