security: upgrade some package versions
Push -> develop / Build Docker images (push) Successful in 1m40s
Push -> develop / Deploy (push) Successful in 20s
Push -> develop / Notify on result (push) Successful in 0s

This commit is contained in:
sangnn
2026-06-23 04:25:25 +00:00
parent 99c488d4d5
commit 685df6a4cb
3 changed files with 43 additions and 5 deletions
+27
View File
@@ -18,3 +18,30 @@ CVE-2026-26007
# Vulnerable OpenSSL statically bundled in the cryptography manylinux wheel.
# Blocked by the same sshkey-tools <44 cap. Tracked for removal at next review.
GHSA-537c-gmf6-5ccf
# ---------------------------------------------------------------------------
# Unfixable base-image OS packages (Debian slim). All are status "affected" or
# "fix_deferred" with NO fixed version available upstream — apt cannot patch
# them. They are deep base packages we cannot remove without breaking the image
# (perl/dpkg tooling, ncurses for terminal libs, sqlite via Python stdlib).
# None are reachable from the app's input paths (no Archive::Tar on untrusted
# input, no curl, sqlite3 stdlib unused with untrusted DB files).
#
# Reviewed: 2026-06-23 | Next review: 2026-09-23
# Strategic fix: migrate to a distroless / Chainguard Python base, which drops
# perl, ncurses tooling and sqlite entirely. Revisit then.
# ---------------------------------------------------------------------------
# perl-base (Archive::Tar / IO-Compress) — no fix available
CVE-2026-42496
CVE-2026-42497
CVE-2026-48962
CVE-2026-9538
CVE-2026-8376
# ncurses (libtinfo6 / libncursesw6 / ncurses-base / ncurses-bin) — no fix
CVE-2025-69720
# libsqlite3-0 — no fix
CVE-2026-11822
CVE-2026-11824