<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>EsProc - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/esproc/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Wed, 19 Aug 2026 02:58:27 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/esproc/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Deserialization Vulnerability in SPLWare esProc</title><link>https://feed.craftedsignal.io/briefs/2026-08-esproc-deserialization/</link><pubDate>Wed, 19 Aug 2026 02:58:27 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-esproc-deserialization/</guid><description>An unauthenticated remote deserialization vulnerability (CVE-2026-75987) in SPLWare esProc allows attackers to execute arbitrary code via the SocketData.java component.</description><content:encoded><![CDATA[<p>SPLWare esProc versions up to and including 20260507 are vulnerable to a remote deserialization flaw identified as CVE-2026-75987. The vulnerability exists in the <code>ObjectInputStream.readUnshared</code> function located within <code>src/main/java/com/scudata/parallel/SocketData.java</code>.</p>
<p>The flaw allows an unauthenticated remote attacker to pass untrusted serialized objects to the application, which are then improperly processed by the <code>readUnshared</code> method. Because the application fails to validate the input before deserialization, an attacker can manipulate the object stream to achieve remote code execution (RCE) on the underlying server. Given the nature of Java deserialization vulnerabilities, successful exploitation typically results in complete system compromise. Organizations running SPLWare esProc should audit their instances for this version and evaluate the necessity of exposure to the network.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-75987 allows an unauthenticated remote attacker to achieve arbitrary code execution. This impacts the confidentiality, integrity, and availability of the host server. The vulnerability is present in the <code>SocketData.java</code> component, suggesting that any exposed network socket used for parallel processing or data transmission is a potential vector for attack.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade SPLWare esProc to a version later than 20260507 to remediate the vulnerability in <code>SocketData.java</code>.</li>
<li>Isolate instances of esProc that are currently exposed to the internet until the patch is applied.</li>
<li>Review network access control lists (ACLs) to restrict access to ports utilized by esProc parallel processing services to trusted internal sources only.</li>
<li>Monitor application logs for unexpected deserialization errors or serialized object payloads that do not correspond to expected internal communication patterns.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>