CVE-2026-17113

Source
https://cve.org/CVERecord?id=CVE-2026-17113
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-17113.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-17113
Downstream
Published
2026-08-24T21:22:49.638Z
Modified
2026-08-29T03:46:09.958830361Z
Severity
  • 6.0 (Medium) CVSS_V3 - CVSS:3.1/AV:L/AC:L/PR:H/UI:N/S:C/C:N/I:N/A:H CVSS Calculator
Summary
Cri-o: cri-o: unvalidated image env var causes daemon crash
Details

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.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/17xxx/CVE-2026-17113.json",
    "cwe_ids": [
        "CWE-1287"
    ],
    "cna_assigner": "redhat"
}
References

Affected packages

Git / github.com/cri-o/cri-o

Affected ranges

Type
GIT
Repo
https://github.com/cri-o/cri-o
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Fixed
Fixed
Fixed
Database specific
Show details
{
    "source": "AFFECTED_FIELD",
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "fixed": "1.34.11"
        },
        {
            "fixed": "1.35.7"
        },
        {
            "fixed": "1.36.3"
        }
    ]
}

Affected versions

v0.*
v0.0.0
v0.1
v0.2
v0.3
v1.*
v1.0.0-alpha.0
v1.0.0-beta.0
v1.0.0-rc1
v1.18.0-rc1
v1.21.0
v1.22.0
v1.23.0
v1.24.0
v1.25.0
v1.26.0
v1.27.0
v1.29.0
v1.30.0
v1.31.0
v1.32.0
v1.33.0
v1.34.0
v1.34.1
v1.34.10
v1.34.2
v1.34.3
v1.34.4
v1.34.5
v1.34.6
v1.34.7
v1.34.8
v1.34.9
v1.35.0
v1.35.1
v1.35.2
v1.35.3
v1.35.4
v1.35.5
v1.35.6
v1.36.0
v1.36.1
v1.36.2
v1.9.0-beta.1
v1.9.0-beta.2

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-17113.json"