Skip to main content
EPSS 0.6%top 51%

Red Hat Security Advisory: Kiali 2.27.3 for Red Hat OpenShift Service Mesh 3.4

0
High
Published: 08/25/2026 (08/25/2026, 19:39:45 UTC)
Source: GCVE Database
Vendor/Project: Red Hat Product Security
Product: Red Hat

Description

Kiali 2.27.3, for Red Hat OpenShift Service Mesh 3.4, provides observability for the service mesh by offering a visual representation of the mesh topology and metrics, helping users monitor, trace, and manage efficiently. Security Fix(es): * CVE-2026-45623 openshift-service-mesh/kiali-ossmc-rhel9: PostCSS: Information disclosure and denial of service via crafted CSS input (OSSM-15115) * CVE-2026-45623 openshift-service-mesh/kiali-rhel9: PostCSS: Information disclosure and denial of service via crafted CSS input (OSSM-15110) * CVE-2026-54272 openshift-service-mesh/kiali-ossmc-rhel9: ip-address: Server-Side Request Forgery via IPv4-mapped/NAT64 IPv6 address misclassification (OSSM-15124) * CVE-2026-54272 openshift-service-mesh/kiali-rhel9: ip-address: Server-Side Request Forgery via IPv4-mapped/NAT64 IPv6 address misclassification (OSSM-15125) * CVE-2026-69153 openshift-service-mesh/kiali-rhel9: PostCSS: Information disclosure via crafted sourceMappingURL (OSSM-15160) * CVE-2026-69153 openshift-service-mesh/kiali-ossmc-rhel9: PostCSS: Information disclosure via crafted sourceMappingURL (OSSM-15164) * CVE-2026-69152 openshift-service-mesh/kiali-ossmc-rhel9: brace-expansion: Denial of Service via unbounded intermediate arrays (OSSM-15178) * CVE-2026-69152 openshift-service-mesh/kiali-rhel9: brace-expansion: Denial of Service via unbounded intermediate arrays (OSSM-15179) * CVE-2026-69192 openshift-service-mesh/kiali-ossmc-rhel9: ip-address: Inconsistent IP address parsing leads to Server-Side Request Forgery (SSRF) and trust-boundary bypass (OSSM-15188) * CVE-2026-69192 openshift-service-mesh/kiali-rhel9: ip-address: Inconsistent IP address parsing leads to Server-Side Request Forgery (SSRF) and trust-boundary bypass (OSSM-15189) * CVE-2026-14257 openshift-service-mesh/kiali-rhel9: Brace-expansion: Denial of Service via memory exhaustion in expand() function (OSSM-15194) * CVE-2026-14257 openshift-service-mesh/kiali-ossmc-rhel9: Brace-expansion: Denial of Service via memory exhaustion in expand() function (OSSM-15220) * CVE-2026-73088 openshift-service-mesh/kiali-ossmc-rhel9: Browserslist: Prototype pollution leading to denial of service (OSSM-15285) * CVE-2026-73088 openshift-service-mesh/kiali-rhel9: Browserslist: Prototype pollution leading to denial of service (OSSM-15286) * CVE-2026-73089 openshift-service-mesh/kiali-ossmc-rhel9: Browserslist: Denial of Service via unbounded memory growth from distinct query results (OSSM-15299) * CVE-2026-73089 openshift-service-mesh/kiali-rhel9: Browserslist: Denial of Service via unbounded memory growth from distinct query results (OSSM-15300) * CVE-2026-56852 openshift-service-mesh/kiali-rhel9: golang.org/x/text: Denial of Service via invalid UTF-8 input (OSSM-15325) * CVE-2026-56860 openshift-service-mesh/kiali-rhel9: golang net/url: Denial of Service from quadratic complexity in path resolution (OSSM-15404) * CVE-2026-41178 openshift-service-mesh/kiali-rhel9: OpenTelemetry-Go: Denial of Service via oversized baggage headers (OSSM-15339) * CVE-2026-56859 openshift-service-mesh/kiali-rhel9: Go: Denial of Service via XML decoding recursion depth issue (OSSM-15409) * CVE-2026-56853 openshift-service-mesh/kiali-rhel9: Go net/http: Unencrypted HTTP/2 connections vulnerable to Denial of Service (OSSM-15423) * CVE-2026-56858 openshift-service-mesh/kiali-rhel9: Go html/template: Cross-Site Scripting via pathological input (OSSM-15437) * CVE-2026-56862 openshift-service-mesh/kiali-rhel9: Golang crypto/tls: Denial of Service via indefinite KeyUpdate messages (OSSM-15447) * CVE-2026-33818 openshift-service-mesh/kiali-rhel9: Go encoding/asn1: Denial of Service via excessive recursion in Unmarshal (OSSM-15457) * CVE-2026-67321 openshift-service-mesh/kiali-ossmc-rhel9: axios: Denial of Service via object serialization bypass (OSSM-15472) * CVE-2026-67321 openshift-service-mesh/kiali-rhel9: axios: Denial of Service via object serialization bypass (OSSM-15473) * CVE-2026-67313 openshift-service-mesh/kiali-ossmc-rhel9: axios: Denial of Service via uncontrolled recursion in formDataToJSON (OSSM-15482) * CVE-2026-67313 openshift-service-mesh/kiali-rhel9: axios: Denial of Service via uncontrolled recursion in formDataToJSON (OSSM-15483) * CVE-2026-67320 openshift-service-mesh/kiali-ossmc-rhel9: axios: Information disclosure via Prototype Pollution in Node HTTP adapter (OSSM-15491) * CVE-2026-67320 openshift-service-mesh/kiali-rhel9: axios: Information disclosure via Prototype Pollution in Node HTTP adapter (OSSM-15493) * CVE-2026-67314 openshift-service-mesh/kiali-ossmc-rhel9: axios: Outbound Request Tampering via Prototype Pollution in Basic Auth (OSSM-15496) * CVE-2026-67314 openshift-service-mesh/kiali-rhel9: axios: Outbound Request Tampering via Prototype Pollution in Basic Auth (OSSM-15497) For more details about the security issue(s), including the impact, a CVSS score, acknowledgments, and other related information, refer to the CVE page(s) listed in the References section.

