YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
TFLite Model File Vulnerability PoC
Vulnerability
OOM via Huge Tensor Metadata and Circular Reference DoS in TFLite (.tflite) files
Files
poc_oom_tensor.tfliteโ 256 bytes, flatbuffer claiming 4GB buffer allocationpoc_circular_refs.tfliteโ 4KB, cross-referencing flatbuffer offsets causing parsing loopsbenign.tfliteโ Clean TFLite file for comparison
Reproduce
import tensorflow as tf
interpreter = tf.lite.Interpreter(model_path='poc_oom_tensor.tflite') # OOM
- Downloads last month
- 15
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support