Upload folder using huggingface_hub
Browse files- README.md +9 -0
- benign.plan +0 -0
- poc_oom_engine.plan +0 -0
- poc_overflow_dims.plan +0 -0
README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# TensorRT DoS PoC
|
| 2 |
+
|
| 3 |
+
## Vulnerability
|
| 4 |
+
OOM and integer overflow in TensorRT engine files.
|
| 5 |
+
|
| 6 |
+
## Files
|
| 7 |
+
- poc_oom_engine.plan - Claims ~8 exabytes
|
| 8 |
+
- poc_overflow_dims.plan - Dimension overflow
|
| 9 |
+
- benign.plan - Clean
|
benign.plan
ADDED
|
Binary file (88 Bytes). View file
|
|
|
poc_oom_engine.plan
ADDED
|
Binary file (56 Bytes). View file
|
|
|
poc_overflow_dims.plan
ADDED
|
Binary file (36 Bytes). View file
|
|
|