Description
A vulnerability was detected in alldatacenter alldata up to 0.6.8. This affects the function Hessian2Input.readObject of the file /serialize/impl/HessianSerializer.java of the component xxl-rpc Listener. The manipulation results in deserialization. The attack may be performed from remote. The exploit is now public and may be used. The project closed the issue report as "not planned" without any further explanation.
Published: 2026-08-14
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An attacker who can send crafted Hessian payloads to the xxl-rpc Listener in alldatacenter alldata may trigger deserialization of untrusted data in the Hessian2Input.readObject method. Because deserialization logic is applied to externally supplied input without validation, an attacker could inject malicious objects that are instantiated during deserialization, potentially leading to remote code execution. The flaw aligns with CWE-502 (Deserialization of Untrusted Data) and CWE-20 (Improper Input Validation).

Affected Systems

The vulnerability exists in all releases of alldata v0.6.8 and earlier. The affected component is the HessianSerializer in the xxl-rpc Listener module. Any environment running these versions is susceptible, particularly systems that expose the RPC service over a network.

Risk and Exploitability

The CVSS base score is 6.9, indicating a moderate risk. The EPSS score is not available, but the vulnerability is publicly known and the issue was described as "not planned" to fix, implying attackers could already craft exploits. Although the vulnerability is not in the KEV catalog, the remote attack vector allows adversaries to target exposed RPC endpoints, potentially compromising affected infrastructure. Prioritizing a patch or mitigating network exposure is advisable.

Generated by OpenCVE AI on August 14, 2026 at 14:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade alldata to a version later than 0.6.8 where the deserialization issue has been resolved.
  • Restrict network access to the xxl-rpc Listener by configuring firewalls or access control lists to allow only trusted hosts.
  • Until a patch is available, disable or remove the Hessian serialization endpoint; alternatively, isolate the service on a separate, hardened host and enforce strict input validation or use a secure deserialization library.

Generated by OpenCVE AI on August 14, 2026 at 14:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 14 Aug 2026 13:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was detected in alldatacenter alldata up to 0.6.8. This affects the function Hessian2Input.readObject of the file /serialize/impl/HessianSerializer.java of the component xxl-rpc Listener. The manipulation results in deserialization. The attack may be performed from remote. The exploit is now public and may be used. The project closed the issue report as "not planned" without any further explanation.
Title alldatacenter alldata xxl-rpc Listener HessianSerializer.java Hessian2Input.readObject deserialization
First Time appeared Alldata
Alldata alldata
Weaknesses CWE-20
CWE-502
CPEs cpe:2.3:a:alldata:alldata:*:*:*:*:*:*:*:*
Vendors & Products Alldata
Alldata alldata
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-14T13:00:09.415Z

Reserved: 2026-08-14T05:50:11.826Z

Link: CVE-2026-19826

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-14T13:17:38.333

Modified: 2026-08-14T13:17:38.333

Link: CVE-2026-19826

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-14T14:45:17Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-502

    Deserialization of Untrusted Data