#VU50621 Code Injection in Python - CVE-2020-27619 

 

#VU50621 Code Injection in Python - CVE-2020-27619

Published: February 11, 2021


Vulnerability identifier: #VU50621
Vulnerability risk: Medium
CVSSv4.0: CVSS:4.0/AV:A/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:U/U:Green
CVE-ID: CVE-2020-27619
CWE-ID: CWE-94
Exploitation vector: Adjecent network
Exploit availability: No public exploit available
Vulnerable software:
Python
Software vendor:
Python.org

Description

The vulnerability allows a remote attacker to execute arbitrary code on the target system.

The vulnerability exists due to Python executed eval() function on the code, retrieved via HTTP protocol in Lib/test/multibytecodec_support.py CJK codec tests. A remote attacker with ability to intercept network traffic can perform a Man-in-the-Middle (MitM) attack and execute arbitrary Python code on the system.


Remediation

Install updates from vendor's website.

External links