stvident's picture
Upload README.md with huggingface_hub
62640fb verified
|
Raw
History Blame Contribute Delete
355 Bytes
metadata
license: mit

GGUF Null-Byte Key Confusion PoC

Security research PoC file for huntr MFV submission.

This GGUF file contains two KV entries whose keys differ only after an embedded null byte. Demonstrates inconsistent string comparison (std::string vs strcmp) enabling KV value shadowing.

Do not load this file in a production environment.