Bug 2530045 (CVE-2026-87054) - CVE-2026-87054 operator-sdk-builder: operator-sdk-builder: containers-policy.json defaults to insecureAcceptAnything for non-Red Hat registries
Summary: CVE-2026-87054 operator-sdk-builder: operator-sdk-builder: containers-policy....
Keywords:
Status: NEW
Alias: CVE-2026-87054
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-08 19:05 UTC by OSIDB Bzimport
Modified: 2026-09-08 19:44 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-09-08 19:05:08 UTC
## containers-policy.json defaults to insecureAcceptAnything for non-Red Hat registries

**Component:** operator-sdk-builder

The image's containers-policy.json sets the default policy to insecureAcceptAnything, so signature verification is skipped entirely for any registry not explicitly listed.

### Remediation
Change the `default` policy to `{"type": "reject"}` and add explicit `signedBy`/`sigstoreSigned` entries for every registry the builder is expected to pull from (e.g. quay.io/konflux-ci, quay.io/openshift-release-dev). At minimum, document that consumers must mount a stricter policy.json when invoking opm/operator-sdk against third-party registries.

---
*Source: Ex-Wing/Glasswing Konflux CI security assessment (Mythos), finding FIND-002*


Note You need to log in before you can comment on or make changes to this bug.