Add task: ecvebench-jwt-001#232
Merged
Merged
Conversation
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
⚙️ Control Options:
|
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
Adds curated benchmark task
ecvebench-jwt-001for GHSA-h2fg-54x9-5qhq (CVE-2020-26521).Advisory: Nil pointer dereference in NATS JWT library (
nats-io/jwt) — a malicious Account can craft a User JWT with null import/export entries that cause panic during validation, leading to DoS of nats-server.Details:
nats-io/jwtnull-deref(CWE-476)e74ae88)8527407e521556b9f0253318912cc03fd84a5bbdexports.go,imports.go(Validate methods)Review & Testing Checklist for Human
commitfield is the pre-patch SHA (8527407...) andpost_patch_commitis the patch SHA (e74ae88...)exports.goandimports.goexist at the pre-patch commit innats-io/jwtNotes
ecvebench-nats-server-001(GHSA-hmm9-r2m2-qg9w) covers a related but distinct advisory targetingnats-io/nats-server. This task targets the upstreamnats-io/jwtlibrary directly.Link to Devin session: https://la-hacks-codebreaker.devinenterprise.com/sessions/5cc8a39d19fe4d34bc9c9f28aabad433
Requested by: @jotalis