GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
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…

ggufsecurityproof-of-conceptmodel-file-vulnerabilityregion:us

Runs locally from ~0.0 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
Author

Repository Files & Downloads

1 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
gguf-huge-name-len-2g.ggufGGUFGGUF0.0 MBDownload

Model Details

Model IDhacnho/gguf-string-length-indexerror-poc
Authorhacnho
Pipeline
License
Base model
Last modified2026-06-26T09:58:05.000Z

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 0

Run hacnho/gguf-string-length-indexerror-poc with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models