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

Check out the documentation for more information.

Protocol Buffers Model File Vulnerability PoC

Vulnerability

DoS via Deep Nesting, OOM Bomb, and Field Explosion in Protocol Buffer model files

Files

  • poc_deep_nest.pb โ€” 5,000 levels of nested embedded messages causing stack overflow
  • poc_oom_bomb.pb โ€” 22 bytes, length-delimited field claiming ~2GB
  • poc_many_fields.pb โ€” 100K repeated fields causing CPU/memory exhaustion
  • benign.pb โ€” Clean file for comparison

Reproduce

from google.protobuf import descriptor_pool, message_factory
# Or simply:
# Deep nesting causes recursive parser to overflow stack
# OOM bomb causes parser to attempt ~2GB allocation from 22-byte file
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