Skip to content

Commit 7d6e67c

Browse files
sunnywuclaude
andauthored
UID2-6905: upgrade libcrypto3/libssl3 to fix CVE-2026-28390 (#2488)
Adds apk upgrade for libcrypto3 and libssl3 (3.5.5-r0 → 3.5.6-r0) to address HIGH severity OpenSSL Denial of Service vulnerability. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 44f797e commit 7d6e67c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
FROM eclipse-temurin@sha256:693c22ea458d62395bac47a2da405d0d18c77b205211ceec4846a550a37684b6
33

44
# For Amazon Corretto Crypto Provider
5-
RUN apk add --no-cache gcompat
5+
# CVE-2026-28390: upgrade libcrypto3/libssl3 to 3.5.6-r0+ (UID2-6905)
6+
RUN apk add --no-cache gcompat && apk upgrade --no-cache libcrypto3 libssl3
67

78
WORKDIR /app
89
EXPOSE 8080

0 commit comments

Comments
 (0)