๐Ÿ” CVE Alert

CVE-2026-76841

HIGH 8.8

Xinference through 2.11.0 Remote Code Execution via Hardcoded trust_remote_code in Model Loaders

CVSS Score
8.8
EPSS Score
0.0%
EPSS Percentile
0th

Xinference loads models with Hugging Face remote code execution unconditionally enabled, and before version 2.12.0 exposes no setting to disable it. Six loader call sites pass trust_remote_code=True as a literal or as an unconditional default: RerankModel._get_tokenizer in xinference/model/rerank/core.py, SentenceTransformerRerankModel.load in xinference/model/rerank/sentence_transformers/core.py, SentenceTransformerEmbeddingModel.load in xinference/model/embedding/sentence_transformers/core.py, FlagEmbeddingModel.load in xinference/model/embedding/flag/core.py, and two sites in xinference/model/llm/transformers/core.py where PytorchModel._sanitize_model_config and PytorchModel._get_components default the value to True. Because a caller with model launch access can register a model whose type is unknown and supply an arbitrary model path, the server reaches _auto_detect_type and then AutoTokenizer.from_pretrained, which imports and executes Python declared by the model directory's own tokenizer_config.json auto_map, running attacker-supplied code with the privileges of the worker process. Version 2.12.0 gates every site behind allow_trust_remote_code and the XINFERENCE_TRUST_REMOTE_CODE setting, permitting remote code only for bundled built-in models.

CWE CWE-94
Vendor xorbitsai
Product inference
Published Aug 24, 2026
Stay Ahead of the Next One

Get instant alerts for xorbitsai inference

Be the first to know when new high vulnerabilities affecting xorbitsai inference 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:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

xorbitsai / inference
0 < 2.12.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/xorbitsai/inference github.com: https://github.com/xorbitsai/inference/issues/5023 github.com: https://github.com/xorbitsai/inference/pull/5027 github.com: https://github.com/xorbitsai/inference/blob/v2.11.0/xinference/model/rerank/core.py vulncheck.com: https://www.vulncheck.com/advisories/xinference-through-remote-code-execution-via-hardcoded-trust-remote-code-in-model-loaders

Credits

Fiona