---
id: CVE-2026-85668
title: >-
  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 …
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 …
severity: high
cvss: 7.5
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'
cwe:
  - CWE-73
published: '2026-09-04'
updated: '2026-09-24'
sourceUpdated: '2026-09-24T20:43:32.537'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-85668'
references:
  - url: 'https://github.com/xorbitsai/inference'
    label: disclosure@vulncheck.com
  - url: >-
      https://github.com/xorbitsai/inference/blob/v3.3.0/xinference/model/llm/config_parser.py
    label: disclosure@vulncheck.com
  - url: 'https://github.com/xorbitsai/inference/issues/5176'
    label: disclosure@vulncheck.com
  - url: >-
      https://www.vulncheck.com/advisories/xinference-3.3.0-unauthenticated-arbitrary-path-file-read-via-v1-models-llm-auto-register
    label: disclosure@vulncheck.com
  - url: 'https://github.com/xorbitsai/inference/issues/5176'
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.00607
epssPercentile: 0.46703
ingestedAt: '2026-09-24T20:51:40.243Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
