Cyber Resilience

CVE-2026-7309

Redhat Openshift Container Platform 4.0

Published
28 April 2026
Modified
07 May 2026
Patch / advisory
CVSS Score v3.1 4.3
Click a component to see what it means
Raw vectorCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
EPSS Score 0.0018 8th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2026-7309 is a medium-severity Untrusted Search Path (CWE-426) vulnerability in Redhat Openshift Container Platform. Its CVSS base score is 4.3 (Medium).

Operationally, exploitation aligns with the MITRE ATT&CK technique Dynamic Linker Hijacking (T1574.006); ranked at the 8th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to AC-3 (Access Enforcement) and AC-6 (Least Privilege) — see the control section below for these in your framework.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability Data

A flaw was found in the OpenShift Container Platform build system. A user with the `edit` ClusterRole can inject arbitrary environment variables, such as `LD_PRELOAD` or `http_proxy`, into `docker-build` containers through the `buildconfigs/instantiate` API. This incomplete fix for a previous…

more

vulnerability allows for information disclosure, specifically impacting the confidentiality of build traffic.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1574.006 Dynamic Linker Hijacking Stealth
Adversaries may execute their own malicious payloads by hijacking environment variables the dynamic linker uses to load shared libraries.
T1090 Proxy Command And Control
Adversaries may use a connection proxy to direct network traffic between systems or act as an intermediary for network communications to a command and control server to avoid direct connections to their infrastructure.
Why these techniques?

LD_PRELOAD injection directly enables dynamic linker hijacking (T1574.006); http_proxy enables proxy-based traffic interception (T1090) for build confidentiality impact.

Confidence: MEDIUM · MITRE ATT&CK Enterprise v19.0

Likely ATT&CK TechniquesAI

Techniques this vulnerability likely enables, inferred from its description, weakness type, and attributed-actor tradecraft. Confidence is per-technique.

T1574.006 Dynamic Linker Hijacking Stealthconfidence: HIGH
Explicit mention of LD_PRELOAD injection into build containers directly enables dynamic linker hijacking.
T1090.002 External Proxy Command And Controlconfidence: MEDIUM
Injection of http_proxy env var allows forcing build traffic through an external attacker-controlled proxy.
inferred from description + CWE · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2024-7079Same product: Redhat Openshift Container Platform
CVE-2024-50312Same product: Redhat Openshift Container Platform
CVE-2024-50311Same product: Redhat Openshift Container Platform
CVE-2026-10533Same product: Redhat Openshift Container Platform
CVE-2026-1784Same product: Redhat Openshift Container Platform
CVE-2023-5408Same product: Redhat Openshift Container Platform
CVE-2026-42965Same product: Redhat Openshift Container Platform
CVE-2026-54099Same product: Redhat Openshift Container Platform
CVE-2026-46579Same product: Redhat Openshift Container Platform
CVE-2025-7519Same product: Redhat Openshift Container Platform

Affected Assets

redhat
openshift container platform
4.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)
  • AC-6 Least Privilege
  • AC-3 Access Enforcement
  • SI-10 Information Input Validation
Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)

Mitigating Controls (NIST 800-53 r5) AI

prevent

Directly limits the excessive privileges granted by the edit ClusterRole that permit arbitrary environment-variable injection into build containers.

prevent

Enforces access-control policy on the buildconfigs/instantiate API so that only explicitly authorized operations can set environment variables.

prevent

Validates or sanitizes user-supplied environment variables before they are injected into docker-build containers, blocking untrusted values such as LD_PRELOAD.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-05 full match
prevents

Preventing execution of unauthorized code directly blocks the malicious binaries that an untrusted search path would load.

PR.PS-06 mostly match
prevents

Secure development practices include avoiding or sanitizing externally influenced search paths in application code.

PR.PS-01 partial match
prevents

Hardened configuration baselines can enforce safe search paths and restrict environment variables that enable the weakness.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

detects

Security testing can discover search-path issues but does not itself prevent them in production code.

degrades

Restricting software installation reduces the chance that untrusted binaries or libraries are placed in search paths.

prevents

Secure architecture principles include hard-coded or validated search paths and avoiding reliance on untrusted directories.

prevents

Secure coding standards require absolute paths or integrity-checked search paths, directly mitigating CWE-426.

none

Change-management processes can enforce review of path-handling changes, indirectly lowering risk.

References