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

← All engagement records

Case study May 3, 2026

Binh Duong University: Account Takeover, Contabo VPS (`itu.edu.vn`)

Sector
Universities
Country
binh

NuClide Research · 2026-05-03


Summary

A server with hostname itu.edu.vn (94.136.191.179) running Ollama on Contabo GmbH VPS infrastructure has a live Ollama Connect account takeover. The hostname references the International University (IU Vietnam) or Binh Duong University domain, indicating a Vietnamese academic operator running cloud-hosted Ollama outside campus infrastructure. The cloud proxy 401 leaks an account claim URL.


Infrastructure

FieldValue
IP94.136.191.179
Hostnameitu.edu.vn
HostingContabo GmbH (Germany, commercial VPS)
InstitutionBinh Duong University / IU Vietnam
CountryVietnam (operator) / Germany (hosting)
Ollama version0.13.1
Open port11434 (public, no auth)

Account Takeover

{
  "error": "unauthorized",
  "signin_url": "https://ollama.com/connect?name=372f4fd0a9dd&key=<base64>"
}
  • Username: 372f4fd0a9dd (MAC address)
  • SSH pubkey: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIByBAlbkqHJMN9yeNases9WgIyniv2tcW3CLwPQs6VNM

Models

ModelNotes
minimax-m2.7:cloud☁️ Cloud proxy, account takeover
llama3.2:3bLocal 3B model

Findings

F1: Account Takeover via Cloud Proxy 401 (CRITICAL)

MiniMax M2.7 cloud subscription exposed via unauthenticated port. Live claim URL leaks SSH pubkey and account credentials.

F2: Off-Campus VPS Deployment (MEDIUM)

The server is hosted on Contabo VPS (Germany), not on university infrastructure. The operator moved the Ollama instance to a commercial VPS, likely to avoid university firewall restrictions, bypassing any network-level controls the institution might have had.

F3: CVE-2025-63389 (HIGH)

v0.13.1. Both models injectable.


Remediation

Rotate Ollama Connect account, restrict port 11434 in Contabo firewall settings.


Disclosure

  • Discovered: 2026-05-03
  • Status: Pending outreach to IU Vietnam / VN-CERT