OS Command Injection Affecting py3-cassandra-medusa package, versions <0.29.0-r0


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.8% (52nd percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications

Snyk Learn

Learn about OS Command Injection vulnerabilities in an interactive lesson.

Start learning
  • Snyk IDSNYK-CHAINGUARDLATEST-PY3CASSANDRAMEDUSA-17134199
  • published3 Jun 2026
  • disclosed10 Jun 2026

Introduced: 3 Jun 2026

NewCVE-2026-42563  (opens in a new tab)
CWE-78  (opens in a new tab)

How to fix?

Upgrade Chainguard py3-cassandra-medusa to version 0.29.0-r0 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream py3-cassandra-medusa package and not the py3-cassandra-medusa package as distributed by Chainguard. See How to fix? for Chainguard relevant fixed versions and status.

Dulwich is a pure-Python implementation of the Git file formats and protocols. Starting in version 0.24.0 and prior to version 1.2.5, Dulwich's ProcessMergeDriver substitutes the file path (from the git tree, controllable by an attacker via a malicious branch) into the merge driver command via the %P placeholder and executes it with subprocess.run(..., shell=True). An attacker who can cause a victim to merge an untrusted branch can achieve arbitrary command execution by crafting malicious file paths. Version 1.2.5 fixes the issue.