The AWS CLI v2 Linux installer (https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip) bundles Python 3.14.3 as libpython3.14.so.1.0 under /usr/local/aws-cli/v2/2.34.28/dist/.
Python 3.14.3 is affected by CVE-2026-4519. The fix is available in Python 3.14.4, released April 8 (cpython#148031).
This is causing container security scan failures (Anchore/Grype) for anyone using the official AWS CLI v2 installer in Docker images, as the bundled libpython3.14.so is detected as vulnerable.
Could the installer be rebuilt with Python 3.14.4?
Affected versions: AWS CLI v2 2.34.26, 2.34.27, 2.34.28 (and likely earlier)
Fixed in: Python 3.14.4, 3.13.13, 3.15.0a8
The AWS CLI v2 Linux installer (
https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip) bundles Python 3.14.3 aslibpython3.14.so.1.0under/usr/local/aws-cli/v2/2.34.28/dist/.Python 3.14.3 is affected by CVE-2026-4519. The fix is available in Python 3.14.4, released April 8 (cpython#148031).
This is causing container security scan failures (Anchore/Grype) for anyone using the official AWS CLI v2 installer in Docker images, as the bundled
libpython3.14.sois detected as vulnerable.Could the installer be rebuilt with Python 3.14.4?
Affected versions: AWS CLI v2 2.34.26, 2.34.27, 2.34.28 (and likely earlier)
Fixed in: Python 3.14.4, 3.13.13, 3.15.0a8