Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# OOB Access via Unvalidated Default Special Token IDs
|
| 2 |
+
|
| 3 |
+
PoC for out-of-bounds access in llama.cpp tokenizer loading.
|
| 4 |
+
|
| 5 |
+
## Files
|
| 6 |
+
- `poc_special_token_oob.gguf` - Crafted GGUF model
|
| 7 |
+
- `poc_special_token_oob.py` - Generator script
|
| 8 |
+
|
| 9 |
+
## Disclaimer
|
| 10 |
+
For security research and responsible disclosure only.
|