IPython (Interactive Python) is a command shell for interactive computing in multiple programming languages, originally developed for the Python programming language. Affected versions are subject to an arbitrary code execution vulnerability achieved by not properly managing cross user temporary files. This vulnerability allows one user to run code as another on the same machine. All users are advised to upgrade.
The product performs an operation at a privilege level that is higher than the minimum level required, which creates new weaknesses or amplifies the consequences of other weaknesses.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Ipython | Ipython | * | 5.10.0 (including) |
Ipython | Ipython | 6.0.0 (including) | 7.16.3 (excluding) |
Ipython | Ipython | 7.17.0 (including) | 7.31.1 (excluding) |
Ipython | Ipython | 8.0.0 (including) | 8.0.1 (excluding) |
Ipython | Ubuntu | bionic | * |
Ipython | Ubuntu | esm-apps/bionic | * |
Ipython | Ubuntu | esm-apps/focal | * |
Ipython | Ubuntu | esm-apps/xenial | * |
Ipython | Ubuntu | esm-infra-legacy/trusty | * |
Ipython | Ubuntu | focal | * |
Ipython | Ubuntu | hirsute | * |
Ipython | Ubuntu | impish | * |
Ipython | Ubuntu | trusty | * |
Ipython | Ubuntu | trusty/esm | * |
Ipython | Ubuntu | upstream | * |
Ipython | Ubuntu | xenial | * |
New weaknesses can be exposed because running with extra privileges, such as root or Administrator, can disable the normal security checks being performed by the operating system or surrounding environment. Other pre-existing weaknesses can turn into security vulnerabilities if they occur while operating at raised privileges. Privilege management functions can behave in some less-than-obvious ways, and they have different quirks on different platforms. These inconsistencies are particularly pronounced if you are transitioning from one non-root user to another. Signal handlers and spawned processes run at the privilege of the owning process, so if a process is running as root when a signal fires or a sub-process is executed, the signal handler or sub-process will operate with root privileges.