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.
References
Link | Resource |
---|---|
https://github.com/pypa/pipenv/commit/439782a8ae36c4762c88e43d5f0d8e563371b46f | Patch Third Party Advisory |
https://github.com/pypa/pipenv/releases/tag/v2022.1.8 | Release Notes Third Party Advisory |
https://github.com/pypa/pipenv/security/advisories/GHSA-qc9x-gjcv-465w | Exploit Third Party Advisory |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/56HBA3EOSLEDNCCBJVHE6DO34P56EOUM/ | Mailing List |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/KCROBYHUS6DKQPCXBRPCZ5CDBNQTYAWT/ | Mailing List |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QHQRIWKDP3SVJABAPEXBIQPKDI6UP7G4/ | Mailing List |
Configurations
History
07 Feb 2024, 19:25
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-190 CWE-1284 |
|
References | () https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/56HBA3EOSLEDNCCBJVHE6DO34P56EOUM/ - Mailing List | |
References | () https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/KCROBYHUS6DKQPCXBRPCZ5CDBNQTYAWT/ - Mailing List | |
References | () https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/QHQRIWKDP3SVJABAPEXBIQPKDI6UP7G4/ - Mailing List |
25 Apr 2022, 17:58
Type | Values Removed | Values Added |
---|---|---|
References | (FEDORA) https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/KCROBYHUS6DKQPCXBRPCZ5CDBNQTYAWT/ - Mailing List, Third Party Advisory | |
References | (FEDORA) https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/QHQRIWKDP3SVJABAPEXBIQPKDI6UP7G4/ - Mailing List, Third Party Advisory | |
References | (FEDORA) https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/56HBA3EOSLEDNCCBJVHE6DO34P56EOUM/ - Mailing List, Third Party Advisory | |
CPE | cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:* cpe:2.3:o:fedoraproject:fedora:34:*:*:*:*:*:*:* cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:* |
26 Mar 2022, 18:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
11 Mar 2022, 17:16
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-78 CWE-791 CWE-427 CWE-20 |
|
References |
|
19 Jan 2022, 17:59
Type | Values Removed | Values Added |
---|---|---|
References | (CONFIRM) https://github.com/pypa/pipenv/security/advisories/GHSA-qc9x-gjcv-465w - Exploit, Third Party Advisory | |
References | (MISC) https://github.com/pypa/pipenv/commit/439782a8ae36c4762c88e43d5f0d8e563371b46f - Patch, Third Party Advisory | |
References | (MISC) https://github.com/pypa/pipenv/releases/tag/v2022.1.8 - Release Notes, Third Party Advisory | |
CVSS |
v2 : v3 : |
v2 : 9.3
v3 : 8.6 |
CPE | cpe:2.3:a:pypa:pipenv:*:*:*:*:*:*:*:* | |
CWE | CWE-77 |
10 Jan 2022, 22:01
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2022-01-10 21:15
Updated : 2024-02-07 19:25
NVD link : CVE-2022-21668
Mitre link : CVE-2022-21668
CVE.ORG link : CVE-2022-21668
JSON object : View
Products Affected
fedoraproject
- fedora
pypa
- pipenv
CWE
CWE-1284
Improper Validation of Specified Quantity in Input
CWE-190Integer Overflow or Wraparound
CWE-20Improper Input Validation
CWE-427Uncontrolled Search Path Element
CWE-77Improper Neutralization of Special Elements used in a Command ('Command Injection')
CWE-78Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')
CWE-791Incomplete Filtering of Special Elements