Skip to content

Commit 261c242

Browse files
authored
Added LiteLLM vulnerability warning. (#349)
* Added LiteLLM vulnerability warning. * Removed recommended actions for PyPI and LiteLLM dev. * Added other affected version.
1 parent 4c0c75d commit 261c242

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

src/app/tutorials/litellm.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@ description: "Learn how to configure LiteLLM, Caido, and Shift to use models fro
44

55
# Using LiteLLM with Shift
66

7+
::: danger
8+
**On March 24, 2026 at 10:52 UTC versions v1.82.7 and v1.82.8 of the `litellm` package on PyPI were found to be compromised with credential-stealing malware.**
9+
10+
The recommended actions to take are:
11+
12+
- Remove/uninstall `litellm 1.82.7`/`litellm 1.82.8` immediately.
13+
- Check for `litellm_init.pth` in your site-packages/directory.
14+
- Rotate ALL credentials that were present as environment variables or in config files on any system where `litellm 1.82.8` was installed.
15+
16+
View more details and updates:
17+
18+
- [https://futuresearch.ai/blog/litellm-pypi-supply-chain-attack/](https://futuresearch.ai/blog/litellm-pypi-supply-chain-attack/)
19+
- [https://github.com/BerriAI/litellm/issues/24512](https://github.com/BerriAI/litellm/issues/24512)
20+
:::
21+
722
[LiteLLM](https://docs.litellm.ai/) is an open-source proxy/gateway that provides a unified interface for accessing multiple LLM providers.
823

924
In this tutorial, you will learn how to configure LiteLLM, Caido, and [Shift](/app/tutorials/shift.md) to use models from various providers that are not directly supported.

0 commit comments

Comments
 (0)