CVE-2024-3568

CVSS V2 None CVSS V3 None
Description
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.
Overview
  • CVE ID
  • CVE-2024-3568
  • Assigner
  • @huntr_ai
  • Vulnerability Status
  • PUBLISHED
  • Published Version
  • 2024-04-10T17:07:55.667Z
  • Last Modified Date
  • 2024-06-04T17:31:01.009Z
History
Created Old Value New Value Data Type Notes
2024-06-23 22:47:45 Added to TrackCVE