Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Integer Overflow in ggml_row_size() Bypassing All GGUF Validation
|
| 2 |
+
|
| 3 |
+
PoC for integer overflow in llama.cpp tensor size calculation.
|
| 4 |
+
|
| 5 |
+
## Files
|
| 6 |
+
- `poc_tensor_overflow.gguf` - Crafted GGUF model
|
| 7 |
+
- `poc_tensor_overflow.py` - Generator script
|
| 8 |
+
- `test_tensor_overflow.c` - C test harness
|
| 9 |
+
|
| 10 |
+
## Disclaimer
|
| 11 |
+
For security research and responsible disclosure only.
|