๐Ÿ” CVE Alert

CVE-2026-63349

UNKNOWN 0.0

AnyIO run_process/open_process ignores extra_groups and can retain parent supplementary groups

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

AnyIO is a high level asynchronous concurrency and networking framework that works on top of either Trio or asyncio. In 4.14.0, AnyIO accepts the POSIX extra_groups argument in anyio.run_process() and anyio.open_process(), but open_process() forwards the group argument to the backend instead of extra_groups. A caller that supplies extra_groups=[] to clear inherited supplementary groups can therefore launch a child that retains the parent process groups, undermining a privilege-dropping boundary. If group is also supplied, the integer group value is passed where an iterable of supplementary groups is expected and the launch can fail with TypeError. This issue affects POSIX applications that rely on AnyIO subprocess helpers to launch less-privileged child processes. This issue is fixed in version 4.14.2.

CWE CWE-266 CWE-269
Vendor agronholm
Product anyio
Published Sep 18, 2026
Stay Ahead of the Next One

Get instant alerts for agronholm anyio

Be the first to know when new unknown vulnerabilities affecting agronholm anyio are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

Affected Versions

agronholm / anyio
>= 4.14.0, < 4.14.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/agronholm/anyio/security/advisories/GHSA-3w57-8xmc-8v26 github.com: https://github.com/agronholm/anyio/pull/1209 github.com: https://github.com/agronholm/anyio/commit/eb562e6462ee46b1904e50b02ce00a858cdeb200 github.com: https://github.com/agronholm/anyio/releases/tag/4.14.2