> For the complete documentation index, see [llms.txt](https://run-ai-docs.nvidia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://run-ai-docs.nvidia.com/self-hosted/getting-started/whats-new/hotfixes-for-version-2.25.md).

# Hotfixes for Version 2.25

This section provides details on all hotfixes available for version 2.25. Hotfixes are critical updates released between our major and minor versions to address specific issues or vulnerabilities. These updates ensure the system remains secure, stable, and optimized without requiring a full version upgrade.

<table><thead><tr><th width="113.9140625">Version</th><th width="130.42578125">Date (MM/DD/YYYY)</th><th width="118.6171875">Internal ID</th><th>Description</th></tr></thead><tbody><tr><td>2.25.10</td><td>05/24/2026</td><td>RUN-39222</td><td>Fixed an issue where the CLI accepted unsupported storage flags for distributed inference submissions.</td></tr><tr><td>2.25.10</td><td>05/24/2026</td><td>RUN-38842</td><td>Fixed an issue where a missing <code>runai-go-operator-tls-secret</code> prevented Helm upgrades from completing.</td></tr><tr><td>2.25.10</td><td>05/24/2026</td><td>RUN-38892</td><td>Fixed a security vulnerability related to CVE-2026-4878 with severity HIGH.</td></tr><tr><td>2.25.10</td><td>05/24/2026</td><td>RUN-38670</td><td>Fixed a security vulnerability related to CVE-2026-22016 with severity HIGH.</td></tr><tr><td>2.25.10</td><td>05/24/2026</td><td>RUN-37410</td><td>Fixed a security vulnerability related to GHSA-72hv-8253-57qq with severity HIGH.</td></tr><tr><td>2.25.10</td><td>05/24/2026</td><td>RUN-38975</td><td>Fixed a security vulnerability related to GHSA-vmg3-7v43-9g23 with severity CRITICAL.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://run-ai-docs.nvidia.com/self-hosted/getting-started/whats-new/hotfixes-for-version-2.25.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