Affected software

brace-expansion
pkg:npm/brace-expansion
Affected versions
*

Run on your own infrastructure? Check whether these packages are installed with threat-finder — our free open-source scanner.

AI-Powered Analysis

Machine-generated threat intelligence

AILast updated: 08/12/2026, 19:21:19 UTC

Technical Analysis

The vulnerability CVE-2026-14257 affects the brace-expansion npm package, specifically its expand() function, which limits the number of generated results but does not limit the length of each result string. By chaining multiple brace groups, an attacker can keep the result count under the limit while making each result progressively longer, causing total memory consumption to grow until the Node.js process crashes with an uncatchable out-of-memory error. This impacts any application passing attacker-controlled strings to brace-expansion directly or transitively via minimatch or glob. In Red Hat products, brace-expansion is mostly a transitive dependency used during build or development tooling, not typically exposed to untrusted input, reducing practical exploitability. The advisory also references related CVEs (CVE-2026-69152, CVE-2026-69153) and notes no fix has been released yet for Red Hat Hardened Images RPMs. The vulnerability is classified under CWE-770 (Allocation of Resources Without Limits or Throttling) and related CWEs.

Potential Impact

Successful exploitation can cause a denial of service by exhausting memory resources, crashing the Node.js process with an uncatchable out-of-memory error. This affects availability of applications or services using vulnerable versions of brace-expansion or dependent libraries. There is no impact on confidentiality or integrity. The practical risk is mitigated by the typical usage context in Red Hat products, where brace-expansion is not exposed to untrusted network input at runtime.

Mitigation Recommendations

Red Hat has not yet released an official fix for this vulnerability in Hardened Images RPMs. Users should avoid passing untrusted or user-controlled input to the expand() function of brace-expansion or to libraries that use it for glob pattern matching (such as minimatch or glob). Validate and sanitize any brace patterns before expansion. Where possible, upgrade to brace-expansion versions 1.1.17, 2.1.3, 3.0.3, or 5.0.8, which add a maxLength option to limit output size. Additionally, enforce memory limits on Node.js processes using operating system resource controls like cgroups or Kubernetes memory limits to prevent system-wide outages. Monitor Red Hat advisories for official patches or updates.

Pro Console: star threats, build custom feeds, automate alerts via Slack, email & webhooks.Upgrade to Pro

Technical Details

Gcve Source
db.gcve.eu
Csaf Category
csaf_security_advisory
Csaf Version
2.0
Publisher
Red Hat Product Security
Advisory Id
RHSA-2026:50290
Cve Count
3
Additional Cves
["CVE-2026-69152","CVE-2026-69153"]
State
PUBLISHED

Threat ID: 6a735730bf8831d53913cd7d

Added to database: 08/05/2026, 15:30:56 UTC

Last enriched: 08/12/2026, 19:21:19 UTC

Last updated: 09/19/2026, 10:01:29 UTC

