๐Ÿ” CVE Alert

CVE-2026-85670

MEDIUM 6.5

tokenizers BpeBuilder Buffer Overflow via merge token

CVSS Score
6.5
EPSS Score
0.0%
EPSS Percentile
0th

tokenizers (Hugging Face) is affected by an out-of-bounds buffer access in BpeBuilder::build (tokenizers/src/models/bpe/model.rs). When loading a tokenizer.json via Tokenizer::from_file/from_str, the builder sizes a scratch buffer to the longest vocabulary key, then writes each concatenated merge rule into it. A merge whose concatenated token exceeds the longest vocabulary key overruns the buffer, which Rust turns into a panic that aborts the process in Rust and FFI embeddings. This occurs at load time with no encoding required, so an attacker who supplies a crafted tokenizer.json can cause a denial of service. A secondary defect at the same location can cause a usize underflow (panic in debug, potential memory corruption in release) when continuing_subword_prefix is set and a merge token is shorter than the prefix. Observed in version 0.23.1.

CWE CWE-787
Vendor huggingface
Product tokenizers
Published Sep 4, 2026
Last Updated Sep 4, 2026
Stay Ahead of the Next One

Get instant alerts for huggingface tokenizers

Be the first to know when new medium vulnerabilities affecting huggingface tokenizers are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

huggingface / tokenizers
0 โ‰ค 0.23.2

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/huggingface/tokenizers/issues/2094 github.com: https://github.com/huggingface/tokenizers github.com: https://github.com/huggingface/tokenizers/blob/v0.23.2/tokenizers/src/models/bpe/model.rs vulncheck.com: https://www.vulncheck.com/advisories/tokenizers-bpebuilder-buffer-overflow-via-merge-token

Credits

George Chen