You are viewing this page in an unauthorized frame window.
This is a potential security issue, you are being redirected to
https://nvd.nist.gov
An official website of the United States government
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock () or https:// means you've safely connected to the .gov website. Share sensitive information only on official, secure websites.
This CVE record has been updated after NVD enrichment efforts were completed. Enrichment data supplied by the NVD may require amendment due to these changes.
Description
Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.
Metrics
NVD enrichment efforts reference publicly available information to associate
vector strings. CVSS information contributed by other sources is also
displayed.
By selecting these links, you will be leaving NIST webspace.
We have provided these links to other web sites because they
may have information that would be of interest to you. No
inferences should be drawn on account of other sites being
referenced, or not, from this page. There may be other web
sites that are more appropriate for your purpose. NIST does
not necessarily endorse the views expressed, or concur with
the facts presented on these sites. Further, NIST does not
endorse any commercial products that may be mentioned on
these sites. Please address comments about this page to [email protected].
OR
*cpe:2.3:a:python:python:*:*:*:*:*:*:*:* versions from (including) 3.9.0 up to (excluding) 3.10.8
OR
*cpe:2.3:a:python:python:*:*:*:*:*:*:*:* versions from (including) 3.7.3 up to (including) 3.7.15
*cpe:2.3:a:python:python:*:*:*:*:*:*:*:* versions from (including) 3.8.3 up to (including) 3.8.15
*cpe:2.3:a:python:python:*:*:*:*:*:*:*:* versions from (including) 3.9.0 up to (excluding) 3.9.16
*cpe:2.3:a:python:python:*:*:*:*:*:*:*:* versions from (including) 3.10.0 up to (excluding) 3.10.9
Added
CPE Configuration
OR
*cpe:2.3:o:fedoraproject:fedora:35:*:*:*:*:*:*:*
*cpe:2.3:o:fedoraproject:fedora:36:*:*:*:*:*:*:*
*cpe:2.3:o:fedoraproject:fedora:37:*:*:*:*:*:*:*
Changed
Reference Type
https://github.com/python/cpython/compare/v3.10.8...v3.10.9 No Types Assigned
https://github.com/python/cpython/issues/97514#issuecomment-1310277840 No Types Assigned
https://github.com/python/cpython/issues/97514#issuecomment-1310277840 Third Party Advisory
Changed
Reference Type
https://lists.fedoraproject.org/archives/list/[email protected]/message/FKGCQPIVHEAIJ77R3RSNSQWYBUDVWDKU/ No Types Assigned
https://lists.fedoraproject.org/archives/list/[email protected]/message/FKGCQPIVHEAIJ77R3RSNSQWYBUDVWDKU/ Mailing List, Third Party Advisory
Changed
Reference Type
https://lists.fedoraproject.org/archives/list/[email protected]/message/P2LHWWEI5OBQ6RELULMVU6KMDYG4WZXH/ No Types Assigned
https://lists.fedoraproject.org/archives/list/[email protected]/message/P2LHWWEI5OBQ6RELULMVU6KMDYG4WZXH/ Third Party Advisory
Changed
Reference Type
https://lists.fedoraproject.org/archives/list/[email protected]/message/PI5DYIED6U26BGX5IRZWNCP6TY4M2ZGZ/ No Types Assigned
https://lists.fedoraproject.org/archives/list/[email protected]/message/PI5DYIED6U26BGX5IRZWNCP6TY4M2ZGZ/ Mailing List, Third Party Advisory
Changed
Reference Type
https://lists.fedoraproject.org/archives/list/[email protected]/message/QLUGZSEAO3MBWGKCUSMKQIRYJZKJCIOB/ No Types Assigned
https://lists.fedoraproject.org/archives/list/[email protected]/message/QLUGZSEAO3MBWGKCUSMKQIRYJZKJCIOB/ Third Party Advisory
Changed
Reference Type
https://lists.fedoraproject.org/archives/list/[email protected]/message/R6KGIRHSENZ4QAB234Z36HVIDTRJ3MFI/ No Types Assigned
https://lists.fedoraproject.org/archives/list/[email protected]/message/R6KGIRHSENZ4QAB234Z36HVIDTRJ3MFI/ Third Party Advisory
Changed
Reference Type
https://lists.fedoraproject.org/archives/list/[email protected]/message/RDK3ZZBRYFO47ET3N4BNTKVXN47U6ICY/ No Types Assigned
https://lists.fedoraproject.org/archives/list/[email protected]/message/RDK3ZZBRYFO47ET3N4BNTKVXN47U6ICY/ Third Party Advisory
Changed
Reference Type
https://lists.fedoraproject.org/archives/list/[email protected]/message/VCRKBB5Y5EWTJUNC7LK665WO64DDXSTN/ No Types Assigned
https://lists.fedoraproject.org/archives/list/[email protected]/message/VCRKBB5Y5EWTJUNC7LK665WO64DDXSTN/ Mailing List, Third Party Advisory
Changed
Reference Type
https://lists.fedoraproject.org/archives/list/[email protected]/message/XX6LLAXGZVZ327REY6MDZRMMP47LJ53P/ No Types Assigned
https://lists.fedoraproject.org/archives/list/[email protected]/message/XX6LLAXGZVZ327REY6MDZRMMP47LJ53P/ Third Party Advisory
Changed
Reference Type
https://security.netapp.com/advisory/ntap-20221209-0006/ No Types Assigned
https://security.netapp.com/advisory/ntap-20221209-0006/ Third Party Advisory
CVE Modified by MITRE1/17/2023 8:15:12 PM
Action
Type
Old Value
New Value
Changed
Description
Python 3.9.x and 3.10.x through 3.10.8 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.
Python 3.9.x before 3.9.16 and 3.10.x before 3.10.9 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.
Python 3.9.x and 3.10.x through 3.10.8 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.4, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.
Python 3.9.x and 3.10.x through 3.10.8 on Linux allows local privilege escalation in a non-default configuration. The Python multiprocessing library, when used with the forkserver start method on Linux, allows pickles to be deserialized from any user in the same machine local network namespace, which in many system configurations means any user on the same machine. Pickles can execute arbitrary code. Thus, this allows for local user privilege escalation to the user that any forkserver process is running as. Setting multiprocessing.util.abstract_sockets_supported to False is a workaround. The forkserver start method for multiprocessing is not the default start method. This issue is Linux specific because only Linux supports abstract namespace sockets. CPython before 3.9 does not make use of Linux abstract namespace sockets by default. Support for users manually specifying an abstract namespace socket was added as a bugfix in 3.7.8 and 3.8.3, but users would need to make specific uncommon API calls in order to do that in CPython before 3.9.