YAML Metadata Warning: empty or missing yaml metadata in repo card
Check out the documentation for more information.
Heap-buffer-overflow WRITE (8 bytes) in TFLite Neg kernel via crafted .tflite model
Reproduction
Python API
import tensorflow as tf
interpreter = tf.lite.Interpreter(model_path="poc.tflite")
interpreter.allocate_tensors()
interpreter.invoke() # CRASH
C++ (ASAN build)
See reproduce.sh for full build instructions.
Files
poc.tflite— Crafted TFLite model that triggers the vulnerabilityreproduce.sh— Full reproduction script (clone, build with ASAN, run)
- Downloads last month
- 10