PSF-2023-12

Import Source
https://github.com/psf/advisory-database/blob/main/advisories/python/PSF-2023-12.json
Aliases
Published
2023-12-08T18:20:49Z
Modified
2023-12-14T08:12:29.788919Z
Details

An issue was found in CPython 3.12.0 subprocess module on POSIX platforms. The issue was fixed in CPython 3.12.1 and does not affect other stable releases.

When using the extra_groups= parameter with an empty list as a value (ie extra_groups=[]) the logic regressed to not call setgroups(0, NULL) before calling exec(), thus not dropping the original processes' groups before starting the new process. There is no issue when the parameter isn't used or when any value is used besides an empty list.

This issue only impacts CPython processes run with sufficient privilege to make the setgroups system call (typically root).

References

Affected packages

Git / github.com/python/cpython

Affected ranges

Affected versions

v3.*

v3.12.0
v3.12.0a5
v3.12.0a6
v3.12.0a7
v3.12.0b1
v3.12.0b2
v3.12.0b3
v3.12.0b4
v3.12.0rc1
v3.12.0rc2
v3.12.0rc3
v3.13.0a1
v3.13.0a2