Impact
The vulnerability resides in the SocketData component of SPLWare esProc, where the method ObjectInputStream.readUnshared is invoked on data received from external sources without proper validation. This design allows an attacker to send a manipulated byte stream that is deserialized by the application. The CVE description states that remote exploitation is possible, and it is inferred that such deserialization may enable arbitrary code execution, though the active impact is not explicitly confirmed.
Affected Systems
All releases of SPLWare esProc up to and including version 20260507 contain this flaw. It is located in src/main/java/com/scudata/parallel/SocketData.java. Users running any of these versions should seek vendor guidance, consider upgrading to a newer release if available, or implement network-level controls to mitigate risk.
Risk and Exploitability
The CVSS score of 6.9 denotes moderate severity, and the EPSS score is not available for this CVE. It is not listed in the CISA KEV catalog. The flaw is remotely exploitable via network access to the esProc service, allowing an attacker to send crafted serialized input that is processed by ObjectInputStream.readUnshared. It is inferred that this could lead to execution of arbitrary code or other unintended behavior, but the CVE description does not provide explicit evidence of such outcomes.
OpenCVE Enrichment