๐Ÿ” CVE Alert

CVE-2026-7669

MEDIUM 5.6

sgl-project SGLang HuggingFace Transformer hf_transformers_utils.py get_tokenizer code injection

CVSS Score
5.6
EPSS Score
0.0%
EPSS Percentile
13th

A vulnerability was detected in sgl-project SGLang up to 0.5.9. Impacted is the function get_tokenizer of the file python/sglang/srt/utils/hf_transformers_utils.py of the component HuggingFace Transformer Handler. The manipulation of the argument trust_remote_code with the input False as part of Boolean results in code injection. The attack can be executed remotely. A high complexity level is associated with this attack. The exploitability is considered difficult. In get_tokenizer(), when the caller passes trust_remote_code=False and HuggingFace transformers v5 returns a TokenizersBackend instance (the generic fallback for tokenizer classes not in the registry), SGLang silently re-invokes AutoTokenizer.from_pretrained with trust_remote_code=True, overriding the caller's explicit security setting. A model repository containing a malicious tokenizer.py referenced via auto_map in tokenizer_config.json will execute arbitrary Python in the SGLang process during this second call. No log line or warning is emitted. The override affects all current SGLang versions because transformers==5.3.0 is pinned in pyproject.toml. Both tokenizer_mode="auto" and tokenizer_mode="slow" are affected. The exploit is now public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.

CWE CWE-94 CWE-74
Vendor sgl-project
Product sglang
Published May 2, 2026
Last Updated May 5, 2026
Stay Ahead of the Next One

Get instant alerts for sgl-project sglang

Be the first to know when new medium vulnerabilities affecting sgl-project sglang 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:H/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

sgl-project / SGLang
0.5.0 0.5.1 0.5.2 0.5.3 0.5.4 0.5.5 0.5.6 0.5.7 0.5.8 0.5.9

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
vuldb.com: https://vuldb.com/vuln/360817 vuldb.com: https://vuldb.com/vuln/360817/cti vuldb.com: https://vuldb.com/submit/799263 github.com: https://github.com/gouldnicholas/CVE-2026-7669-PoC

Credits

Nicholas Gould David Rochester ๐Ÿ” ngould (VulDB User) ngould (VulDB User) VulDB CNA Team