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

← Research library

HIGH · Disclosure May 1, 2026

Tw Ntu Gpu

To: security@ntu.edu.tw Subject: Unauthenticated AI inference endpoint, National Taiwan University (140.112.233.108)


Nicholas Michael Kloster / NuClide Research nicholas@nuclide-research.com

2026-05-01

Re: Unauthenticated Ollama AI inference endpoint, National Taiwan University IP / Host: 140.112.233.108 Severity: HIGH


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

NTU’s GPU cluster node g1pc2n108.g1.ntu.edu.tw (140.112.233.108) has Ollama exposed on port 11434 with 11 models skewed heavily toward vision and multimodal tasks, including GLM-OCR, GLM-4.7-Flash, MiniCPM-V, LLaVA, and llama3.2-vision.


Infrastructure

FieldValue
IP140.112.233.108
Hostnameg1pc2n108.g1.ntu.edu.tw
OrganizationNational Taiwan University, GPU Cluster 1, Node 108
NetworkTaiwan MOE TANet (140.112.0.0/16)
CountryTaiwan
Open ports11434 (Ollama, public)

Model Inventory

ModelSizeCategory
glm-4.7-flash:latest17GBZhipuAI GLM-4.7 vision-language
glm-ocr:latest2GBZhipuAI OCR model (1.1B params)
llama3.2-vision:latest7GBMeta vision-language
minicpm-v:latest5GBMiniCPM-V multimodal
llava:7b4GBLLaVA vision-language
moondream:latest1GBLightweight vision model
qwen3.5:latest6GBText LLM
llama3.2:3b1GBSmall LLM
llama3.2:latest1GB,
llama3:latest4GB,
qwen:latest2GB,

Findings

F1: Unauthenticated Inference on University GPU Cluster (HIGH)

All 11 models are publicly accessible without authentication. The heavy multimodal/vision focus, GLM-4.7-Flash, GLM-OCR, LLaVA, MiniCPM-V, moondream, llama3.2-vision, indicates this node serves active vision research or document processing workflows.

GLM-OCR (glm-ocr:latest) is a specialized optical character recognition model. Any documents being processed through this pipeline are accessible to unauthenticated callers.

F2: CVE-2025-63389 Injectable (HIGH)

All 11 models injectable via unauthenticated /api/create.


NTU Footprint

Multiple NTU nodes have been identified across different departments:

NodeIPHostnameNotes
EE Dept140.112.91.82,Engineering department node
PC-214140.112.18.214,Workstation/lab
GPU Cluster 1 Node 108140.112.233.108g1pc2n108.g1.ntu.edu.twVision stack

Why it matters

Any internet actor can run uncapped inference against your GPU at your compute cost, and inject malicious system prompts into any loaded model via CVE-2025-63389.

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/TW/ntu-gpu.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