<?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>Powsybl - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/tags/powsybl/</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>Fri, 28 Aug 2026 21:15:18 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/tags/powsybl/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>Command Injection Vulnerability in PowSyBl Core</title><link>https://feed.craftedsignal.io/briefs/2026-08-powsybl-command-injection/</link><pubDate>Fri, 28 Aug 2026 21:15:18 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-powsybl-command-injection/</guid><description>PowSyBl Core is vulnerable to OS command and argument injection (CVE-2026-55673) via unsanitized shell concatenation in its local command execution components, allowing unauthenticated remote command execution.</description><content:encoded><![CDATA[<p>PowSyBl Core, specifically the <code>powsybl-computation-local</code> package versions 7.2.1 and earlier, contains critical command injection vulnerabilities (CWE-78) and argument injection (CWE-88) flaws. The library constructs shell command strings using insecure concatenation methods before passing them to the underlying operating system shell (<code>bash -c</code> on Unix/Linux, <code>cmd /c</code> on Windows).</p>
<p>The vulnerability is exposed through public APIs in classes like <code>UnixLocalCommandExecutor</code>, <code>WindowsLocalCommandExecutor</code>, and <code>LocalComputationManager</code>, as well as several itools commands including <code>action-simulator</code> and <code>security-analysis</code>. Because the library does not properly sanitize input parameters or environment variables, an attacker providing input to these APIs can escape the intended command sequence and execute arbitrary shell instructions with the privileges of the JVM process. This poses a significant risk to downstream services, such as REST front-ends or multi-tenant grid analysis platforms that process external inputs.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows an attacker to execute arbitrary shell commands with the privileges of the JVM user. This includes full system access, unauthorized file operations (read/write/execute), process spawning, and data exfiltration. The impact is elevated for services that expose these computation parameters to untrusted users, enabling remote code execution without the attacker needing to interact with the PowSyBl codebase directly.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade <code>com.powsybl:powsybl-computation-local</code> to version 7.2.2 or higher immediately to address CVE-2026-55673.</li>
<li>If immediate patching is not feasible, implement strict input validation for all user-provided arguments in the application layer, forbidding shell metacharacters such as ';', '|', '&amp;', '$', and others identified in the official advisory for Unix and Windows systems.</li>
<li>Audit applications that integrate <code>powsybl-computation-local</code> to determine if they pass untrusted input to any of the vulnerable public methods, including <code>LocalComputationManager.execute()</code> or the <code>itools</code> command-line utilities.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>cve-2026-55673</category><category>command-injection</category><category>java</category><category>powsybl</category></item></channel></rss>