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

← All engagement records

Case study May 1, 2026

Fu Jen Catholic University: Medical Public Health GPU Server, 75GB + 60GB Local Models

Sector
Universities
Country
fju

NuClide Research · 2026-05-01


Summary

Fu Jen Catholic University’s Medical and Public Health department (user220.medph.fju.edu.tw) has an Ollama instance exposed on port 11434 with 8 models totalling over 200GB of local inference capacity, including a 75GB mixture-of-experts model and a 60GB gpt-oss:120b local model.


Infrastructure

FieldValue
IP140.136.192.220
Hostnameuser220.medph.fju.edu.tw
OrganizationFu Jen Catholic University, Medical Public Health
NetworkTaiwan MOE TANet (140.136.0.0/16)
CountryTaiwan
Open ports11434 (Ollama, public)

Model Inventory

ModelSizeNotes
qwen3.5:122b-a10b-q4_K_M75GBMoE, 125.1B params verified via /api/show (tag 122b), 10B-active, family qwen35moe, Q4_K_M quant
gpt-oss:120b60GB120B local inference (not cloud proxy)
gemma4:31b-it-q8_031GBHigh-quality quant
mistral-small3.2:24b-instruct-2506-q8_024GBMistral Small 3.2 Q8
qwen3.5:27b-q8_027GB,
translategemma:27b-it-q4_K_M16GBTranslation-specialized model
qwen3.5:9b-q8_09GB,
qwen3-embedding:8b-q4_K_M4GBRAG embedding pipeline

Total local storage: ~246GB of model weights


Findings

F1: Unauthenticated Inference on Medical University Research Server (HIGH)

All 8 models are accessible without authentication. The qwen3-embedding:8b model signals an active RAG pipeline, documents loaded into the vector store (potentially medical research data, public health datasets, academic materials) are accessible via unauthenticated queries.

The translategemma:27b model is a translation-specialized fine-tune, suggesting the department is running multilingual document processing workflows through this server.

F2: CVE-2025-63389 Injectable (HIGH)

All models on the instance are injectable via the unauthenticated /api/create endpoint. Research or coursework workflows relying on any of these models are affected.

F3: Large Compute Exposure (HIGH)

The presence of a 75GB MoE model and a 60GB local 120B model indicates significant GPU hardware (likely multi-GPU workstation or small server). Unauthenticated inference against these models constitutes compute theft at scale.


FJU Footprint (All Nodes)

IPHostnameVersionModelsNotes
140.136.192.220user220.medph.fju.edu.tw0.21.28Medical Public Health, 75GB MoE + gpt-oss:120b
140.136.178.236user236.phy.fju.edu.tw0.21.04Physics, llama4:scout (system prompt), gemma4:31b, gemma2:27b
140.136.239.75net2net.net.fju.edu.tw0.18.25Network Lab, openclaw-qwen (legal AI), nomic-embed-text (RAG), glm-4.7-flash
140.136.147.26740-26.ee.fju.edu.tw0.20.21EE dept, single model

user236.phy.fju.edu.tw (Physics dept): llama4:scout carries a system prompt: "You are an expert conversationalist who responds to the best of your ability. You are companionable and confident, and able to switch casually between tonal types, including but not limited to humor...", a researcher-configured conversational assistant on Physics department hardware.

net2net.net.fju.edu.tw (Network Lab): openclaw-qwen:latest is a Chinese legal reasoning model (OpenClaw) running on FJU’s network lab server alongside nomic-embed-text (RAG embedding), indicating a legal document retrieval pipeline.


Taiwan MOE TANet Context

FJU is part of the TANet 140.136.0.0/16 block with at least 4 exposed nodes across Medical Public Health, Physics, and the Network Lab. All are injectable via CVE-2025-63389.


Remediation

OLLAMA_HOST=127.0.0.1:11434
systemctl restart ollama

Disclosure

  • Discovered: 2026-05-01
  • Status: Pending outreach to FJU IT Security (medph.fju.edu.tw)