Skip to content
IPythonGHSA-29gw-9793-fvw7

IPython vulnerable to command injection via set_term_title

Low4.5CVE-2023-24816 · Published Feb 10, 2023 · updated Sep 10, 2026

IPython provides an interactive Python shell and Jupyter kernel to use Python interactively. Versions prior to 8.10.0 are vulnerable to command injection in the `set_term_title` [function](https://github.com/ipython/ipython/blob/3f0bf05f072a91b2a3042d23ce250e5e906183fd/IPython/utils/terminal.py#L103-L117) under specific conditions. This has been patched in version 8.10.0. ### Impact Users are only vulnerable when calling this function in Windows in a Python environment where [ctypes](https://docs.python.org/3/library/ctypes.html) is not available. The dependency on ctypes in `IPython.utils._process_win32` prevents the vulnerable code from ever being reached (making it effectively dead code). However, as a library that could be used by another tool, `set_term_title` could introduce a vulnerability for dependencies. Currently `set_term_title` is only called with (semi-)trusted input that contain the current working directory of the current IPython session. If an attacker can control directory names, and manage to get a user to `cd` into this directory, then the attacker can execute arbitrary commands contained in the folder names.

GitHub advisory

Affected versions

PackageAffectedFixed in
ipython
PyPI
< 8.10.08.10.0
Details and references

More IPython advisories

All IPython
Advisory
Improper Neutralization of Input During Web Page Generation in IPython
Medium6.1May 17, 2022
IPython vulnerable to cross site request forgery (CSRF)
High8.8May 17, 2022
IPython Notebook vulnerable to improper validation of the origin of websocket requests
High9.8May 14, 2022
Improper Neutralization of Input During Web Page Generation in IPython
Medium6.1May 13, 2022
Execution with Unnecessary Privileges in ipython
High8.2Jan 21, 2022

Critical advisories by email

Wednesdays: the week’s critical and high advisories in the AI and data stack, with the fixed versions. Only in weeks that have some.

Double opt-in. Unsubscribe any time.