PatchSiren cyber security CVE debrief
CVE-2026-73840 openchoreo CVE debrief
CVE-2026-73840 is a vulnerability in OpenChoreo, an open-source developer platform for Kubernetes. The POST /api/v1alpha1/autobuild endpoint is vulnerable to unauthenticated build triggers due to improper validation of the X-Event-Key header and insufficient authentication for Bitbucket requests. This allows for potential unauthorized builds, supply chain attacks, and denial-of-service attacks. Kubernetes administrators and users of OpenChoreo should assess their exposure and verify that they are running a fixed version of the software.
- Vendor
- openchoreo
- Product
- Unknown
- CVSS
- MEDIUM 5.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-13
- Original CVE updated
- 2026-09-08
- Advisory published
- 2026-08-13
- Advisory updated
- 2026-09-08
Who should care
Kubernetes administrators and users of OpenChoreo should assess their exposure to this vulnerability and verify that they are running a fixed version of the software. This includes reviewing the current deployment of OpenChoreo, identifying potential entry points for attackers, and ensuring that all necessary security measures are in place.
Why it matters
CVE-2026-73840 is a vulnerability in OpenChoreo that allows for unauthenticated build triggers, potentially leading to unauthorized builds, supply chain attacks, and denial-of-service attacks. Kubernetes administrators and users of OpenChoreo should assess their exposure and verify that they are running a fixed version of the software.
- Potential for unauthorized build triggers
- Risk of supply chain attacks through cross-provider triggers
- Need for verification of request authenticity
- Potential for denial-of-service attacks through excessive build requests
Technical summary
The POST /api/v1alpha1/autobuild endpoint in OpenChoreo's internal/openchoreo-api/api/handlers/webhook_handler.go file does not properly validate the X-Event-Key header, allowing for unauthenticated build triggers. The endpoint also accepts Bitbucket requests without HMAC-SHA256 in X-Hub-Signature or a configured bitbucket-secret, and allows cross-provider triggers using attacker-supplied commit SHAs.
Defensive priority
Defenders should prioritize verifying the authenticity of requests to the /api/v1alpha1/autobuild endpoint and ensuring that only authorized users can trigger builds.
Recommended defensive actions
- Verify the authenticity of requests to the /api/v1alpha1/autobuild endpoint
- Ensure that only authorized users can trigger builds
- Upgrade to a fixed version of OpenChoreo (1.0.3, 1.1.3, or 1.2.0-rc.2)
- Review compensating controls for exposed systems while remediation is scheduled and verified
- Check relevant monitoring, detection, and logs for exposed assets that need extra review
- Track exceptions, retest remediated assets, and close the item only after evidence is documented
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
Evidence notes
The CVE record and source references indicate that the vulnerability was fixed in versions 1.0.3, 1.1.3, and 1.2.0-rc.2 of OpenChoreo. However, the exact scope of affected versions and the number of impacted users are unknown.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-73840 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-73840
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-73840 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-73840
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://github.com/openchoreo/openchoreo/commit/268efd9b762a3f4f72b55d9c1b13dfc55122127b
-
Source reference
Unverified legacy reference
URL: https://github.com/openchoreo/openchoreo/commit/8af4a3fc8725fc2d8a9de9611e77278a5c48f978
-
Source reference
Unverified legacy reference
URL: https://github.com/openchoreo/openchoreo/commit/f540553db7143141b73bb37fae02102e6f082a34
-
Source reference
Unverified legacy reference
URL: https://github.com/openchoreo/openchoreo/pull/4239
-
Source reference
Unverified legacy reference
URL: https://github.com/openchoreo/openchoreo/pull/4252
-
Source reference
Unverified legacy reference
URL: https://github.com/openchoreo/openchoreo/pull/4253
-
Source reference
Unverified legacy reference
URL: https://github.com/openchoreo/openchoreo/releases/tag/v1.0.3
-
Source reference
Unverified legacy reference
URL: https://github.com/openchoreo/openchoreo/releases/tag/v1.1.3
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.