Lucene search

K
vulnrichmentGitHub_MVULNRICHMENT:CVE-2024-34072
HistoryMay 03, 2024 - 10:13 a.m.

CVE-2024-34072 Deserialization of Untrusted Data in sagemaker-python-sdk

2024-05-0310:13:24
CWE-502
GitHub_M
github.com
2
sagemaker-python-sdk
untrusted data
deserialization
cve-2024-34072
remote code execution
denial of service
confidentiality
integrity
numpydeserializer
amazon sagemaker
upgrade

CVSS3

7.8

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

AI Score

8

Confidence

High

SSVC

Exploitation

none

Automatable

no

Technical Impact

total

sagemaker-python-sdk is a library for training and deploying machine learning models on Amazon SageMaker. The sagemaker.base_deserializers.NumpyDeserializer module before v2.218.0 allows potentially unsafe deserialization when untrusted data is passed as pickled object arrays. This consequently may allow an unprivileged third party to cause remote code execution, denial of service, affecting both confidentiality and integrity. Users are advised to upgrade to version 2.218.0. Users unable to upgrade should not pass pickled numpy object arrays which originated from an untrusted source, or that could have been tampered with. Only pass pickled numpy object arrays from trusted sources.

ADP Affected

[
  {
    "cpes": [
      "cpe:2.3:a:aws:sagemaker-python-sdk:-:*:*:*:*:*:*:*"
    ],
    "vendor": "aws",
    "product": "sagemaker-python-sdk",
    "versions": [
      {
        "status": "affected",
        "version": "-",
        "lessThan": "2.218.0",
        "versionType": "custom"
      }
    ],
    "defaultStatus": "unknown"
  }
]

CVSS3

7.8

Attack Vector

LOCAL

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

REQUIRED

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

AI Score

8

Confidence

High

SSVC

Exploitation

none

Automatable

no

Technical Impact

total

Related for VULNRICHMENT:CVE-2024-34072