Skip to content

Commit eeef1c4

Browse files
1 parent a3be46a commit eeef1c4

1 file changed

Lines changed: 34 additions & 5 deletions

File tree

advisories/unreviewed/2026/01/GHSA-cphf-4846-3xx9/GHSA-cphf-4846-3xx9.json renamed to advisories/github-reviewed/2026/01/GHSA-cphf-4846-3xx9/GHSA-cphf-4846-3xx9.json

Lines changed: 34 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-cphf-4846-3xx9",
4-
"modified": "2026-01-15T21:31:48Z",
4+
"modified": "2026-01-15T22:51:27Z",
55
"published": "2026-01-15T21:31:48Z",
66
"aliases": [
77
"CVE-2026-1002"
88
],
9+
"summary": "Vert.x Web static handler component cache can be manipulated to deny the access to static files",
910
"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.\n\n\nThe 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 \n\n\n\nSteps to reproduce\nGiven 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\n\nMitgation\nDisabling Static Handler cache fixes the issue.\n\n\n\nStaticHandler staticHandler = StaticHandler.create().setCachingEnabled(false);",
1011
"severity": [
1112
{
1213
"type": "CVSS_V4",
13-
"score": "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/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
14+
"score": "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"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "io.vertx:vertx-core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "4.5.24"
32+
}
33+
]
34+
}
35+
]
1436
}
1537
],
16-
"affected": [],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -22,15 +43,23 @@
2243
{
2344
"type": "WEB",
2445
"url": "https://github.com/eclipse-vertx/vert.x/pull/5895"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/eclipse-vertx/vert.x/commit/d007e7b418543eb1567fe95cf20f5450a5c2d047"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/eclipse-vertx/vert.x"
2554
}
2655
],
2756
"database_specific": {
2857
"cwe_ids": [
2958
"CWE-444"
3059
],
3160
"severity": "MODERATE",
32-
"github_reviewed": false,
33-
"github_reviewed_at": null,
61+
"github_reviewed": true,
62+
"github_reviewed_at": "2026-01-15T22:51:27Z",
3463
"nvd_published_at": "2026-01-15T21:16:05Z"
3564
}
3665
}

0 commit comments

Comments
 (0)