Skip to content

Commit f429acc

Browse files
1 parent aff6ab0 commit f429acc

File tree

1 file changed

+37
-7
lines changed

1 file changed

+37
-7
lines changed

advisories/unreviewed/2025/12/GHSA-q37j-3367-fwv7/GHSA-q37j-3367-fwv7.json renamed to advisories/github-reviewed/2025/12/GHSA-q37j-3367-fwv7/GHSA-q37j-3367-fwv7.json

Lines changed: 37 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-q37j-3367-fwv7",
4-
"modified": "2025-12-12T12:30:25Z",
4+
"modified": "2025-12-12T16:46:05Z",
55
"published": "2025-12-12T12:30:25Z",
66
"aliases": [
77
"CVE-2025-26866"
88
],
9-
"details": "A remote code execution vulnerability exists where a malicious Raft node can exploit insecure Hessian deserialization within the PD store. The fix enforces IP-based authentication to restrict cluster membership and implements a strict class whitelist to harden the Hessian serialization process against object injection attacks.\n\n\n\n\nUsers are recommended to upgrade to version 1.7.0, which fixes the issue.",
10-
"severity": [],
11-
"affected": [],
9+
"summary": "Apache HugeGraph-Server: RAFT and deserialization vulnerability",
10+
"details": "A remote code execution vulnerability exists where a malicious Raft node can exploit insecure Hessian deserialization within the PD store. The fix enforces IP-based authentication to restrict cluster membership and implements a strict class whitelist to harden the Hessian serialization process against object injection attacks.\n\nUsers are recommended to upgrade to version 1.7.0, which fixes the issue.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.apache.hugegraph:hg-pd-core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "1.7.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1238
"references": [
1339
{
1440
"type": "ADVISORY",
@@ -18,6 +44,10 @@
1844
"type": "WEB",
1945
"url": "https://github.com/apache/incubator-hugegraph/pull/2735"
2046
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/apache/incubator-hugegraph"
50+
},
2151
{
2252
"type": "WEB",
2353
"url": "https://lists.apache.org/thread/ko8jkwbjbb99m45pg4sgo5xsm8gx9nsq"
@@ -31,9 +61,9 @@
3161
"cwe_ids": [
3262
"CWE-502"
3363
],
34-
"severity": null,
35-
"github_reviewed": false,
36-
"github_reviewed_at": null,
64+
"severity": "HIGH",
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-12-12T16:46:05Z",
3767
"nvd_published_at": "2025-12-12T10:15:49Z"
3868
}
3969
}

0 commit comments

Comments
 (0)