Skip to content

Commit 08395ca

Browse files
1 parent ea4d0d6 commit 08395ca

1 file changed

Lines changed: 29 additions & 4 deletions

File tree

advisories/unreviewed/2026/02/GHSA-4r4r-4jp4-wwf9/GHSA-4r4r-4jp4-wwf9.json renamed to advisories/github-reviewed/2026/02/GHSA-4r4r-4jp4-wwf9/GHSA-4r4r-4jp4-wwf9.json

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-4r4r-4jp4-wwf9",
4-
"modified": "2026-02-25T18:31:35Z",
4+
"modified": "2026-02-26T15:45:40Z",
55
"published": "2026-02-24T18:31:02Z",
66
"aliases": [
77
"CVE-2025-69985"
88
],
9+
"summary": "FUXA has JWT Authentication Bypass via HTTP Referer header spoofing",
910
"details": "FUXA 1.2.8 and prior contains an Authentication Bypass vulnerability leading to Remote Code Execution (RCE). The vulnerability exists in the server/api/jwt-helper.js middleware, which improperly trusts the HTTP \"Referer\" header to validate internal requests. A remote unauthenticated attacker can bypass JWT authentication by spoofing the Referer header to match the server's host. Successful exploitation allows the attacker to access the protected /api/runscript endpoint and execute arbitrary Node.js code on the server.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "npm",
21+
"name": "@frangoteam/fuxa"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"last_affected": "1.2.8"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -23,6 +44,10 @@
2344
"type": "WEB",
2445
"url": "https://gist.github.com/lihy10/8cb2dd65ebf1385f12a7e00e25a50d40"
2546
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/frangoteam/FUXA"
50+
},
2651
{
2752
"type": "WEB",
2853
"url": "https://github.com/frangoteam/FUXA/blob/master/server/api/jwt-helper.js"
@@ -33,8 +58,8 @@
3358
"CWE-288"
3459
],
3560
"severity": "CRITICAL",
36-
"github_reviewed": false,
37-
"github_reviewed_at": null,
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2026-02-26T15:45:40Z",
3863
"nvd_published_at": "2026-02-24T16:24:07Z"
3964
}
4065
}

0 commit comments

Comments
 (0)