Views
No views yet
Coordinated disclosure. This repository hosts proof-of-concept model files for a memory-safety vulnerability reported privately through huntr's Model File Vulnerability program. Published for defensive security research only and must not be used maliciously.
ml-explore/mlx — GGUF loader (mlx/io/gguf.cpp, bundled gguf-tools)..gguf
model via the documented public API mlx.core.load("*.gguf"), at model-load time.| File | Purpose |
|---|---|
evil_array_f32.gguf, evil_string.gguf, evil_string_array.gguf | metadata-value OOB-read PoCs |
deep_keyname.gguf, deep_tensorname.gguf, deep_tensordata.gguf, deep_quant_q40.gguf | additional same-root sinks |
craft.py, craft_deep.py | regenerate the PoC files (Python stdlib only) |
asan_*.txt | AddressSanitizer traces (exact source attribution) |
suggested-fix.diff, fix_verified.txt | proposed fix + verification transcript |
1python3 -m venv venv && ./venv/bin/pip install mlx # mlx 0.31.2
2python3 craft.py
3./venv/bin/python -c "import mlx.core as mx; mx.load('evil_array_f32.gguf')" # crash