LeftoverLocals: Listening to LLM responses through leaked GPU local memory
blog.trailofbits.com
LeftoverLocals: Listening to LLM responses through leaked GPU local memory
1–10 of 42 posts
Re: LeftoverLocals: Listening to LLM responses through leaked GPU local memory
#2Re: LeftoverLocals: Listening to LLM responses through leaked GPU local memory
#3Literally too incompetent to follow even basic security 101 practices. A time shared device must be sanitized between users to prevent state leakage. There is no reason to believe that a security culture that clueless when developing a universally shared, high criticality device can be believed if they claim to do better elsewhere. Their process is either so incompetent or so inconsistent that their claims can not be believed without external audits.
In this case: Apple, Qualcomm, AMD, Imagination.
Edit: Added Imagination as noted by reply.
Re: LeftoverLocals: Listening to LLM responses through leaked GPU local memory
#4tl;dr GPU drivers made by various vendors do not sanitize compute unit hardware scratch memory between uses, so you can just freely read whatever the last user left laying around when they stopped. Literally too incompetent to follow even basic security 101 practices. A time shared device must be sanitized between users to prevent state leakage. There is no reason to believe that a security culture that clueless when…
Notably Intel and Nvidia were not impacted. I wonder if the security hardening that Google worked on with Nvidia for Stadia helped prevent this
Re: LeftoverLocals: Listening to LLM responses through leaked GPU local memory
#5tl;dr GPU drivers made by various vendors do not sanitize compute unit hardware scratch memory between uses, so you can just freely read whatever the last user left laying around when they stopped. Literally too incompetent to follow even basic security 101 practices. A time shared device must be sanitized between users to prevent state leakage. There is no reason to believe that a security culture that clueless when…
Re: LeftoverLocals: Listening to LLM responses through leaked GPU local memory
#6tl;dr GPU drivers made by various vendors do not sanitize compute unit hardware scratch memory between uses, so you can just freely read whatever the last user left laying around when they stopped. Literally too incompetent to follow even basic security 101 practices. A time shared device must be sanitized between users to prevent state leakage. There is no reason to believe that a security culture that clueless when…
And Imagination. Notably Intel and Nvidia were not impacted. I wonder if the security hardening that Google worked on with Nvidia for Stadia helped prevent this
Re: LeftoverLocals: Listening to LLM responses through leaked GPU local memory
#7tl;dr GPU drivers made by various vendors do not sanitize compute unit hardware scratch memory between uses, so you can just freely read whatever the last user left laying around when they stopped. Literally too incompetent to follow even basic security 101 practices. A time shared device must be sanitized between users to prevent state leakage. There is no reason to believe that a security culture that clueless when…
And Imagination. Notably Intel and Nvidia were not impacted. I wonder if the security hardening that Google worked on with Nvidia for Stadia helped prevent this
Imagine a OS forgetting to replace your general purpose registers across context switches. Only a rank incompetent and useless security process would let something like that get all the way through to deployment.
Re: LeftoverLocals: Listening to LLM responses through leaked GPU local memory
#8Re: LeftoverLocals: Listening to LLM responses through leaked GPU local memory
#9> Apple: Despite multiple efforts to establish contact through CERT/CC, we only received a response from Apple on January 13, 2024.
> Apple did not respond or engage with us regarding the disclosure.
Well at least they are consistent at not giving a flying f*ck about working with bug reporters, no matter who you are. I have reported 5+ radars in the past and have never received any response, not even a confirmation.
Re: LeftoverLocals: Listening to LLM responses through leaked GPU local memory
#10tl;dr GPU drivers made by various vendors do not sanitize compute unit hardware scratch memory between uses, so you can just freely read whatever the last user left laying around when they stopped. Literally too incompetent to follow even basic security 101 practices. A time shared device must be sanitized between users to prevent state leakage. There is no reason to believe that a security culture that clueless when…
For example Windows takes over GPU memory control, it virtualizes it, and allocates it to various applications, zeros it, etc...