Advisory Database
  • Advisories
  • Dependency Scanning
  1. maven
  2. ›
  3. com.powsybl/powsybl-computation-local
  4. ›
  5. CVE-2026-55673

CVE-2026-55673: PowSyBl Core has Command Injection in LocalCommandExecutor-s

August 28, 2026

Both AbstractLocalCommandExecutor OS-dependent implementations are subject to CWE-78 (OS Command Injection), with a secondary CWE-88 (Argument Injection) concern via environment variables.

The local command executor build command strings via concatenation and executes them (through bash -c for Unix, or cmd /c for Windows). Any string argument or environment variable value reaching this executor can break out of the intended command and execute arbitrary shell code as the JVM user.

The sink is reachable through public APIs that accept List<String> arguments without any documented indication that elements undergo shell interpretation.

Any caller — CLI, library integration, or embedding service — that forwards data from a less-trusted source into these APIs inherits the vulnerability.

References

  • github.com/advisories/GHSA-jqvf-j3ww-r8c7
  • github.com/powsybl/powsybl-core/commit/17461264d1d18f9bba43bb7855f251e9fa55a4db
  • github.com/powsybl/powsybl-core/commit/7aa28d8c2492bbcd061585cb498acce72d5ed79a
  • github.com/powsybl/powsybl-core/pull/3973
  • github.com/powsybl/powsybl-core/releases/tag/v7.2.2
  • github.com/powsybl/powsybl-core/security/advisories/GHSA-jqvf-j3ww-r8c7
  • nvd.nist.gov/vuln/detail/CVE-2026-55673

Code Behaviors & Features

Detect and mitigate CVE-2026-55673 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 7.2.2

Fixed versions

  • 7.2.2

Solution

Upgrade to version 7.2.2 or above.

Impact 7.1 HIGH

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H

Learn more about CVSS

Weakness

  • CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
  • CWE-88: Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')

Source file

maven/com.powsybl/powsybl-computation-local/CVE-2026-55673.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 09 Sep 2026 12:22:13 +0000.