GHSA-cphf-4846-3xx9 · Severity: medium · Ecosystem: maven — Vert.x Web static handler component cache can be manipulated to deny the access to static files
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);
Conclusion & alert: CVE-2026-1002 is rated Exploit Available (50/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.04%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-01-31 | 0.05% | 0.04% | -0.01% |
| 2 | 2026-01-21 | 0.04% | 0.05% | +0.01% |
| 3 | 2026-01-16 | — | 0.04% | — |
Full EPSS history (3 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 6.9 | 4.0 | MEDIUM |
|
— | — | [email protected] |
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | [email protected] |
GHSA-cphf-4846-3xx9 · Severity: medium · Ecosystem: maven — Vert.x Web static handler component cache can be manipulated to deny the access to static files
| vendor | priority | summary | link |
|---|---|---|---|
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2026-1002 |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| eclipse | vert.x-web | >= 4.0.0, <= 4.5.23 | cpe:2.3:a:eclipse:vert.x-web:*:*:*:*:*:*:*:* |
| eclipse | vert.x-web | >= 5.0.0, <= 5.0.6 | cpe:2.3:a:eclipse:vert.x-web:*:*:*:*:*:*:*:* |
| URL | Tags |
|---|---|
| https://github.com/eclipse-vertx/vert.x/pull/5895 | Issue Tracking Patch |
| https://github.com/vert-x3/vertx-web/issues/2836 | Exploit |