VYPR

tokenizers

by Huggingface

CVEs (1)

  • CVE-2026-85670MedSep 4, 2026
    risk 0.42cvss 6.5epss

    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…