CVE-2022-21668

HIGH

pipenv 2018.10.9-2022.1.8 - Remote Code Execution via Malicious Requirements File Comment

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2022-21668. PoCs published by sreeram281997.

AI-analyzed exploit summary This repository provides a detailed writeup on CVE-2022-21668, a vulnerability in Pipenv that allows RCE via malicious index URLs in comments within requirements.txt files. It explains the bug, exploit mechanism, and the fix implemented in version 2022.1.8.

Description

pipenv is a Python development workflow tool. Starting with version 2018.10.9 and prior to version 2022.1.8, a flaw in pipenv's parsing of requirements files allows an attacker to insert a specially crafted string inside a comment anywhere within a requirements.txt file, which will cause victims who use pipenv to install the requirements file to download dependencies from a package index server controlled by the attacker. By embedding malicious code in packages served from their malicious index server, the attacker can trigger arbitrary remote code execution (RCE) on the victims' systems. If an attacker is able to hide a malicious `--index-url` option in a requirements file that a victim installs with pipenv, the attacker can embed arbitrary malicious code in packages served from their malicious index server that will be executed on the victim's host during installation (remote code execution/RCE). When pip installs from a source distribution, any code in the setup.py is executed by the install process. This issue is patched in version 2022.1.8. The GitHub Security Advisory contains more information about this vulnerability.

Exploits (1)

nomisec WRITEUP 1 stars
by sreeram281997 · poc
https://github.com/sreeram281997/CVE-2022-21668-Pipenv-RCE-vulnerability

This repository provides a detailed writeup on CVE-2022-21668, a vulnerability in Pipenv that allows RCE via malicious index URLs in comments within requirements.txt files. It explains the bug, exploit mechanism, and the fix implemented in version 2022.1.8.

Classification
Writeup 100%
Attack Type
Rce
Complexity
Trivial
Reliability
Reliable
Target: Pipenv versions 2018.10.9 to 2022.1.8
No auth needed
Prerequisites: Victim must use Pipenv to install a malicious requirements.txt file
devstral-2 · analyzed Feb 16, 2026 Full analysis →

Scores

CVSS v3 8.0
EPSS 0.0386
EPSS Percentile 88.8%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H

Details

CWE
CWE-1284 CWE-77 CWE-427 CWE-78 CWE-20 CWE-190 CWE-791
Status published
Products (5)
fedoraproject/fedora 34
fedoraproject/fedora 35
fedoraproject/fedora 36
pypa/pipenv 2018.10.9 - 2022.1.8
pypi/pipenv 2018.10.9 - 2022.1.8PyPI
Published Jan 10, 2022
Tracked Since Feb 18, 2026