#supplychainbreach — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #supplychainbreach, aggregated by home.social.
-
Malicious AI Gateway Exposes Data Through Supply Chain Breach
A recent analysis of LiteLLM, a popular AI gateway, revealed a supply chain breach that embedded malicious code designed to steal sensitive data, highlighting the vulnerability of even the most trusted components. This breach turned a multifunctional gateway meant to enhance AI agents into a vector for data theft, putting countless users…
https://osintsights.com/malicious-ai-gateway-exposes-data-through-supply-chain-breach
#Litellm #SupplyChainBreach #AiAgents #DataExfiltration #Securelist
-
[Threatview.io] ⚠️ Vulnerability alert
Check if impacted by CVE-2024-3094 ❓
❌ xz -V
✔️ strings /usr/local/bin/xz | grep "(XZ Utils)"
✔️strings `which xz` | grep "(XZ Utils"
✔️for xz_p in $(type -a xz | awk '{print $NF}' | uniq); do strings "$xz_p" | grep "xz (XZ Utils)" || echo "No match found for $xz_p"; done