Lucene search

K
cve@huntr_aiCVE-2024-3568
HistoryApr 10, 2024 - 5:15 p.m.

CVE-2024-3568

2024-04-1017:15:58
CWE-502
@huntr_ai
web.nvd.nist.gov
53
huggingface
transformers
library
code execution
deserialization
tfpretrainedmodel
pickle
remote code execution
rce
checkpoint
training
vulnerability
nvd

CVSS3

3.4

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

LOW

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

AI Score

8.4

Confidence

Low

EPSS

0

Percentile

9.0%

The huggingface/transformers library is vulnerable to arbitrary code execution through deserialization of untrusted data within the load_repo_checkpoint() function of the TFPreTrainedModel() class. Attackers can execute arbitrary code and commands by crafting a malicious serialized payload, exploiting the use of pickle.load() on data from potentially untrusted sources. This vulnerability allows for remote code execution (RCE) by deceiving victims into loading a seemingly harmless checkpoint during a normal training process, thereby enabling attackers to execute arbitrary code on the targeted machine.

Affected configurations

Vulners
Node
huggingfacetransformersMatch4.38
VendorProductVersionCPE
huggingfacetransformers4.38cpe:2.3:a:huggingface:transformers:4.38:*:*:*:*:*:*:*

CNA Affected

[
  {
    "vendor": "huggingface",
    "product": "huggingface/transformers",
    "versions": [
      {
        "version": "unspecified",
        "lessThan": "4.38",
        "status": "affected",
        "versionType": "custom"
      }
    ]
  }
]

CVSS3

3.4

Attack Vector

NETWORK

Attack Complexity

HIGH

Privileges Required

NONE

User Interaction

REQUIRED

Scope

CHANGED

Confidentiality Impact

NONE

Integrity Impact

NONE

Availability Impact

LOW

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

AI Score

8.4

Confidence

Low

EPSS

0

Percentile

9.0%