Skip to content

Commit b9b7312

Browse files
1 parent dd8be53 commit b9b7312

1 file changed

Lines changed: 76 additions & 0 deletions

File tree

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-27vg-33gh-4hwg",
4+
"modified": "2026-03-10T01:02:15Z",
5+
"published": "2026-03-10T01:02:15Z",
6+
"aliases": [
7+
"CVE-2026-3089"
8+
],
9+
"summary": "Actual Sync Server has an Authenticated Path Traversal",
10+
"details": "# Description\n\nActual Sync Server allows authenticated users to upload files through `POST /sync/upload-user-file`. In versions prior to 26.3.0, improper validation of the user-controlled `x-actual-file-id` header means that traversal segments (`../`) can escape the intended directory and write files outside `userFiles`.\n\n## Mitigations\nThe vulnerability can be mitigated in prior versions by running the sync server in a filesystem sandbox.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "@actual-app/sync-server"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "26.3.0"
32+
}
33+
]
34+
}
35+
],
36+
"database_specific": {
37+
"last_known_affected_version_range": "<= 26.2.0"
38+
}
39+
}
40+
],
41+
"references": [
42+
{
43+
"type": "WEB",
44+
"url": "https://github.com/actualbudget/actual/security/advisories/GHSA-27vg-33gh-4hwg"
45+
},
46+
{
47+
"type": "ADVISORY",
48+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-3089"
49+
},
50+
{
51+
"type": "WEB",
52+
"url": "https://github.com/actualbudget/actual/pull/7067"
53+
},
54+
{
55+
"type": "WEB",
56+
"url": "https://github.com/actualbudget/actual/commit/18072e1d8b5281db43ded8b21433ee177bae9dfa"
57+
},
58+
{
59+
"type": "WEB",
60+
"url": "https://fluidattacks.com/advisories/fugue"
61+
},
62+
{
63+
"type": "PACKAGE",
64+
"url": "https://github.com/actualbudget/actual"
65+
}
66+
],
67+
"database_specific": {
68+
"cwe_ids": [
69+
"CWE-22"
70+
],
71+
"severity": "MODERATE",
72+
"github_reviewed": true,
73+
"github_reviewed_at": "2026-03-10T01:02:15Z",
74+
"nvd_published_at": "2026-03-09T14:16:10Z"
75+
}
76+
}

0 commit comments

Comments
 (0)