Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# VULN-013: DOUBLE OOB Read in TensorRT ONNX Parser
|
| 2 |
+
|
| 3 |
+
CWE-125. DOUBLE tensor with undersized double_data causes heap OOB read.
|
| 4 |
+
Shape [5000] with 1 double_data element -> reads 39,992 bytes past buffer.
|
| 5 |
+
|
| 6 |
+
Tested: TensorRT 10.15.1.29. Crash: ACCESS_VIOLATION. 7/10 reproducible.
|