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

← All engagement records

Case study May 3, 2026

University of Alberta: CS Dept GPU Server, gpt-oss:120b, Coding Stack

Sector
Universities
Country
ab

NuClide Research · 2026-05-03


Summary

lula.cs.ualberta.ca (129.128.243.184), University of Alberta Computer Science department, runs Ollama v0.21.1 with 5 models including gpt-oss:120b (65GB, 116.8B parameters) and qwen2.5-coder:32b, indicating an active coding research or development workflow.


Infrastructure

FieldValue
IP129.128.243.184
Hostnamelula.cs.ualberta.ca
OrganizationUniversity of Alberta, Computer Science
NetworkAS226 University of Alberta (129.128.0.0/16)
CountryCanada, Alberta
Ollama version0.21.1
Open port11434 (public)

Model Inventory

ModelSizeNotes
gpt-oss:120b65GB116.8B parameter local inference
qwen3.6:35b23GBQwen3.6 35B
qwen3.6:27b17GBQwen3.6 27B
qwen2.5-coder:32b19GBQwen2.5 Coder 32B
qwen3.5:9b6GBQwen3.5 9B

Total local storage: ~130GB


Findings

F1: Unauthenticated Inference on CS GPU Server (HIGH)

All 5 models freely accessible. The qwen2.5-coder:32b indicates an active coding research or code generation workflow. gpt-oss:120b (116.8B params) represents significant compute exposure, unauthenticated callers can run 120B inference at no cost.

F2: CVE-2025-63389 (HIGH)

All 5 models injectable via unauthenticated /api/create.


Remediation

OLLAMA_HOST=127.0.0.1:11434
systemctl restart ollama

Disclosure

  • Discovered: 2026-05-03
  • Status: Pending outreach to UAlberta IT Security (ualberta.ca)