VYPR
High severityOSV Advisory· Published Dec 12, 2025· Updated Feb 26, 2026

Apache HugeGraph-Server: RAFT and deserialization vulnerability

CVE-2025-26866

Description

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.

Users are recommended to upgrade to version 1.7.0, which fixes the issue.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

CVE-2025-26866: A remote code execution vulnerability in Apache HugeGraph-Server via insecure Hessian deserialization in the PD store, fixed in version 1.7.0.

Vulnerability

Overview

CVE-2025-26866 is a remote code execution (RCE) vulnerability in the PD store of Apache HugeGraph-Server. The root cause lies in insecure Hessian deserialization, which allows a malicious Raft node to inject arbitrary objects and execute code. The vulnerability affects versions 1.0.0 through 1.5.0 [1][2].

Attack

Vector and Prerequisites

An attacker must be able to act as a malicious Raft node within the cluster. By sending specially crafted Hessian serialized data to the PD store, the attacker can trigger object injection. The fix addresses this by enforcing IP-based authentication to restrict cluster membership and implementing a strict class whitelist for the Hessian serialization process [3][4].

Impact and

Mitigation

Successful exploitation grants the attacker remote code execution within the context of the HugeGraph-Server process, potentially leading to full compromise of the database server and its data. Users are strongly recommended to upgrade to HugeGraph-Server version 1.7.0, which contains the security fixes [1][2][3].

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected packages

Versions sourced from the GitHub Security Advisory.

PackageAffected versionsPatched versions
org.apache.hugegraph:hg-pd-coreMaven
< 1.7.01.7.0

Affected products

1

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

5

News mentions

0

No linked articles in our index yet.