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

Check out the documentation for more information.

JSON Model File DoS and Prototype Pollution PoC

Vulnerability

DoS via deeply nested/large JSON + prototype pollution for JS-based ML tools

Files

  • poc_deep_nest.json โ€” 10,000 levels deep, causes stack overflow on json.load()
  • poc_huge_object.json โ€” 100K keys, causes excessive memory/CPU on parsing
  • poc_prototype_pollution.json โ€” proto pollution payload for TF.js/Node consumers

Reproduce

import json
# Stack overflow from deep nesting:
with open('poc_deep_nest.json') as f:
    json.load(f)  # RecursionError
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