logoalt Hacker News

simonwyesterday at 4:24 AM2 repliesview on HN

How do you then use GET requests to create a malicious dataset package and publish that to Hugging Face in order to exploit their package building infrastructure?


Replies

tptacekyesterday at 4:29 PM

You convert GETs into arbitrary requests through some other pivot. I'm not saying that's what happened but this is bog-standard SSRF pentesting, so I'd expect models to be good at it.

joshkayesterday at 8:54 AM

There's no reason to think that a tool that can find an 0-day in a repo cache can't work out how to make that host send a post request rather than a get request once it has its keys and is able to get it to make arbitrary web calls.

show 1 reply