Bug 2530058 (CVE-2026-87061) - CVE-2026-87061 olm-operator-konflux-sample: olm-operator-konflux-sample: bundle-hack/update_bundle.sh lacks fail-fast shell options
Summary: CVE-2026-87061 olm-operator-konflux-sample: olm-operator-konflux-sample: bund...
Keywords:
Status: NEW
Alias: CVE-2026-87061
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-09-08 19:06 UTC by OSIDB Bzimport
Modified: 2026-09-08 19:51 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:06:15 UTC
## bundle-hack/update_bundle.sh lacks fail-fast shell options

**Component:** olm-operator-konflux-sample

`bundle-hack/update_bundle.sh` does not set fail-fast shell options, so a failed `skopeo`/`jq` step can silently proceed to the Python CSV rewrite step using stale or incomplete data.

### Remediation
Add `set -euo pipefail` after the shebang and check `skopeo`/`jq` exit status explicitly before proceeding to the Python CSV rewrite.

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


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