-
CVSS Score
-Basic Information
CVE ID
-
GHSA ID
-
EPSS Score
-
CWE
-
Published
-
Updated
-
KEV Status
-
Technology
-
The vulnerability was fixed in containerd/cri#1628 and #1629 by modifying environment variable handling in container creation. The commit diffs show changes to environment variable initialization in container spec generation, specifically ensuring environment variables are appended to a new slice rather than potentially reusing a previous container's environment. The CVE description directly matches this code change pattern where environment variables from different containers could be mixed when sharing the same image.
| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| github.com/containerd/containerd | go | >= 1.4.0, < 1.4.4 | 1.4.4 |
| github.com/containerd/containerd | go | < 1.3.10 | 1.3.10 |