CVE Catalog

CVE-2026-85668

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Summary

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.

Risk Assessment

The risk includes unauthorized reading of sensitive configuration files and potential disclosure of system data.

Recommendation

Require authentication for the auto-register endpoint and restrict the model_path parameter to allowed directories.

Other vulnerabilities in Xinference

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS