Skip to content

Commit 0ccfdaa

Browse files
cYKatherineclaude
andauthored
UID2-7279: suppress CVE-2026-45447 (libcrypto3); extend CVE-2026-42577 expiry (#2602)
- .trivyignore: add CVE-2026-45447 (libcrypto3 Alpine OS lib, not used by JVM/JSSE) with exp:2026-07-11 - .trivyignore: extend CVE-2026-42577 expiry to 2026-09-11 (no 4.1.x fix yet) Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent b42a635 commit 0ccfdaa

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.trivyignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,10 @@ CVE-2026-22184 exp:2026-09-09
2828
# gateway) so anonymous external attackers cannot reach the netty epoll socket directly;
2929
# LB-level connection limits and idle timeouts further cap the blast radius. CVSS impact is
3030
# Availability only (C:N/I:N/A:H). Tracking via UID2-7035; revisit on vert.x 5 migration.
31-
CVE-2026-42577 exp:2026-06-08
31+
CVE-2026-42577 exp:2026-09-11
32+
33+
# CVE-2026-45447 — libcrypto3 PKCS#7/S/MIME memory corruption in Alpine base image.
34+
# uid2-operator is a pure Java service; the JVM uses JSSE for TLS, not the native
35+
# libcrypto3 C library. No JNI or OpenSSL calls in source. Attack vector (malformed
36+
# PKCS#7/S/MIME parsing) is not reachable from this service. See: UID2-7279
37+
CVE-2026-45447 exp:2026-07-11

0 commit comments

Comments
 (0)