CVE-2026-17113
Last modified
CVE-2026-17113 is a medium-severity vulnerability rated 6/10 on the CVSS scale. A flaw was found in CRI-O's container-creation environment-variable handling (`mergeEnvs` in `server/utils.go`, consumed by `setupContainerEnvironmentAndWorkdir` in `server/container_create.go`). When a `CreateContainer` request supplies a `nil` CRI `Envs` field, CRI-O falls back to using the target OCI image's `config.Env` entries unfiltered, in contrast to the normal merge path, which validates each entry for a `key=value` form before use. EPSS estimates a 0.11% chance of exploitation in the next 30 days.
Description
A flaw was found in CRI-O's container-creation environment-variable handling (`mergeEnvs` in `server/utils.go`, consumed by `setupContainerEnvironmentAndWorkdir` in `server/container_create.go`). When a `CreateContainer` request supplies a `nil` CRI `Envs` field, CRI-O falls back to using the target OCI image's `config.Env` entries unfiltered, in contrast to the normal merge path, which validates each entry for a `key=value` form before use. An OCI image whose `config.Env` contains an entry with no `=` character (e.g. a bare `NOEQUALS` string) causes CRI-O to split that entry into a single-element slice and then index its second element, which is out of range. This triggers an unrecovered Go runtime panic in the `crio` daemon process, crashing it and terminating the container-runtime service for all workloads on the node until it is restarted.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| — | — | < 1.34.11; < 1.35.7; < 1.36.3 |
| Red Hat | Red Hat OpenShift Container Platform 4 | All versions |
References
Timeline
- Published
- Last Modified
- Status
- Awaiting Analysis
Frequently Asked Questions
What is CVE-2026-17113?
How severe is CVE-2026-17113?
How do I fix CVE-2026-17113?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-17106The tar extraction routines in moby/go-archive (Unpack, Unpa…7.1
- CVE-2026-17107A flaw was found in the cluster-proxy service-proxy componen…8.5
- CVE-2026-17109IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote authentica…4.3
- CVE-2026-1711Pega Platform versions 8.1.0 through 25.1.1 are affected by …4.8
- CVE-2026-17110IBM i 7.6, 7.5, 7.4, and 7.3 could allow a remote authentica…8.8
- CVE-2026-17111IBM i 7.6, 7.5, 7.4, and 7.3 s vulnerable to SQL injection. …9.8
- CVE-2026-17118IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a …9.8
- CVE-2026-1712Incorrect privilege assignment vulnerability in HYPR Server …5.8
- CVE-2026-17120IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a …7.5
- CVE-2026-17121IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a …7.5
- CVE-2026-17122IBM AIX 7.2, and 7.3 and IBM PowerVM VIOS 4.1 could allow a …9.8
- CVE-2026-17123The Royal Elementor Addons plugin for WordPress is vulnerabl…8.8
Are you affected by CVE-2026-17113?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
