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

Check out the documentation for more information.

NetCDF Model File Vulnerability PoC

Vulnerability

OOM Bomb and Dimension Explosion DoS in NetCDF (.nc) files

Files

  • poc_oom_bomb.nc โ€” 80 bytes, variable claiming 2B elements ร— 8 bytes = 16GB allocation
  • poc_many_dims.nc โ€” 16KB, 1000 dimensions causing metadata parsing overhead
  • benign.nc โ€” Clean file for comparison

Reproduce

import netCDF4
ds = netCDF4.Dataset('poc_oom_bomb.nc')  # Attempts 16GB allocation
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