Pickle in the Middle: Vertex AI Bucket-Squatting Bug Lets Attackers Swap Models

1 min read
Source: The Hacker News
Pickle in the Middle: Vertex AI Bucket-Squatting Bug Lets Attackers Swap Models
Photo: The Hacker News
TL;DR Summary

A security flaw in Google Cloud Vertex AI's Python SDK allowed an attacker with their own Google Cloud project to hijack a victim's model upload by pre-creating a predictable staging bucket and swapping the uploaded model before Vertex AI reads it, enabling code execution when models saved with pickle/joblib are loaded. Google patched the issue in v1.144.0 (randomized bucket names) and v1.148.0 (ownership verification); upgrade to 1.148.0+ and explicitly set staging_bucket, plus audit all google-cloud-aiplatform usage across notebooks, CI jobs, and pipelines. No CVE has been assigned as of publication, and no exploitation in the wild was observed.

Share this article

Reading Insights

Total Reads

0

Unique Readers

27

Time Saved

3 min

vs 4 min read

Condensed

84%

61398 words

Want the full story? Read the original article

Read on The Hacker News