Skip to content

Commit fb5b0de

Browse files
authored
Fix CVE-2026-54399: force httpcore5 group to 5.4.3 (#86)
Refs moderneinc/dependency-vulnerability-reports#1121
1 parent 9c5b2b0 commit fb5b0de

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,14 @@ configurations.configureEach {
6868
"already resolved across the project",
6969
)
7070
}
71+
if (requested.group == "org.apache.httpcomponents.core5") {
72+
useVersion("5.4.3")
73+
because(
74+
"CVE-2026-54399 (HIGH) — HTTP/1.1 message-parser memory-exhaustion DoS in Apache " +
75+
"HttpComponents Core <= 5.4.2. httpcore5-h2 5.4 is pulled transitively by awssdk " +
76+
"v2-migration; align the whole core5 group on the fixed 5.4.3",
77+
)
78+
}
7179
}
7280
}
7381

0 commit comments

Comments
 (0)