Back Issues/Search Home → Calendar → Current Issue → Popular →

All issuesVolume 341, Issue 2IT NewsOperations

Your Container Images Are Unsigned. In the AI Era, That's a Ticking Time Bomb.

TechTarget, Tuesday, August 19th, 2025

Vulnerability scanning answers what is broken inside, not where an artifact came from or whether it changed.

Model weights, training datasets, inference runtimes, and agent tooling increasingly ship as OCI artifacts, and standard vulnerability scanning cannot detect malicious payloads in serialized weights or verify provenance.

Researchers found malicious PyTorch models on Hugging Face in 2024 that used pickle's __reduce__ hook to execute code on torch.load(), and nullifAI models later evaded static analysis by compressing payloads with 7z.

Scanning answers what is broken inside an image, not where it came from or whether it was modified. Without signing, tampering anywhere in the pipeline succeeds silently; with it, an attacker must compromise a scoped signer identity and leave an auditable event. Registry-managed signing plus Kyverno admission control enforces this without teams managing keys.

more →  ·  More from Operations →