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

Check out the documentation for more information.

Parquet Model File Vulnerability PoC

Vulnerability

DoS via Schema Complexity, Column Explosion, and Row Group Metadata Abuse in Parquet files

Files

  • poc_many_columns.parquet โ€” 10,000 columns causing CPU/memory exhaustion on schema parsing
  • poc_deep_nested.parquet โ€” 20-level nested struct schema causing recursive parsing overhead
  • poc_many_rowgroups.parquet โ€” 1,000 row groups causing metadata bloat and parsing overhead
  • benign.parquet โ€” Clean file for comparison

Reproduce

import pyarrow.parquet as pq
# CPU exhaustion from schema complexity:
table = pq.read_table('poc_many_columns.parquet')  # Slow parsing of 10K columns

# Recursive parsing overhead:
table = pq.read_table('poc_deep_nested.parquet')  # 20-level nested structs
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