Skip to content

Commit 0015cdd

Browse files
1 parent d93d8b6 commit 0015cdd

1 file changed

Lines changed: 39 additions & 7 deletions

File tree

advisories/unreviewed/2026/03/GHSA-gv7f-w92j-383q/GHSA-gv7f-w92j-383q.json renamed to advisories/github-reviewed/2026/03/GHSA-gv7f-w92j-383q/GHSA-gv7f-w92j-383q.json

Lines changed: 39 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-gv7f-w92j-383q",
4-
"modified": "2026-03-20T21:31:28Z",
4+
"modified": "2026-03-20T21:53:19Z",
55
"published": "2026-03-20T21:31:28Z",
66
"aliases": [
77
"CVE-2025-55988"
88
],
9+
"summary": "DreamFactory has a directory traversal",
910
"details": "An issue in the component /Controllers/RestController.php of DreamFactory Core v1.0.3 allows attackers to execute a directory traversal via an unsanitized URI path.",
10-
"severity": [],
11-
"affected": [],
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Packagist",
21+
"name": "dreamfactory/df-core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.0.4"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1238
"references": [
1339
{
1440
"type": "ADVISORY",
@@ -18,16 +44,22 @@
1844
"type": "WEB",
1945
"url": "https://github.com/dreamfactorysoftware/df-core/commit/54354605b2ec9afe6ee96756a5a22f6f56828950#diff-e57a7c0af25166ac8f02695307c6c413ca4ba0a48a20b2202ad910654528aab1"
2046
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/dreamfactorysoftware/df-core"
50+
},
2151
{
2252
"type": "WEB",
2353
"url": "https://pentest-tools.com/PTT-2025-001-RemoteCodeExecution-via-URL-Path-Traversal.pdf"
2454
}
2555
],
2656
"database_specific": {
27-
"cwe_ids": [],
28-
"severity": null,
29-
"github_reviewed": false,
30-
"github_reviewed_at": null,
57+
"cwe_ids": [
58+
"CWE-22"
59+
],
60+
"severity": "HIGH",
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2026-03-20T21:53:19Z",
3163
"nvd_published_at": "2026-03-20T21:17:12Z"
3264
}
3365
}

0 commit comments

Comments
 (0)