Instructions to use joekaw/j0x-tensorrt-poc with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TensorRT
How to use joekaw/j0x-tensorrt-poc with TensorRT:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
| tags: | |
| - vulnerability-poc | |
| - ace | |
| - tensorrt | |
| # Vulnerability Disclosure: Critical ACE in TensorRT Parser | |
| ## Vulnerability | |
| Arbitrary Code Execution (ACE) via malformed TensorRT engine header. | |
| ## Description | |
| The TensorRT engine parser fails to validate the size prefix for internal data structures, leading to a heap-based buffer overflow when processing a maliciously crafted engine file. | |
| ## Proof of Concept | |
| The provided `poc_trt.engine` triggers a memory corruption event during the deserialization phase. | |
| ## Steps to Reproduce | |
| 1. Attempt to load the model using `tensorrt` library. | |
| 2. Observe segmentation fault or memory corruption. | |
| ## Recommendation | |
| Implement rigorous size validation for all engine header segments. | |