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

← All engagement records

Case study May 3, 2026

Taiwan Ministry of Education Computer Center (TANet): Account Takeover, Default `ollama` Credentials

Sector
Universities
Country
tanet

NuClide Research · 2026-05-03


Summary

A TANet-hosted node (AS1659 Taiwan Academic Network Information Center, Taipei) exposes Ollama with two cloud proxy subscriptions and a live account takeover, the Ollama Connect account name is the default ollama, indicating the operator never changed it from the installation default. The SSH public key is exposed via the 401 cloud proxy response. No rDNS.


Infrastructure

FieldValue
IP140.125.180.91
rDNSNone
OrgAS1659 Taiwan Academic Network (TANet) Information Center
CityTaipei, Taiwan
Ollama version0.14.3
Open port11434 (public, no auth)

Account Takeover

{
  "error": "unauthorized",
  "signin_url": "https://ollama.com/connect?name=ollama&key=<base64>"
}
  • Account name: ollama, installation default, never changed
  • SSH public key: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGdI/XYFCAqJaH2k+MfvjFRJ2i4GYKPN3rvGAEF8Niey

The generic account name ollama is the default credential issued when Ollama Connect is set up without customization. It is a strong signal that the operator followed a default installation path without reviewing the cloud proxy security configuration.


Models

ModelSizeNotes
deepseek-v4-pro:cloud0 GB☁️ Cloud proxy, account takeover
minimax-m2.7:cloud0 GB☁️ Cloud proxy
smollm2:135m0.3 GBLocal
llama3.2:3b1.9 GBLocal
phi3:latest2.0 GBLocal

Findings

F1: Default Account Name Exposes Ollama Connect (CRITICAL)

Account name ollama is the default Ollama Connect identifier, the same credential that any operator gets during initial setup. Combined with the exposed SSH public key, this allows an attacker to claim or associate with the TANet operator’s Ollama Connect account, taking over both cloud model subscriptions.

F2: TANet Infrastructure (HIGH)

TANet is Taiwan’s national academic network, operated by the Ministry of Education Computer Center. Exposure on this network means other TANet-connected institutions may have similar misconfigurations. Related: tanet.md documents an 18-node TANet multi-institution cluster with separate account takeover.

F3: CVE-2025-63389 (CRITICAL)

All 5 models injectable via unauthenticated /api/create.


  • tanet.md, TANet 18-node cluster, separate account takeover (name=ollama), multiple institutions

Remediation

OLLAMA_HOST=127.0.0.1:11434
systemctl restart ollama

Also: rotate the Ollama Connect account to a non-default name via ollama.com settings.


Disclosure

  • Discovered: 2026-05-03
  • Status: Pending outreach to TANet / MOE-CC Taiwan (cert@twcert.org.tw)