#VU72110 OS Command Injection in ipython - CVE-2023-24816
Published: February 10, 2023
ipython
ipython.org
Description
The vulnerability allows a remote attacker to execute arbitrary shell commands on the target system.
The vulnerability exists due to improper input validation within the set_term_title() function in ipython/IPython/utils/terminal.py. A remote attacker can pass specially crafted data to the application and execute arbitrary OS commands on the target system.
Successful exploitation of this vulnerability may result in complete compromise of vulnerable system but requires that the affected function is called on Windows in a Python environment where ctypes is not available.