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

Check out the documentation for more information.

Avro Model File Vulnerability PoC

Vulnerability

DoS via Deep Nested Schema and Field Explosion in Avro model/data files

Files

  • poc_deep_schema.avro โ€” 100-level nested record schema causing recursive parsing overhead
  • poc_many_fields.avro โ€” 10,000 fields in schema causing memory/CPU exhaustion
  • benign.avro โ€” Clean file for comparison

Reproduce

import fastavro
with open('poc_deep_schema.avro', 'rb') as f:
    reader = fastavro.reader(f)  # Schema parsing overhead from 100-level nesting
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