fix: update vertx-core to 4.5.24 to patch CVE#63
Open
AlexanderBartash wants to merge 1 commit intoConsensys:mainfrom
Open
fix: update vertx-core to 4.5.24 to patch CVE#63AlexanderBartash wants to merge 1 commit intoConsensys:mainfrom
AlexanderBartash wants to merge 1 commit intoConsensys:mainfrom
Conversation
Fixes GHSA-cphf-4846-3xx9 - Vert.x Web static handler cache manipulation vulnerability that allows DoS via crafted URIs. GHSA-cphf-4846-3xx9
|
All contributors have signed the CLA ✍️ ✅ |
Author
|
I have read the CLA Document and I hereby sign the CLA |
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
io.vertx:vertx-corefrom 4.5.22 to 4.5.24 to fix security vulnerabilitySecurity Issue
CVE: GHSA-cphf-4846-3xx9
The Vert.x Web static handler component cache can be manipulated to deny access to static files served by the handler using specifically crafted request URIs.
Affected versions: < 4.5.24
Patched version: 4.5.24
Test Plan
./gradlew buildpasses all testsio.vertx:vertx-core -> 4.5.24Note
Security patch via dependency bump.
io.vertxdependency set from4.5.22to4.5.24independency-versions.gradle, upgradingvertx-coreandvertx-lang-kotlin-coroutinesto addressGHSA-cphf-4846-3xx9Written by Cursor Bugbot for commit 0d34183. This will update automatically on new commits. Configure here.