Most recent
navigate open esc close Corpus index built 2026-06-07 23:58 UTC

← All engagement records

Case study May 1, 2026

Chinese Primary School: Cloud Proxy Subscriptions + Credential Leak

Sector
K-12

NuClide Research · 2026-05-01


Summary

An Experimental Primary School in China (Shodan org: “Experimental Primary School”) is running Ollama with three cloud proxy subscriptions, DeepSeek V4 Pro, Devstral-2 (123B), and MiniMax M2.7, alongside a RAG pipeline (BGE-M3 embedding). All three cloud proxies return 401 with the same credential leak: Ollama Connect account simmir2077-Rack-Server. Unauthenticated, publicly accessible.

This appears to be a K-12 educational environment, the first primary/elementary school in this research set with cloud AI subscriptions exposed.


Infrastructure

FieldValue
IP122.225.62.2
rDNS, (NXDOMAIN)
OrgExperimental Primary School (China)
CountryChina
Open ports11434 (Ollama, public)

Models

ModelSizeTypeCred Leak
deepseek-v4-pro:cloud0 GB☁️ Cloud proxysimmir2077-Rack-Server
devstral-2:123b-cloud0 GB☁️ Cloud proxysimmir2077-Rack-Server
minimax-m2.7:cloud0 GB☁️ Cloud proxysimmir2077-Rack-Server
bge-m3:latest1 GBEmbedding, RAG,
qwen2.5:7b4 GBLocal,
llama3.2:3b1 GBLocal,

Credential Leak

All three cloud proxies return the same Ollama Connect account in the 401 response:

{
  "error": "unauthorized",
  "signin_url": "https://ollama.com/connect?name=simmir2077-Rack-Server&key=<base64>"
}
  • Username: simmir2077-Rack-Server
  • SSH Public Key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIILnEvW9tXqugnjfQQ1aH3Lk...

The Rack-Server suffix suggests a branded server appliance rather than a personal workstation. All three subscriptions (DeepSeek Pro, Devstral-2 123B, MiniMax M2.7) are registered to the same account.


Findings

F1, Three Cloud Proxy Credential Leaks on K-12 Network (CRITICAL): Three cloud AI subscriptions (DeepSeek, Mistral, MiniMax) exposed with operator credentials accessible to any internet caller. Unprecedented finding in a primary school network.

F2, RAG Pipeline Injection (HIGH): bge-m3 embedding model indicates an active RAG pipeline. CVE-2025-63389 injection affects document-augmented responses.

F3, Model Injection (HIGH): All models injectable via CVE-2025-63389.


Context

This is the only primary (K-12) institution in this research set with AI cloud subscriptions exposed. The deployment suggests administrative or experimental AI use on a school network, potentially a smart campus initiative or teacher tools, without proper network security controls.


Disclosure

  • Discovered: 2026-05-01
  • Status: Pending outreach, unclear disclosure channel for Chinese K-12