Model Intelligence Sheet
hacnho/gguf-string-length-indexerror-poc overview
GGUF string length parser crash PoC This repository contains a benign malformed GGUF file used to demonstrate a parser crash in the latest Python GGUFReader pa…
Runs locally from ~0.0 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).
Repository Files & Downloads
1 GGUF files detected
Direct downloads for local inference
| File | Type | Quantization | Size | Link |
|---|---|---|---|---|
| gguf-huge-name-len-2g.gguf | GGUF | GGUF | 0.0 MB | Download |
Model Details
Model README
---
tags:
- security
- proof-of-concept
- gguf
- model-file-vulnerability
---
GGUF string-length parser crash PoC
This repository contains a benign malformed GGUF file used to demonstrate a parser crash in the latest Python GGUFReader path.
Files:
gguf-huge-name-len-2g.gguf
Reproduction:
python3 -m venv .venv-gguf-019
. .venv-gguf-019/bin/activate
pip install gguf==0.19.0
python - <<'PY'
import gguf
gguf.GGUFReader('gguf-huge-name-len-2g.gguf')
PY
Expected result:
IndexError: index 0 is out of bounds for axis 0 with size 0Run hacnho/gguf-string-length-indexerror-poc with guIDE
Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.
Source: Hugging Face · Compare models