CVE-2023-6507

Groups not dropped before running subprocess when using empty 'extra_groups' parameter

Description

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`).

Category

6.1
CVSS
Severity: Medium
CVSS 3.1 •
EPSS 0.04%
Vendor Advisory python.org
Affected: Python Software Foundation CPython
Published at:
Updated at:

References

Frequently Asked Questions

What is the severity of CVE-2023-6507?
CVE-2023-6507 has been scored as a medium severity vulnerability.
How to fix CVE-2023-6507?
To fix CVE-2023-6507, make sure you are using an up-to-date version of the affected component(s) by checking the vendor release notes. As for now, there are no other specific guidelines available.
Is CVE-2023-6507 being actively exploited in the wild?
As for now, there are no information to confirm that CVE-2023-6507 is being actively exploited. According to its EPSS score, there is a ~0% probability that this vulnerability will be exploited by malicious actors in the next 30 days.
What software or system is affected by CVE-2023-6507?
CVE-2023-6507 affects Python Software Foundation CPython.
This platform uses data from the NIST NVD, MITRE CVE, MITRE CWE, First.org and CISA KEV but is not endorsed or certified by these entities. CVE is a registred trademark of the MITRE Corporation and the authoritative source of CVE content is MITRE's CVE web site. CWE is a registred trademark of the MITRE Corporation and the authoritative source of CWE content is MITRE's CWE web site.
© 2025 Under My Watch. All Rights Reserved.