Skip to content
VulniPulse
Medium4.2Red Hat Linux

Medium [CVE-2026-87053] Final container image runs as root (USER root never reverted)

This medium-severity Red Hat Linux advisory covers CVE-2026-87053.

CVE-2026-87053 Published Sep 8, 2026Updated by vendor Sep 8, 2026
Affected products & platforms
Red Hat LinuxUnclassified
Open vendor advisory

Android app · Google Play

Monitor future Red Hat Linux CVEs from your phone.

Choose a whole vendor or a precise platform, then receive matching security advisories by phone notification, email, or both. Coverage follows 32 official vendor sources and 160+ reviewed platform categories.

Matching phone alertsOptional email delivery

Summary

A flaw was found in operator-sdk-builder. Due to an oversight in the Containerfile configuration, the final built container image runs with root privileges by default.

This increases the attack surface of the container, as any process executed within it will have elevated permissions. If a malicious actor compromises the container, they could leverage these root privileges to perform unauthorized actions, potentially leading to a broader system compromise.

This elevates the potential impact of a container compromise, as processes within the container will operate with full system privileges, even though exploitation requires the image to be built and run by a user. Red Hat severity: Moderate — CVSS 4.2 (CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N).

Weakness: CWE-250.

Affected versions

No affected-version range was extracted from the source record. The vendor advisory is authoritative — check it before change work.

Official advisory · high-confidence parse· fetched 1 hour ago·verify at source

Fixed versions

No fixed release is recorded yet. That does not prove no patch exists — confirm against the vendor advisory.

Official advisory · high-confidence parse· fetched 1 hour ago·verify at source

Mitigation checklist

Recommended fix / mitigation
  • To mitigate, modify the `Containerfile` used by `operator-sdk-builder` to explicitly set a non-root user after the `dnf install` layer. Insert `USER 1001` or `USER default` into the `Containerfile` before the `ENTRYPOINT` instruction. This ensures the resulting image runs with reduced privileges. If specific tasks genuinely require root, configure the consuming Tekton Task securityContext instead of baking root into the image. Rebuilding and redeploying affected images are necessary for these changes to take effect.

Official advisory · high-confidence parse· fetched 1 hour ago·verify at source

Discussion(0)

No comments yet. Share field notes, upgrade gotchas, or questions — verify against the vendor advisory before acting on community advice.

Sign in to join the discussion.