CVE-2026-45249 Affecting kubeflow-katib package, versions <0.19.0-r31


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.75% (52nd percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-WOLFILATEST-KUBEFLOWKATIB-17984807
  • published15 Jul 2026
  • disclosed25 May 2026

Introduced: 25 May 2026

CVE-2026-45249  (opens in a new tab)

How to fix?

Upgrade Wolfi kubeflow-katib to version 0.19.0-r31 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream kubeflow-katib package and not the kubeflow-katib package as distributed by Wolfi. See How to fix? for Wolfi relevant fixed versions and status.

A cross-site scripting (XSS) vulnerability exists in Apache ECharts in the Lines series tooltip rendering logic.

This issue affects Apache ECharts: from before 6.1.0.

In versions prior to 6.1.0, if both Lines series and tooltip are used, and no user-specified tooltip.formatter is provided, and series.data[i].name is specified, raw HTML string series.data[i].name can be rendered through innerHTML sink into tooltip content. Although tooltip is allowed to accept user-provided raw HTML via a custom tooltip.formatter, the built-in tooltip formatters conventionally perform HTML escaping automatically. This case breaks that convention and may unexpectedly lead to script execution when tooltips are displayed.

Users are recommended to upgrade to version 6.1.0 if using the Lines series in this way, which fixes the issue.