Skip to main content

sh (Python) CVE-2026-54552

| EUVDEUVD-2026-61127 HIGH
Improper Check for Dropped Privileges (CWE-273)
2026-07-17 https://github.com/amoffat/sh GHSA-q38v-wp89-2w55 PYSEC-2026-3540
7.9
CVSS 3.1 · Vendor: https://github.com/amoffat/sh
Share

Severity by source

Vendor (https://github.com/amoffat/sh) PRIMARY
7.9 HIGH
AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:N
vuln.today AI
7.9 HIGH

Local low-complexity attack needing a privileged root parent using _uid (PR:H); the crossed privilege boundary gives S:C with high confidentiality/integrity impact and no availability effect.

3.1 AV:L/AC:L/PR:H/UI:N/S:C/C:H/I:H/A:N
4.0 AV:L/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:N/SC:H/SI:H/SA:N
SUSE
8.2 HIGH
AV:L/AC:L/PR:N/UI:R/S:C/C:H/I:H/A:N
Red Hat
7.9 HIGH
qualitative

Primary rating from Vendor (https://github.com/amoffat/sh).

CVSS VectorVendor: https://github.com/amoffat/sh

Attack Vector
Local
Attack Complexity
Low
Privileges Required
High
User Interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
None

Lifecycle Timeline

3
Source Code Evidence Fetched
Jul 17, 2026 - 19:16 vuln.today
Analysis Generated
Jul 17, 2026 - 19:16 vuln.today
CVE Published
Jul 17, 2026 - 18:41 github-advisory
HIGH 7.9

DescriptionCVE.org

Impact

The _uid option performed an incomplete privilege drop on Linux/Unix-like systems.

When sh was run from a process with elevated privileges, such as root, and a command was launched with _uid=<unprivileged user>, the child process changed its UID and primary GID but did not reset its supplementary groups. As a result, the child process could retain the parent process’s supplementary groups, potentially including privileged groups such as root, docker, disk, shadow, or sudo.

This could allow a subprocess that was expected to run with reduced privileges to access files or resources available to the original process’s supplementary groups. Users are impacted if they rely on _uid as a privilege boundary when launching commands from a privileged parent process.

Patches

Upgrade to version >= 2.2.4

Workarounds

Avoid using _uid when the user represents a less-privileged user.

AnalysisAI

Privilege escalation via incomplete privilege drop in the Python 'sh' subprocess library (versions < 2.2.4): when a root/privileged process launches a command with the _uid option, the child changes UID and primary GID but fails to clear the parent's supplementary groups via setgroups(). Any subprocess expected to run unprivileged can therefore retain sensitive parent groups (root, docker, disk, shadow, sudo), reading or writing resources those groups grant. No public exploit identified at time of analysis and it is not in CISA KEV; the fix is confirmed in release 2.2.4.

Technical ContextAI

The 'sh' library (pkg:pip/sh) is a popular Python convenience wrapper that runs external commands as fluent function calls. Its _uid option is meant to launch a child with a reduced identity. On Linux/Unix a full privilege drop requires three syscalls in order: setgroups() to clear supplementary groups, setgid() for the primary GID, then setuid() for the UID. This flaw is CWE-273 (Improper Check for Dropped Privileges): sh set the UID and primary GID but omitted the setgroups() call, so the inherited supplementary group list persisted. Because groups like docker, disk, shadow, and sudo confer powerful host access independent of UID, the residual membership defeats the intended sandbox. The 2.2.4 release notes describe fixing a regression where the correct gid was not set on the launched process.

RemediationAI

Vendor-released patch: 2.2.4 - upgrade the sh dependency to version >= 2.2.4 (pip install --upgrade 'sh>=2.2.4') as the primary fix, per GHSA-q38v-wp89-2w55. If upgrading is not immediately possible, apply the vendor workaround of avoiding _uid when the target user is meant to be less-privileged; instead drop privileges yourself before invoking sh (e.g. call os.initgroups()/os.setgroups([]) then setgid/setuid, or launch via a wrapper that fully clears groups), which removes reliance on the broken path at the cost of extra glue logic. Additionally, minimize the supplementary groups of the privileged parent process (do not run it as a member of docker, disk, shadow, or sudo) so a leaked group list carries no dangerous privileges - the trade-off is that legitimate parent functionality needing those groups must be redesigned.

More in Docker

View all
CVE-2024-55964 CRITICAL POC
9.8 Mar 26

An issue was discovered in Appsmith before 1.52. Rated critical severity (CVSS 9.8), this vulnerability is remotely expl

CVE-2019-5736 HIGH POC
8.6 Feb 11

runc through version 1.0-rc6 (used in Docker before 18.09.2) contains a container escape vulnerability that allows attac

CVE-2023-32077 HIGH POC
7.5 Aug 24

Netmaker makes networks with WireGuard. Rated high severity (CVSS 7.5), this vulnerability is remotely exploitable, no a

CVE-2026-39987 CRITICAL POC
9.3 Apr 08

Unauthenticated remote code execution in Marimo ≤0.20.4 allows attackers to execute arbitrary system commands via the `/

CVE-2023-5815 HIGH POC
8.1 Nov 22

The News & Blog Designer Pack - WordPress Blog Plugin - (Blog Post Grid, Blog Post Slider, Blog Post Carousel, Blog Post

CVE-2026-66384 MEDIUM POC
5.3 Aug 12

Path traversal in JFrog Artifactory (CWE-22) enables an authenticated low-privilege user to write data outside the inten

CVE-2014-9357 CRITICAL
10.0 Dec 16

Docker 1.3.2 allows remote attackers to execute arbitrary code with root privileges via a crafted (1) image or (2) build

CVE-2026-52806 CRITICAL POC
9.9 Jun 23

Remote code execution in Gogs through 0.14.2 allows authenticated users (and unauthenticated attackers on default-config

CVE-2026-56274 HIGH POC
8.7 Jun 23

Remote code execution in Flowise before 3.1.2 allows any authenticated user (or API caller with chatflow view/update per

CVE-2026-34156 CRITICAL POC
9.9 Mar 30

Remote code execution in NocoBase Workflow Script Node (npm @nocobase/plugin-workflow-javascript) allows authenticated l

CVE-2019-15752 HIGH POC
7.8 Aug 28

Docker Desktop Community Edition before 2.1.0.1 allows local users to gain privileges by placing a Trojan horse docker-c

CVE-2025-34221 CRITICAL POC
10.0 Sep 29

Vasion Print (formerly PrinterLogic) Virtual Appliance Host prior to version 25.2.169 and Application prior to version 2

Vendor StatusVendor

SUSE

Severity: Important
Product Status
SUSE Linux Enterprise Desktop 15 SP7 Affected
SUSE Linux Enterprise High Performance Computing 15 SP7 Affected
SUSE Linux Enterprise Module for Python 3 15 SP7 Affected
SUSE Linux Enterprise Server 15 SP7 Affected
SUSE Linux Enterprise Server 16.0 Affected

Share

CVE-2026-54552 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy