salvepilo commited on
Commit
a5e263d
·
verified ·
1 Parent(s): 2e555e8

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # Heap Buffer Over-Read via strlen() on Unterminated Precompiled Charsmap
2
+
3
+ PoC for heap buffer over-read in llama.cpp UGM (T5) tokenizer.
4
+
5
+ ## Files
6
+ - `poc_strlen_oob.gguf` - Crafted GGUF model
7
+ - `poc_strlen_oob.py` - Generator script
8
+
9
+ ## Disclaimer
10
+ For security research and responsible disclosure only.