CVE-2026-85668
Xinference 3.3.0 Unauthenticated Arbitrary-Path File Read via /v1/models/llm/auto-register
CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th
Xinference (affected commit 4a94832, v3.x) contains an unauthenticated arbitrary-path file read vulnerability in the POST /v1/models/llm/auto-register endpoint, which accepts a caller-supplied model_path parameter without authentication or path confinement. The endpoint reads and parses config.json, tokenizer_config.json, and chat_template.jinja files at the supplied path and reflects the parsed content back to the caller, allowing an unauthenticated attacker to probe the server filesystem and extract content of files with those names in any directory.
| CWE | CWE-73 |
| Vendor | xorbitsai |
| Product | inference |
| Published | Sep 4, 2026 |
| Last Updated | Sep 4, 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:N/UI:N/S:U/C:H/I:N/A:N Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None
Affected Versions
xorbitsai / inference
0 โค 3.3.0
References
github.com: https://github.com/xorbitsai/inference/issues/5176 github.com: https://github.com/xorbitsai/inference github.com: https://github.com/xorbitsai/inference/blob/v3.3.0/xinference/model/llm/config_parser.py vulncheck.com: https://www.vulncheck.com/advisories/xinference-3.3.0-unauthenticated-arbitrary-path-file-read-via-v1-models-llm-auto-register
Credits
George Chen