Skip to content

Update dependency io.vertx:vertx-core to v4.5.24 [SECURITY]#268

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/maven-io.vertx-vertx-core-vulnerability
Open

Update dependency io.vertx:vertx-core to v4.5.24 [SECURITY]#268
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/maven-io.vertx-vertx-core-vulnerability

Conversation

@renovate

@renovate renovate Bot commented Apr 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
io.vertx:vertx-core (source) 4.5.234.5.24 age confidence

Vert.x Web static handler component cache can be manipulated to deny the access to static files

CVE-2026-1002 / GHSA-cphf-4846-3xx9

More information

Details

The Vert.x Web static handler component cache can be manipulated to deny the access to static files served by the handler using specifically crafted request URI.

The issue comes from an improper implementation of the C. rule of section 5.2.4 of RFC3986 and is fixed in Vert.x Core component (used by Vert.x Web): https://github.com/eclipse-vertx/vert.x/pull/5895

Steps to reproduce
Given a file served by the static handler, craft an URI that introduces a string like bar%2F..%2F after the last / char to deny the access to the URI with an HTTP 404 response. For example https://example.com/foo/index.html can be denied with https://example.com/foo/bar%2F..%2Findex.html

Mitgation
Disabling Static Handler cache fixes the issue.

StaticHandler staticHandler = StaticHandler.create().setCachingEnabled(false);

Severity

  • CVSS Score: 6.9 / 10 (Medium)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:L

References

This data is provided by the GitHub Advisory Database (CC-BY 4.0).


Release Notes

eclipse/vert.x (io.vertx:vertx-core)

v4.5.24

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot changed the title Update dependency io.vertx:vertx-core to v4.5.24 [SECURITY] Update dependency io.vertx:vertx-core to v4.5.24 [SECURITY] - autoclosed Apr 27, 2026
@renovate renovate Bot closed this Apr 27, 2026
@renovate
renovate Bot deleted the renovate/maven-io.vertx-vertx-core-vulnerability branch April 27, 2026 17:53
@renovate renovate Bot changed the title Update dependency io.vertx:vertx-core to v4.5.24 [SECURITY] - autoclosed Update dependency io.vertx:vertx-core to v4.5.24 [SECURITY] Apr 27, 2026
@renovate renovate Bot reopened this Apr 27, 2026
@renovate
renovate Bot force-pushed the renovate/maven-io.vertx-vertx-core-vulnerability branch 2 times, most recently from 15534b7 to 024ea9d Compare April 27, 2026 22:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants