You need to agree to share your contact information to access this dataset

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this dataset content.

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 vulnerability
  • reproduce.sh — Full reproduction script (clone, build with ASAN, run)
Downloads last month
10