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

← Research library

CRITICAL · Disclosure May 1, 2026

Au Monash

To: cyberteam@monash.edu Subject: Unauthenticated AI inference endpoint, Monash University (118.138.233.225)


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

2026-05-01

Re: Unauthenticated Ollama AI inference endpoint, Monash University IP / Host: 118.138.233.225 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

Monash University (Melbourne, Australia) has an Ollama instance at vm-118-138-233-225.erc.monash.edu.au with 8 models totalling over 510GB of local inference including a full DeepSeek V3.1 671B (404.5GB), tied with KRENA for largest local deployment in this sweep. Two cloud proxies are present.


Infrastructure

FieldValue
IP118.138.233.225
Hostnamevm-118-138-233-225.erc.monash.edu.au
OrganizationMonash University
NetworkMonash ERC (Education and Research Cluster, 118.138.0.0/16)
CountryAustralia
Open ports11434 (Ollama, public)

Two additional Monash nodes on the same subnet (118.138.243.239, 118.138.243.34) host smaller stacks (deepseek-r1:latest, qwen2.5, llama3, 3 models each).


Model Inventory (Primary Node)

ModelSizeNotes
deepseek-v3.1:latest404.5GB671.0B params, DeepSeek2 family, largest model in sweep
qwen3-coder-next:latest51.7GB,
nemotron-cascade-2:latest24.3GBNVIDIA Nemotron Cascade 2
gpt-oss-safeguard:latest13.8GBgpt-oss 20.9B, safeguard variant, no system prompt set
kimi-k2.5:cloud0GBCloud proxy
minimax-m2.7:cloud0GBCloud proxy
gemma4:latest9.6GB,
qwen3.5:latest6.6GB,

Total primary node: ~510GB local + 2 cloud proxies


Findings

F1: 404.5GB DeepSeek V3.1 671B Publicly Accessible (HIGH)

deepseek-v3.1:latest is verified as 671.0B params (DeepSeek2 family, family confirmed via /api/show). At 404.5GB, this requires multi-GPU infrastructure to serve (typically 8×A100/H100 or equivalent). Any internet actor can run uncapped inference against this model at Monash’s compute cost.

This is co-ranked with KRENA’s GLM-5.1 as the largest local model accessible in the sweep.

F2: Cloud Proxy Portfolio (HIGH)

kimi-k2.5:cloud and minimax-m2.7:cloud are present. Both return {"error":"unauthorized"} with no credential leak in response body. No quota drain confirmed.

F3: gpt-oss-safeguard Variant (MEDIUM)

gpt-oss-safeguard:latest (13.8GB, 20.9B params) is a named variant of the gpt-oss model with no system prompt set. The safeguard tag suggests it was intended to include content filtering, but the system prompt slot is empty, the safeguard was not configured.

F4: CVE-2025-63389 Injectable (HIGH)

All models injectable via unauthenticated /api/create.


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.

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/AU/monash.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