SEPTEMBER 15, 2026
Live Feed
Back to database
Case File

CVE-2026-68939

LOW · CVSS 2 EPSS 0.17% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-18 · Last synced 2026-09-15

CyberRota Analysis

AI-Generated

Prior to version 2.8.0, Pyenv's handling of .python-version values and various commands allowed for shell glob metacharacters and unquoted PYENV_VERSION expansion, potentially enabling an attacker to manipulate the interpreter or version selection through crafted filenames. This vulnerability could lead to the execution of unintended Python versions or interpreters, posing a risk to environments relying on Pyenv for version management. Users of Pyenv, especially those managing multiple Python environments, should prioritize upgrading to version 2.8.0 to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-68939
Severity
LOW
CVSS
2
EPSS
0.17%

Original NVD Description

Pyenv provides simple Python version management. Prior to 2.8.0, is_version_safe() in libexec/pyenv-version-file-read accepts shell glob metacharacters in .python-version values, and unquoted PYENV_VERSION expansion in libexec/pyenv-version-name, libexec/pyenv-which, libexec/pyenv-prefix, libexec/pyenv-local, libexec/pyenv-global, libexec/pyenv-version, and libexec/pyenv-versions pathname-expands the value against the current directory, allowing a matching attacker-controlled file to silently select a different installed interpreter or version. This issue is fixed in version 2.8.0.