Skip to content

Fix: Out-of-bounds read in GGUF metadata loader - #4256

Closed
veerjain-1 wants to merge 1 commit into
ml-explore:mainfrom
veerjain-1:fix-gguf-oob-read
Closed

Fix: Out-of-bounds read in GGUF metadata loader#4256
veerjain-1 wants to merge 1 commit into
ml-explore:mainfrom
veerjain-1:fix-gguf-oob-read

Conversation

@veerjain-1

Copy link
Copy Markdown

Resolves #4213. This PR fixes an out-of-bounds read vulnerability in the GGUF metadata loader where string and array lengths were not bounded against the file size.

@zcbenz

zcbenz commented Aug 14, 2026

Copy link
Copy Markdown
Member

Duplicate of #4212.

@zcbenz zcbenz closed this Aug 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Out-of-bounds read in GGUF metadata loader (unbounded string/array length)

3 participants