Skip to content

Commit 3a01138

Browse files
1 parent 88d1bad commit 3a01138

1 file changed

Lines changed: 29 additions & 4 deletions

File tree

advisories/unreviewed/2026/03/GHSA-9fv2-c7v6-p45w/GHSA-9fv2-c7v6-p45w.json renamed to advisories/github-reviewed/2026/03/GHSA-9fv2-c7v6-p45w/GHSA-9fv2-c7v6-p45w.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,49 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-9fv2-c7v6-p45w",
4-
"modified": "2026-03-05T21:30:48Z",
4+
"modified": "2026-03-06T22:46:29Z",
55
"published": "2026-03-05T21:30:48Z",
66
"aliases": [
77
"CVE-2024-43035"
88
],
9+
"summary": "Fonoster is vulnerable to directory traversal",
910
"details": "Fonoster 0.5.5 before 0.6.1 allows ../ directory traversal to read arbitrary files via the /sounds/:file or /tts/:file VoiceServer endpoint. This occurs in serveFiles in mods/voice/src/utils.ts. NOTE: serveFiles exists in 0.5.5 but not in the next release, 0.6.1.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:L/I:N/A:N"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "@fonoster/voice"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0.5.5"
29+
},
30+
{
31+
"fixed": "0.6.1"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
2041
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-43035"
2142
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/fonoster/fonoster"
46+
},
2247
{
2348
"type": "WEB",
2449
"url": "https://github.com/fonoster/fonoster/blob/4a1438d9dedeaf7b2a5b6a50d5e233f994e2b2cf/mods/voice/src/utils.ts#L66-L70"
@@ -33,8 +58,8 @@
3358
"CWE-24"
3459
],
3560
"severity": "MODERATE",
36-
"github_reviewed": false,
37-
"github_reviewed_at": null,
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2026-03-06T22:46:28Z",
3863
"nvd_published_at": "2026-03-05T20:16:09Z"
3964
}
4065
}

0 commit comments

Comments
 (0)