Views: 65

Community Reviews

0 reviews

Crowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.

Sort by
Loading community insights…

Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.

Actions

PRO

Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.

Please log in to the Console to use AI analysis features.

External Links

NVD DatabaseMITRE CVEhttps://access.redhat.com/errata/RHSA-2026:50290https://access.redhat.com/security/cve/CVE-2026-14257https://access.redhat.com/security/cve/CVE-2026-69152https://access.redhat.com/security/cve/CVE-2026-69153https://access.redhat.com/security/updates/classification/https://images.redhat.com/Canonical URLhttps://access.redhat.com/errata/RHSA-2026:45381https://access.redhat.com/security/cve/CVE-2026-48617Canonical URLhttps://access.redhat.com/errata/RHSA-2026:45784https://access.redhat.com/security/cve/CVE-2026-43823Canonical URLhttps://access.redhat.com/errata/RHSA-2026:54183Canonical URLhttps://access.redhat.com/errata/RHSA-2026:54389Canonical URLhttps://access.redhat.com/errata/RHSA-2026:55541https://access.redhat.com/security/updates/classification/#important250643325107222510801Canonical URLhttps://access.redhat.com/errata/RHSA-2026:588192507593Canonical URLhttps://access.redhat.com/errata/RHSA-2026:57367https://access.redhat.com/security/cve/CVE-2026-33814Canonical URLhttps://access.redhat.com/errata/RHSA-2026:59548https://access.redhat.com/security/cve/CVE-2026-33818https://access.redhat.com/security/cve/CVE-2026-45149https://access.redhat.com/security/cve/CVE-2026-45623https://access.redhat.com/security/cve/CVE-2026-54272https://access.redhat.com/security/cve/CVE-2026-56852https://access.redhat.com/security/cve/CVE-2026-56853https://access.redhat.com/security/cve/CVE-2026-56858https://access.redhat.com/security/cve/CVE-2026-56859https://access.redhat.com/security/cve/CVE-2026-56860https://access.redhat.com/security/cve/CVE-2026-56862https://access.redhat.com/security/cve/CVE-2026-67313https://access.redhat.com/security/cve/CVE-2026-67320https://access.redhat.com/security/cve/CVE-2026-69192https://access.redhat.com/security/cve/CVE-2026-73088https://access.redhat.com/security/cve/CVE-2026-73089https://access.redhat.com/security/updates/classificationhttps://access.redhat.com/errata/RHSA-2026:59554https://access.redhat.com/errata/RHSA-2026:59566https://access.redhat.com/security/cve/CVE-2026-67314https://access.redhat.com/security/cve/CVE-2026-67321https://access.redhat.com/errata/RHSA-2026:59561https://access.redhat.com/errata/RHSA-2026:59583https://access.redhat.com/security/cve/CVE-2026-41178https://access.redhat.com/errata/RHSA-2026:57365https://access.redhat.com/security/cve/CVE-2026-27136https://access.redhat.com/security/cve/CVE-2026-33186https://access.redhat.com/security/cve/CVE-2026-39829https://access.redhat.com/security/cve/CVE-2026-59869https://access.redhat.com/security/cve/CVE-2026-59877https://access.redhat.com/security/cve/CVE-2026-66138https://access.redhat.com/security/cve/CVE-2026-73086Canonical URLhttps://access.redhat.com/errata/RHSA-2026:60447https://access.redhat.com/security/cve/CVE-2026-73643Canonical URLhttps://access.redhat.com/errata/RHSA-2026:60478Canonical URLReference 68https://access.redhat.com/security/cve/CVE-2026-84947https://access.redhat.com/security/cve/CVE-2026-85152https://access.redhat.com/security/cve/CVE-2026-84933https://access.redhat.com/security/cve/CVE-2026-18149https://access.redhat.com/security/cve/CVE-2026-84890https://access.redhat.com/security/cve/CVE-2026-85014https://access.redhat.com/security/cve/CVE-2026-85008https://access.redhat.com/security/cve/CVE-2026-48932https://access.redhat.com/errata/RHSA-2026:6481725091712510856Canonical URLSearch on Google

Need more coverage?

Upgrade to Pro Console for AI refresh and higher limits.

For incident response and remediation, OffSeq services can help resolve threats faster.

Latest Threats

Breach by OffSeqOFFSEQFRIENDS — 25% OFF

Check if your credentials are on the dark web

Instant breach scanning across billions of leaked records. Free tier available.

Scan now
OffSeq TrainingCredly Certified

Lead Pen Test Professional

Technical5-day eLearningPECB Accredited
View courses