> 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/2.25/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.13</td><td>06/10/2026</td><td>RUN-38321</td><td>Fixed a security vulnerability related to CVE-2026-33810 with severity HIGH.</td></tr><tr><td>2.25.13</td><td>06/10/2026</td><td>RUN-37975</td><td>Fixed a security vulnerability related to GHSA-x6g4-f6q3-fqvv with severity HIGH.</td></tr><tr><td>2.25.13</td><td>06/10/2026</td><td>RUN-37927</td><td>Fixed an issue where users with the template administrator role received a "Failed to load secrets" error when opening the template creation form.</td></tr><tr><td>2.25.13</td><td>06/10/2026</td><td>RUN-38004</td><td>Fixed an issue where the NIM CLI displayed empty values for requested compute resources when submitting inference workloads.</td></tr><tr><td>2.25.12</td><td>05/27/2026</td><td>RUN-37045</td><td>Fixed a security vulnerability related to CVE-2025-68121 with severity CRITICAL.</td></tr><tr><td>2.25.12</td><td>05/27/2026</td><td>RUN-37045</td><td>Fixed a security vulnerability related to CVE-2025-61726 with severity HIGH.</td></tr><tr><td>2.25.12</td><td>05/27/2026</td><td>RUN-37951</td><td>Fixed an issue where the system notifications API returned an HTTP 500 error when retrieving notifications for users.</td></tr><tr><td>2.25.12</td><td>05/27/2026</td><td>RUN-37832</td><td>Fixed an issue where submitting a workload via the API with duplicate node pool names silently failed instead of returning a validation error.</td></tr><tr><td>2.25.12</td><td>05/27/2026</td><td>RUN-37705</td><td>Fixed an issue where the external ingress URL was not populated in the NIM service status when using <code>authorizedUsers</code> or <code>authorizedGroups</code> authentication.</td></tr><tr><td>2.25.12</td><td>05/27/2026</td><td>RUN-37583</td><td>Fixed an issue where the workload submission UI incorrectly capped the maximum GPU count at 8, even when the node supported a higher number of GPUs through MIG partitioning.</td></tr><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/2.25/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.
