Advisory Database
  • Advisories
  • Dependency Scanning
  1. golang
  2. ›
  3. github.com/operator-framework/operator-sdk
  4. ›
  5. CVE-2025-7195

CVE-2025-7195: operator-sdk: privilege escalation due to incorrect permissions of /etc/passwd

August 7, 2025

Early versions of Operator-SDK provided an insecure method to allow operator containers to run in environments that used a random UID. Operator-SDK before 0.15.2 provided a script, user_setup, which modifies the permissions of the /etc/passwd file to 664 during build time. Developers who used Operator-SDK before 0.15.2 to scaffold their operator may still be impacted by this if the insecure user_setup script is still being used to build new container images. In affected images, the /etc/passwd file was created during build time with group-writable permissions and a group ownership of root (gid=0). An attacker who can execute commands within an affected container, even as a non-root user, may be able to leverage their membership in the root group to modify the /etc/passwd file. This could allow the attacker to add a new user with any arbitrary UID, including UID 0, leading to full root privileges within the container.

References

  • access.redhat.com/security/cve/CVE-2025-7195
  • bugzilla.redhat.com/show_bug.cgi?id=2376300
  • github.com/advisories/GHSA-856v-8qm2-9wjv
  • github.com/operator-framework/operator-sdk
  • nvd.nist.gov/vuln/detail/CVE-2025-7195

Code Behaviors & Features

Detect and mitigate CVE-2025-7195 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.15.2

Fixed versions

  • 0.15.2

Solution

Upgrade to version 0.15.2 or above.

Impact 5.2 MEDIUM

CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:L/I:H/A:L

Learn more about CVSS

Weakness

  • CWE-276: Incorrect Default Permissions

Source file

go/github.com/operator-framework/operator-sdk/CVE-2025-7195.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 19 Aug 2025 12:18:44 +0000.