Skip to content

fix: patch vulnerabilities#960

Open
yabets4 wants to merge 1 commit into
Crosstalk-Solutions:mainfrom
yabets4:fix/heal-yabets4-project-nomad-1780227432
Open

fix: patch vulnerabilities#960
yabets4 wants to merge 1 commit into
Crosstalk-Solutions:mainfrom
yabets4:fix/heal-yabets4-project-nomad-1780227432

Conversation

@yabets4
Copy link
Copy Markdown

@yabets4 yabets4 commented May 31, 2026

$(cat VULNS.md)

@yabets4
Copy link
Copy Markdown
Author

yabets4 commented Jun 1, 2026

[MEDIUM] CWE-250 — Docker Containers Running as Root

CVSS: 5.3 | KEV: N/A (Design weakness, not a CVE)

Finding 1: install/sidecar-disk-collector/Dockerfile
Status: FIXED — Added non-root user nomaduser with USER directive

Finding 2: install/sidecar-updater/Dockerfile
Status: FIXED — Added non-root user nomaduser with USER directive

Details:

  • Both Docker containers were running as root by default (no USER directive)
  • If an attacker compromises the container, they gain root privileges on the host (container escape risk)
  • Applied fix: Created nomaduser (UID 1000) and added USER nomaduser directive before CMD

Kill Chain:

  • Container compromise → Root access in container → Potential container escape → Host compromise
  • Confidence: MEDIUM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant