CVE-2026-27145 Affecting argo-events-fips package, versions <1.9.10-r12


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.01% (1st 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-MINIMOSLATEST-ARGOEVENTSFIPS-17177623
  • published5 Jun 2026
  • disclosed2 Jun 2026

Introduced: 2 Jun 2026

NewCVE-2026-27145  (opens in a new tab)

How to fix?

Upgrade Minimos:latest argo-events-fips to version 1.9.10-r12 or higher.

NVD Description

Note: Versions mentioned in the description apply only to the upstream argo-events-fips package and not the argo-events-fips package as distributed by Minimos. See How to fix? for Minimos:latest relevant fixed versions and status.

(*x509.Certificate).VerifyHostname previously called matchHostnames in a loop over all DNS Subject Alternative Name (SAN) entries. This caused strings.Split(host, ".") to execute repeatedly on the same input hostname. With a large DNS SAN list, verification costs scaled quadratically based on the number of SAN entries multiplied by the hostname's label count. Because x509.Verify validates hostnames before building the certificate chain, this overhead occurred even for untrusted certificates.