CVE-2026-85670
Last modified
CVE-2026-85670 is a medium-severity vulnerability rated 6.5/10 on the CVSS scale. 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.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| huggingface | tokenizers | <= 0.23.2 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-85670?
How severe is CVE-2026-85670?
How do I fix CVE-2026-85670?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-85665Bruno versions through 4.1.0 fail to validate file paths in …6.5
- CVE-2026-85666OGX (formerly Llama Stack, affected at commit fbe8e0f) conta…7.5
- CVE-2026-85667xiaobei through 5.5.2 fails to implement authentication or s…9.1
- CVE-2026-85668Xinference (affected commit 4a94832, v3.x) contains an unaut…7.5
- CVE-2026-85669potpie through 2.0.0 fails to verify user ownership on the P…6.5
- CVE-2026-8567Integer overflow in ANGLE in Google Chrome on Windows prior …4.3
- CVE-2026-85671QAnything 2.0.0 contains an authentication bypass vulnerabil…7.5
- CVE-2026-85672zerox 1.1.20 contains an OS command injection vulnerability …9.8
- CVE-2026-85673LLaMA-Factory contains a server-side request forgery vulnera…7.5
- CVE-2026-85674aider (aider-chat) automatically loads a .aider.conf.yml con…7.8
- CVE-2026-85675OWL's DocumentProcessingToolkit contains a server-side reque…7.5
- CVE-2026-85676Dub contains an open redirect vulnerability in the redir_url…4.3
Are you affected by CVE-2026-85670?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
