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

← Research library

CRITICAL · Disclosure May 1, 2026

Ca On Western Ontario

To: security@uwo.ca Subject: Unauthenticated AI inference endpoint, University of Western Ontario (129.100.226.217)


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

2026-05-01

Re: Unauthenticated Ollama AI inference endpoint, University of Western Ontario IP / Host: 129.100.226.217 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

University of Western Ontario (London, Ontario) research server running 9 Ollama models including deepseek-v4-pro:cloud. Cloud proxy request returns 401 (subscription tier limit) without credential leak, cloud subscription authenticated but not drained on this probe. Raw Ollama port publicly accessible, no authentication.


Infrastructure

FieldValue
IP129.100.226.217
rDNSWE-D-ECE-0288.eng.uwo.ca
OrgUniversity of Western Ontario
FacultyEngineering (ECE department, hostname)
CountryCanada, Ontario
Open ports11434 (Ollama, public)

Models

ModelSizeNotes
deepseek-v4-pro:cloud0 GB☁️ Cloud proxy, DeepSeek API
qwen3.6:35b22 GBLocal
qwen2.5vl:3b2 GBLocal, vision-language
qwen2.5vl:7b-q8_08 GBLocal, vision-language
gemma4:e2b6 GBLocal
gemma4:31b18 GBLocal
qwen2.5vl:latest5 GBLocal, vision-language
llava:latest4 GBLocal, vision-language
qwen3.5:35b22 GBLocal

Findings

F1: Unauthenticated Ollama API (CRITICAL)

Port 11434 publicly accessible. All models enumerable and injectable without credentials.

F2: Cloud Proxy Accessible (HIGH)

deepseek-v4-pro:cloud is accessible on the unauthenticated port. 401 returned (subscription tier limit) without credential disclosure on this probe. Inference may succeed at lower priority times or with different model variants. Model injection via /api/create can redirect all cloud proxy traffic.

F3: Vision-Language Models Exposed (MEDIUM)

Three vision-language model variants (qwen2.5vl, llava) accessible without auth. If used in document or image workflows, injection would affect all vision-assisted outputs.


Why it matters

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.

Reference

Full technical details, parameter counts, and remediation notes are in this public research repository: AI-LLM-Infrastructure-OSINT/blob/main/case-studies/universities/CA/ON-western-ontario.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