Lucene search
+L

34 matches found

NVD
NVD
added 2026/09/04 3:17 p.m.6 views

CVE-2026-85668

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 modelpath parameter without authentication or path confinement. The endpoint reads and parses config.json,...

8.7CVSS0.00449EPSS
SaveExploits0References4
OSV
OSV
added 2026/09/04 2:32 p.m.11 views

CVE-2026-85668 Xinference 3.3.0 Unauthenticated Arbitrary-Path File Read via /v1/models/llm/auto-register

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 modelpath parameter without authentication or path confinement. The endpoint reads and parses config.json,...

8.7CVSS5.7AI score
SaveExploits0References6
CVE
CVE
added 2026/09/04 2:32 p.m.11 views

CVE-2026-85668

Xinference (v3.x, affected commit 4a94832, specifically v3.3.0) contains an unauthenticated arbitrary-path file read vulnerability in the POST /v1/models/llm/auto-register endpoint. The endpoint accepts a caller-supplied model_path parameter without authentication or path confinement, reads and p...

8.7CVSS5.4AI score0.00449EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/09/04 2:32 p.m.5 views

EUVD-2026-71124

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 modelpath parameter without authentication or path confinement. The endpoint reads and parses config.json,...

8.7CVSS5.4AI score0.00449EPSS
SaveExploits0References4
NVD
NVD
added 2026/08/24 2:17 p.m.17 views

CVE-2026-76841

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 trustremotecode=True as a literal or as an unconditional default: RerankModel.gettokenizer in...

8.8CVSS0.0071EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/24 1:11 p.m.47 views

CVE-2026-76841

Xinference (by XorbitsAI) through version 2.11.0 unconditionally sets trust_remote_code=True at six model loader call sites spanning the rerank, embedding, and LLM modules. An attacker with model launch access can register a model with an unknown type and an arbitrary path, causing AutoTokenizer....

8.8CVSS6.5AI score0.0071EPSS
SaveExploits0References5
EUVD
EUVD
added 2026/08/24 1:11 p.m.11 views

EUVD-2026-64847

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 trustremotecode=True as a literal or as an unconditional default: RerankModel.gettokenizer in...

8.7CVSS6.6AI score0.0071EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/24 1:11 p.m.46 views

CVE-2026-76841 Xinference through 2.11.0 Remote Code Execution via Hardcoded trust_remote_code in Model Loaders

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 trustremotecode=True as a literal or as an unconditional default: RerankModel.gettokenizer in...

8.8CVSS0.0071EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/24 1:11 p.m.30 views

CVE-2026-76841 Xinference through 2.11.0 Remote Code Execution via Hardcoded trust_remote_code in Model Loaders

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 trustremotecode=True as a literal or as an unconditional default: RerankModel.gettokenizer in...

8.7CVSS6.8AI score
SaveExploits0References8
Vulnrichment
Vulnrichment
added 2026/08/24 1:11 p.m.14 views

CVE-2026-76841 Xinference through 2.11.0 Remote Code Execution via Hardcoded trust_remote_code in Model Loaders

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 trustremotecode=True as a literal or as an unconditional default: RerankModel.gettokenizer in...

8.8CVSS6.4AI score0.0071EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/24 12:00 a.m.31 views

PT-2026-80851

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...

8.8CVSS6.5AI score0.0071EPSS
SaveExploits0References6
NVD
NVD
added 2026/08/21 9:17 p.m.18 views

CVE-2026-61539

Xinference is an inference API for running open-source, speech, and multimodal models. In 2.5.0 and earlier, Xinference passes attacker-influenced Llama3 tool-call output to eval in xinference/model/llm/toolparsers/llama3toolparser.py and xinference/model/llm/utils.py. Requests to...

10CVSS0.00657EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/21 8:56 p.m.30 views

GHSA-X2RJ-828P-HX9M Xinference vulnerable to remote code execution via unsafe `eval()` in Llama3 tool-call parsing

Summary Xinference used Python's unsafe eval function when parsing Llama3 tool-call output generated by a large language model. Because the model output can be influenced by attacker-controlled prompts sent to the chat completion API, a remote attacker can craft prompts that cause the model to...

10CVSS6.7AI score0.00657EPSS
SaveExploits0References5
Github Security Blog
Github Security Blog
added 2026/08/21 8:56 p.m.51 views

Xinference vulnerable to remote code execution via unsafe `eval()` in Llama3 tool-call parsing

Summary Xinference used Python's unsafe eval function when parsing Llama3 tool-call output generated by a large language model. Because the model output can be influenced by attacker-controlled prompts sent to the chat completion API, a remote attacker can craft prompts that cause the model to...

10CVSS6.5AI score0.00657EPSS
SaveExploits0References5Affected Software1
EUVD
EUVD
added 2026/08/21 8:37 p.m.25 views

EUVD-2026-64146

Xinference is an inference API for running open-source, speech, and multimodal models. In 2.5.0 and earlier, Xinference passes attacker-influenced Llama3 tool-call output to eval in xinference/model/llm/toolparsers/llama3toolparser.py and xinference/model/llm/utils.py. Requests to...

10CVSS5.5AI score0.00657EPSS
SaveExploits0References4
OSV
OSV
added 2026/08/21 8:37 p.m.67 views

CVE-2026-61539 Xinference: Remote code execution via unsafe `eval()` in Llama3 tool-call parsing

Xinference is an inference API for running open-source, speech, and multimodal models. In 2.5.0 and earlier, Xinference passes attacker-influenced Llama3 tool-call output to eval in xinference/model/llm/toolparsers/llama3toolparser.py and xinference/model/llm/utils.py. Requests to...

10CVSS5.8AI score
SaveExploits0References6
CVE
CVE
added 2026/08/21 8:37 p.m.113 views

CVE-2026-61539

Xinference (an inference API for open-source, speech, and multimodal models) versions 2.5.0 and earlier are vulnerable to remote code execution via unsafe use of Python's eval() in Llama3 tool-call parsing. An unauthenticated remote attacker can craft a prompt sent to /v1/chat/completions with a ...

10CVSS5.5AI score0.00657EPSS
SaveExploits0References4
Cvelist
Cvelist
added 2026/08/21 8:37 p.m.44 views

CVE-2026-61539 Xinference: Remote code execution via unsafe `eval()` in Llama3 tool-call parsing

Xinference is an inference API for running open-source, speech, and multimodal models. In 2.5.0 and earlier, Xinference passes attacker-influenced Llama3 tool-call output to eval in xinference/model/llm/toolparsers/llama3toolparser.py and xinference/model/llm/utils.py. Requests to...

10CVSS0.00657EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/08/21 12:00 a.m.36 views

PT-2026-79457

Name of the Vulnerable Software and Affected Versions Xinference versions prior to 2.7.0 Description Xinference passes attacker-influenced Llama3 tool-call output to the eval function within xinference/model/llm/tool parsers/llama3 tool parser.py and xinference/model/llm/utils.py. Requests sent t...

10CVSS5.8AI score0.00657EPSS
SaveExploits0References14
OSSF Malicious Packages
OSSF Malicious Packages
added 2026/04/22 10:06 p.m.22 views

Malicious code in xinference (PyPI)

--- -= Per source details. Do not edit below this line.=- Source: kam193 1d006f6a08c959393160456d4ace221fd165b6d609fc8356ebfb041979aef93d Versions 2.6.0, 2.6.1, 2.6.2 were compromised. Following a malicious pull request that exfiltrated sensitive data from the CI runner, three malicious PyPI...

5.4AI score
SaveExploits0References6
Rows per page
Query Builder