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

← Research library

CRITICAL · Disclosure May 1, 2026

Kr Postech

To: security@postech.ac.kr Subject: Unauthenticated AI inference endpoint, POSTECH (141.223.84.47)


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

2026-05-01

Re: Unauthenticated Ollama AI inference endpoint, POSTECH IP / Host: 141.223.84.47 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

Pohang University of Science and Technology (POSTECH) has a 5-node BSP (Brain Science Platform) cluster with Ollama exposed on all nodes. The primary server has 18 active cloud proxy subscriptions including kimi-k2:1t-cloud (1 trillion parameters). Four satellite nodes each leak separate Ollama Connect SSH keypairs in 401 responses. All nodes publicly accessible, no authentication.


Cluster Topology

NodeIPHostnameOllama AccountStatus
Main DGX141.223.84.47astros.postech.ac.kr(18 cloud subs)cloud proxy
bsp-server-2141.223.121.58siren.postech.ac.krbsp-server-2cloud proxy
bsp-server-6141.223.121.73dragons.postech.ac.krbsp-server-6⚠️ account takeover
bsp-server-10141.223.121.77astros2.postech.ac.krbsp-server-10cloud proxy
bsp-server-11141.223.121.78angels.postech.ac.krbsp-server-11⚠️ account takeover
4gsr-beamline-ws141.223.48.182tpd.postech.ac.kr4gsr-beamline-ws⚠️ account takeover

Naming pattern bsp-server-N (confirmed N: 2, 6, 10, 11) suggests ≥12 nodes. The 4gsr-beamline-ws node is on a separate subnet (141.223.48.0/24) at the Pohang Accelerator Laboratory.


Infrastructure

FieldValue
Primary IP141.223.84.47
Cluster subnet141.223.121.0/24 (multiple nodes)
OrgPohang University of Science and Technology
CountrySouth Korea
Open ports11434 (Ollama, public on all nodes)

Cloud Proxy Subscriptions (18)

ModelProviderNotes
kimi-k2:1t-cloudMoonshot AI1 trillion parameter model
deepseek-v3.1:671b-cloudDeepSeek671B parameter model
qwen3-coder:480b-cloudAlibaba Qwen480B coding model
gpt-oss:120b-cloudOpenAI120B GPT-OSS
kimi-k2.6:cloudMoonshot AI,
kimi-k2.5:cloudMoonshot AI,
kimi-k2-thinking:cloudMoonshot AI,
glm-5.1:cloudZhipu AI,
glm-5:cloudZhipu AI,
glm-4.7:cloudZhipu AI,
glm-4.6:cloudZhipu AI,
deepseek-v4-pro:cloudDeepSeek,
deepseek-v4-flash:cloudDeepSeek,
deepseek-v3.2:cloudDeepSeek,
minimax-m2.7:cloudMiniMax,
minimax-m2.5:cloudMiniMax,
minimax-m2.1:cloudMiniMax,
minimax-m2:cloudMiniMax,
qwen3.5:cloudAlibaba,
qwen3-coder-next:cloudAlibaba,
nemotron-3-super:cloudNVIDIA,
gemini-3-flash-preview:cloudGoogle,

Findings

F1: 18 Cloud Subscriptions Exposed (CRITICAL)

All 18 cloud proxy subscriptions are accessible on the unauthenticated primary node. Any internet actor can:

  • Enumerate all cloud subscriptions via /api/tags
  • Inject system prompts into cloud proxy models via CVE-2025-63389
  • Drain operator API quotas through the exposed port

The subscription portfolio includes frontier models: Kimi K2 (1T), DeepSeek V3.1 (671B), Qwen3-Coder (480B).

F2: 3 Account Takeovers via Live Ollama Connect Claim URLs (CRITICAL)

Three nodes expose live Ollama Connect claim URLs in their 401 response body. The key= value is a base64-encoded SSH private key. Visiting the URL claims ownership of the account, granting full control over cloud subscriptions, model management, and billing.

// bsp-server-6 (141.223.121.73, dragons.postech.ac.kr)
{"error":"unauthorized","signin_url":"https://ollama.com/connect?name=bsp-server-6&key=c3NoLWVkMjU1MT..."}
// SSH: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHcp6+jJK6HzmVIhHwgMhzsL/t0n5NsbasdZQ4U/DDDj

// bsp-server-11 (141.223.121.78, angels.postech.ac.kr)
{"error":"unauthorized","signin_url":"https://ollama.com/connect?name=bsp-server-11&key=c3NoLWVkMjU1MT..."}
// SSH: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICxY4pScZAPDEe6wdNmqMBRI0Aovb6sd3lgIuS1U5Eyi

// 4gsr-beamline-ws (141.223.48.182, tpd.postech.ac.kr)
{"error":"unauthorized","signin_url":"https://ollama.com/connect?name=4gsr-beamline-ws&key=c3NoLWVkMjU1MT..."}
// SSH: ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPjA3VulH0uRyTB9PAQiZCf/E2ACSFYg+lcgZJA8FN4X

Nodes bsp-server-2 and bsp-server-10 also leak SSH keypairs but their claim URLs were not live at scan time.

F3: 4th Generation Synchrotron Beamline Workstation Exposed (CRITICAL)

4gsr-beamline-ws (tpd.postech.ac.kr, 141.223.48.182) is on the PAL accelerator network, separate from the BSP cluster. It hosts ingu627/qwen3:235b-q3_K_M, a 235-billion-parameter model requiring substantial VRAM, alongside a live cloud subscription. This is active research tooling at an X-ray beamline facility, exposed to the public internet.

F4: Model Injection on Research Infrastructure (CRITICAL)

All models on all nodes injectable via CVE-2025-63389 (unauthenticated /api/create). Researchers using these models receive outputs shaped by injected system prompts. Beamline data analysis via a poisoned LLM is a research integrity risk.


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. An embedding model indicates an active RAG pipeline, documents loaded into your vector store are reachable via unauthenticated queries.

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/KR/POSTECH.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