Skip to content

AWS CLI v2 latest version has CVE-2025-4138/4330/4435 #9553

Closed
@ssz1997

Description

@ssz1997

Describe the bug

aws-cli v2.27.36 has CVE-2025-4138/4330/4435 from security scan whose severities are HIGH

Regression Issue

  • Select this option if this issue appears to be a regression.

Expected Behavior

Expecting no fixable CVE present from aws cli.

Current Behavior

Fixable CVE with severity HIGH presents in latest version of aws-cli

Reproduction Steps

Security scan on an image in which aws cli is installed as follow:

RUN curl -fsSL https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -o awscliv2.zip && unzip -q awscliv2.zip && /aws/install && rm -fr /aws*

Python library path /usr/local/aws-cli/v2/2.27.36/dist/libpython3.13.so.1.0 was reported having CVEs

Possible Solution

Upgrading python package to 3.13.4 in which the CVEs are fixed
https://www.python.org/downloads/release/python-3134/

Additional Information/Context

No response

CLI version used

2.27.36

Environment details (OS name and version, etc.)

ubi9-minimal:9.6

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugThis issue is a bug.pending-releaseThis issue will be fixed by an approved PR that hasn't been released yet.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions