Ru Itmo
To: support@itmo.ru Subject: Unauthenticated AI inference endpoint, ITMO University, Russia (77.234.216.105)
Nicholas Michael Kloster / NuClide Research nicholas@nuclide-research.com
2026-05-01
Re: Unauthenticated Ollama AI inference endpoint, ITMO University, Russia IP / Host: 77.234.216.105 Severity: CRITICAL
I’m an independent security researcher. I hold CISA disclosures CVE-2025-4364 and ICSA-25-140-11 and conduct good-faith AI infrastructure research under the NuClide Research umbrella. This is an unsolicited disclosure, no engagement exists with your organization, and I have not accessed, modified, or exfiltrated any data beyond what was necessary to confirm the exposure.
Summary
ITMO University (Saint Petersburg, Russia) has an Ollama instance with 24 models including frontier models (Llama 4, Qwen 2.5 VL 72B, Kimi-Dev-72B) and gpt-oss:20b / gpt-oss:120b cloud proxies. No credential leak detected on active probe, likely paid-tier. Unauthenticated inference against all 24 models.
Infrastructure
| Field | Value |
|---|---|
| IP | 77.234.216.105 |
| rDNS | , (NXDOMAIN) |
| Org | ITMO University (verified via Shodan ASN) |
| Country | Russia |
| Open ports | 11434 (Ollama, public) |
Models (24 total)
| Model | Size | Notes |
|---|---|---|
| gpt-oss:20b | 12 GB | ☁️ Cloud proxy candidate |
| gpt-oss:120b | 60 GB | ☁️ Cloud proxy candidate |
| volker-mauel/Kimi-Dev-72B-GGUF:q8_0 | 71 GB | Kimi Dev coding model |
| llama4:16x17b | 62 GB | Llama 4 MoE |
| llama4:latest | 62 GB | Llama 4 |
| qwen2.5vl:72b | 65 GB | Vision-language |
| qwen3.6:35b | 22 GB | |
| qwen3.5:27b | 16 GB | |
| qwen3:32b | 18 GB | |
| qwen3:8b | 4 GB | |
| mistral-small3.2:24b | 14 GB | |
| mistral-small3.1:latest | 14 GB | |
| mistral-small3.1:24b | 14 GB | |
| mistral-small3.1-24b-128k:latest | 14 GB | |
| mistral-small:24b | 13 GB | |
| mixtral:8x7b | 24 GB | |
| gemma3:27b | 16 GB | |
| granite3.2-vision:2b | 2 GB | |
| llama3:70b | 37 GB | |
| deepseek-r1:70b | 39 GB | |
| qwen3-vl:8b | 5 GB | |
| qwen3-vl:4b | 3 GB | |
| llama3.2:3b | 1 GB | |
| smollm2:135m | 0 GB |
Findings
F1, Unauthenticated Ollama API (CRITICAL): 24 models including 71GB Kimi-Dev, 65GB VL, and multiple 60GB+ frontier models accessible without credentials.
F2, Cloud Proxy Presence (HIGH): gpt-oss:20b and gpt-oss:120b present. Probe timed out, status (free-tier 200 OK vs paid 401) unconfirmed.
F3, Model Injection (HIGH): All 24 models injectable via CVE-2025-63389.
Why it matters
Any internet actor can run inference against your cloud API subscription at your expense, this constitutes direct quota/billing theft. The credential leak (username + SSH public key) exposes your service account to enumeration and credential-stuffing against other services.
One-line fix
OLLAMA_HOST=127.0.0.1:11434
systemctl restart ollama
This rebinds Ollama to loopback only. If running in Docker: docker run -p 127.0.0.1:11434:11434 ollama/ollama.
CVE-2025-63389
All models on this instance are injectable via the unauthenticated /api/create endpoint, an attacker can overwrite any model’s system prompt or delete models entirely. No patch exists as of this disclosure.
Reference
Full technical details, parameter counts, and remediation notes are in this public research repository: AI-LLM-Infrastructure-OSINT/blob/main/case-studies/universities/RU/itmo.md
This research is part of a broader sweep of university AI infrastructure exposures documented at: AI-LLM-Infrastructure-OSINT/blob/main/case-studies/universities/OVERVIEW.md
I’m happy to answer questions or assist with verification. No response is required.
Regards, Nicholas Michael Kloster / NuClide Research nicholas@nuclide-research.com AI-LLM-Infrastructure-OSINT