stvident's picture
Upload README.md with huggingface_hub
9f1ba39 verified
|
Raw
History Blame Contribute Delete
343 Bytes
---
license: mit
---
# TensorRT .engine Pickle RCE PoC
Security research PoC file for huntr MFV submission.
This .engine file contains a crafted `__plugin_pickle_obj__` field with a pickle payload.
When loaded by TensorRT-LLM's python_plugin.py, `pickle.loads()` executes the payload.
**Do not load this file in a production environment.**