CVE-2026-85668
Received Received - Intake

Unauthenticated File Read in Xinference

Vulnerability report for CVE-2026-85668, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-04

Last updated on: 2026-09-04

Assigner: VulnCheck

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-04
Last Modified
2026-09-04
Generated
2026-09-04
AI Q&A
2026-09-04
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
xorbitsai xinference 3.3.0
xorbitsai xinference to 3.3.0 (exc)
xinference xinference v3.x

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-73 The product allows user input to control or influence paths or file names that are used in filesystem operations.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

Xinference contains an unauthenticated arbitrary-path file read vulnerability in the POST /v1/models/llm/auto-register endpoint. The endpoint accepts a model_path parameter without authentication or path restrictions. It reads and parses specific files (config.json, tokenizer_config.json, chat_template.jinja) at the supplied path and reflects their content back to the caller. This allows attackers to probe the server filesystem and extract files with those names from any directory.

Detection Guidance

To detect this vulnerability, check if the affected Xinference endpoint (POST /v1/models/llm/auto-register) is accessible without authentication. Use curl to send a test request with a model_path parameter pointing to a sensitive file, such as: curl -X POST http://<target>/v1/models/llm/auto-register -H 'Content-Type: application/json' -d '{"model_path": "/etc/passwd"}'.

Impact Analysis

An unauthenticated attacker could exploit this to read sensitive files on the server, including configuration files, tokens, or other sensitive data. This could lead to information disclosure, potential privilege escalation, or further attacks if credentials or keys are exposed.

Compliance Impact

This vulnerability could lead to unauthorized access to personal or sensitive data, violating GDPR's data protection principles or HIPAA's security requirements. Organizations may face compliance violations, legal penalties, or reputational damage if exploited.

Mitigation Strategies

Immediately upgrade Xinference to a patched version or apply a vendor-supplied fix. If an upgrade is not possible, restrict access to the /v1/models/llm/auto-register endpoint using network-level controls like firewalls or disable the endpoint entirely.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-85668. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart