YAML Metadata Warning:empty or missing yaml metadata in repo card

Check out the documentation for more information.

NumPy .npz OOM Denial of Service PoC

Vulnerability

Memory Exhaustion via Crafted .npz File (CWE-789)

Files

  • oom_bomb.npz โ€” 244 bytes, single array requesting 8 GB
  • oom_multi.npz โ€” 910 bytes, 4 arrays requesting 32 GB total

Reproduce

import numpy as np
# WARNING: Attempts 8 GB allocation
data = np.load('oom_bomb.npz')
arr = data['arr_0']  # Triggers OOM
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐Ÿ™‹ Ask for provider support