← Back to Daily Briefing

Internet-wide scanning has revealed 36,769 unauthenticated HTTP AI endpoints, with 98% lacking authentication, exposing proprietary LLMs and system prompts. Simultaneously, supply chain attacks targeting the HuggingFace hub involve the injection of poisoned model weights and serialized files (e.g., .pth, .bin, .pickle) and the deployment of backdoored agents like Agentland. These vulnerabilities facilitate the hijacking of LLM service credentials—specifically targeting Claude token quotas—to drive resource exhaustion and automated exploitation cycles. Remediation requires enforcing strict HTTP authentication, implementing Zero Trust Network Access (ZTNA), and rigorous cryptographic checksumming of all model assets sourced from public repositories.

  • Infrastructure Exposure: Unauthenticated AI Endpoints

    • Discovery of 36,769 exposed HTTP AI endpoints, primarily resulting from insecure configurations of local inference servers like vLLM and Text Generation Inference (TGI).
    • 98% of these instances lack basic authentication gates, granting unauthorized actors direct access to internal system prompts and proprietary model architectures.
    • Critical failure in "local-first" deployment strategies where internal AI tools are inadvertently routed to the public internet without security wrappers.
  • Supply Chain Integrity: HuggingFace Repository Poisoning

    • Injection of malicious weights and poisoned datasets into the HuggingFace hub to alter model behavior or introduce backdoors.
    • Use of unsafe serialization formats (e.g., .pickle, .pth) to execute arbitrary code upon model loading in the target environment.
    • High systemic dependency on public hubs without mandatory integrity verification or cryptographic hashing of model blobs.
  • Exploitation Vectors: Agentland and Automated Workflows

    • Deployment of backdoored AI agents, specifically Agentland, designed to hijack automated agentic workflows and execute unauthorized commands.
    • Transition from manual prompt injection to self-propagating, agent-driven attack cycles that can autonomously pivot through privileged corporate environments.
    • Exploitation of execution privileges granted to AI agents, allowing for unauthorized file system access and internal network scanning.
  • Resource Abuse: Claude Account Hijacking

    • Account Takeover (ATO) of LLM service providers, focusing on Claude credentials to exploit high-value paid token quotas.
    • Weaponization of hijacked API keys to drive massive resource exhaustion, leading to significant financial loss and operational denial-of-service for the victim.
    • Use of compromised credentials to mask the origin of automated attacks against other AI endpoints.
  • Defense Strategies: Hardening the AI Pipeline

    • Mandatory enforcement of strict HTTP authentication and Zero Trust Network Access (ZTNA) for all model inference endpoints.
    • Implementation of rigorous model verification, including the use of Safetensors to replace insecure pickle files and the enforcement of SHA-256 checksums.
    • Deployment of advanced observability tools to detect anomalous API traffic patterns and unauthorized agentic behavior in real-time.

Related posts

  1. Security Affairs — The AI Supply Chain Has a Security Problem, and Much of It Is Sitting on the Open Internet
  2. Riviera-networks
  3. Infosec
  4. Genai
  5. Datadoghq
  6. Gcscc
  7. Labs
  8. Hivesecurity
  9. Youtube

LINK COPIED TO CLIPBOARD