[Aikido] Fix 1 critical issue in @clerk/nextjs and 36 other issues#224
Merged
Jackson57279 merged 1 commit intoApr 30, 2026
Merged
Conversation
Vidoc Security ReportGreat! No high-severity issues detected. Details{
"scanId": "019de058-f20e-77c8-a40f-d371b3930516",
"codebaseId": "019d74e8-a953-70b7-a19d-914ab632ae39",
"installationId": "019d74e8-a4a8-772f-bdb7-b896739e2b23",
"internalPullRequestId": "019de058-f1f8-73af-8ab4-27c2dc1273a1"
}
|
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.
Upgrade dependencies to fix critical security vulnerabilities: Axios proxy bypass/SSRF, Hono middleware authorization bypass, Clerk authentication middleware bypass, and other RCE/DoS issues.
✅ 37 CVEs resolved by this upgrade, including 3 critical 🚨 CVEs
This PR will resolve the following CVEs:
setCookie(),serialize(), orserializeSigned(), allowing invalid characters that can cause malformed Set-Cookie headers and runtime errors when processing untrusted cookie names.parseBody({ dot: true })where specially crafted form field names like__proto__.xcreate objects with__proto__properties, potentially enabling prototype pollution if merged unsafely into other objects.createRouteMatchercan be bypassed by crafted requests, allowing attackers to skip middleware gating and reach protected downstream handlers. Sessions remain secure and user impersonation is not possible, but unprotected route handlers may be accessed.