fix: add CVE-2026-27137 and CVE-2026-33810 (Go stdlib in Dapr) to base allowlist#1388
Open
revantgupta wants to merge 2 commits intomainfrom
Open
fix: add CVE-2026-27137 and CVE-2026-33810 (Go stdlib in Dapr) to base allowlist#1388revantgupta wants to merge 2 commits intomainfrom
revantgupta wants to merge 2 commits intomainfrom
Conversation
Both CVEs are in Go stdlib compiled into the Dapr runtime (daprd-1.17) shipped in the application-sdk-main base image. No fix available without a Dapr upgrade. Pattern matches existing Go stdlib entries added by mananjain99 on 2026-04-15. Reported by atlan-mongodbatlas-app during SDK 2.8.5 security gate run.
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Member
|
v3 relevance check: ✅ Still relevant — Go stdlib CVE allowlist for Dapr. Please rebase on latest main and merge. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Two Go stdlib CVEs surfaced during the
atlan-mongodbatlas-appsecurity gate run after upgrading to SDK 2.8.5. They are not in the current base allowlist and are blocking the security gate.CVEs
Why these can't be fixed in the app repo
The Go stdlib is compiled into the
daprd-1.17binary installed viaapk add dapr-daprd-1.17in theapplication-sdkDockerfile. There is no way to patch Go stdlib from an app repo — this requires either:Pattern
Matches existing Go stdlib entries already in the base allowlist:
CVE-2026-25679— Go stdlib (added 2026-04-15)CVE-2026-32280— Go stdlib (added 2026-04-15)CVE-2026-32282— Go stdlib (added 2026-04-15)90-day expiry (
2026-07-16) per the renewal note in the allowlist.Reported by
atlanhq/atlan-mongodbatlas-appPR #27 — security gate blocked on these two CVEs after SDK 2.8.5 upgrade.🤖 Generated with Claude Code