Skip to content

Outdated dependencies in container image (tar, elysia, pillow, cryptography) #604

Description

@upmcplanetracker

there are a few outdated Node and Python dependencies with available upstream fixes that have real-world consequences with a (possible) public facing container like convertx.

Node.js (tar) - CVE-2026-59873 (Critical - gzip bomb DoS) & CVE-2026-59874 (High - malformed tar header DoS). - bump to >= 7.5.19

Node.js (elysia) - CVE-2026-30837 (High - string URL format ReDoS) - bump to >= 1.4.26

Python (pillow) - CVE-2026-54058, CVE-2026-59197, CVE-2026-59205, and more involving memory leaks, heap writes, and parsing DoS vectors. - bump to >= 12.3.0

Python (cryptography) - CVE-2026-69247 - >= 50.0.0

the fixes should be rather simple to mitigate these real-world vulnerabilities ty.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions