BlackTreeIndependent security intelligence
← Back to the CVE catalogue
Full vulnerability report · 2022
CVE-2022-31129High confidence

Inefficient Regular Expression Complexity in moment

moment · moment

7.5HighCVSS 3.1
Recommended action
Within 7 days

High technical severity with public exploit material referenced by a structured source; prioritise exposed affected systems while verifying vendor guidance.

Patch available
Distribution package intelligence

Ubuntu vendor package status

Canonical’s release and source-package findings are shown separately from local repository availability.

10 package states
Repository candidate not checked

A published vendor fix does not prove that a matching update is enabled and installable on a particular asset. Confirm the local package candidate before scheduling remediation.

Ubuntu releaseSource packageVendor stateFixed versionEvidence
Ubuntu 24.04 LTSnoble · esm-appsmediawikiUnder evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 9 Sept 2026
Ubuntu 24.04 LTSnoble · esm-appspostfixadminUnder evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 9 Sept 2026
Ubuntu 24.04 LTSnoble · esm-appssyncthingUnder evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 9 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivegnucashUnder evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 9 Sept 2026
Ubuntu 24.04 LTSnoble · standard archiventopngUnder evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 9 Sept 2026
Ubuntu 24.04 LTSnoble · standard archiveodooUnder evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 9 Sept 2026
Ubuntu 24.04 LTSnoble · standard archiveomnidbUnder evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 9 Sept 2026
Ubuntu 24.04 LTSnoble · standard archiveruby-momentjs-railsUnder evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 9 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivesabnzbdplusUnder evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 9 Sept 2026
Ubuntu 24.04 LTSnoble · standard archivewordpressUnder evaluationCanonical reports that the package might be affected and still needs evaluation or fixing.Not published in this feedCanonical record ↗Source updated 9 Sept 2026
Direct vendor intelligence

Authoritative vendor CSAF and VEX advisories

Structured product status and remediation from the issuing vendor. Product-state explanations are always visible; large lists can be searched or downloaded.

1 current
CVE-2022-31129 · CSAF 2.0 · revision 3 · finalRed Hat Product Securitymoment: inefficient parsing algorithm resulting in DoS
115 known affected

The vendor explicitly identifies these products as affected by this CVE.

  • servicemesh-grafana as a component of OpenShift Service Mesh 2.0
  • servicemesh-grafana-prometheus as a component of OpenShift Service Mesh 2.0
  • servicemesh-grafana.src as a component of OpenShift Service Mesh 2.0
  • servicemesh-grafana as a component of OpenShift Service Mesh 2.1
  • servicemesh-grafana.src as a component of OpenShift Service Mesh 2.1
  • rhacm2/application-ui-rhel8 as a component of Red Hat Advanced Cluster Management for Kubernetes 2
  • rhacm2/console-api-rhel8 as a component of Red Hat Advanced Cluster Management for Kubernetes 2
  • rhacm2/console-header-rhel8 as a component of Red Hat Advanced Cluster Management for Kubernetes 2
  • rhacm2/console-rhel8 as a component of Red Hat Advanced Cluster Management for Kubernetes 2
  • rhacm2/console-ui-rhel8 as a component of Red Hat Advanced Cluster Management for Kubernetes 2
  • rhacm2/grc-ui-api-rhel8 as a component of Red Hat Advanced Cluster Management for Kubernetes 2
  • rhacm2/grc-ui-rhel8 as a component of Red Hat Advanced Cluster Management for Kubernetes 2
Summary
A flaw was found in the Moment.js package. Users who pass user-provided strings without sanity length checks to the moment constructor are vulnerable to regular expression denial of service (ReDoS) attacks.
Remediation
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258
Optional official sources

National CERT insights
?CERT means Computer Emergency Response Team; CSIRT is the closely related term Computer Security Incident Response Team.

Select the national-authority views to include. The exact source language is shown on each matched advisory. Your choice is remembered on this device and encoded in the shareable URL.

Official European source

ENISA European Vulnerability Database

Official EUVD identifiers, advisory evidence and known-exploited context. Missing fields are not treated as evidence of low risk.

1 current
ENISA EUVD identifier

EUVD-2022-6433

No EUVD known-exploited evidence

ENISA has published the identifier mapping but no EUVD description has been stored yet.

EUVD state
Present in the current official mapping
Known exploitation
Not present in the current ENISA EUVD known-exploited dataset. This is not proof of no exploitation.
ENISA score
Not supplied in the stored EUVD record
Advisory evidence
No linked advisory details stored yet
Recommended actionWithin 7 days

High technical severity with public exploit material referenced by a structured source; prioritise exposed affected systems while verifying vendor guidance.

Patch available
01

What, why and how

moment is a JavaScript date library for parsing, validating, manipulating, and formatting dates. Affected versions of moment were found to use an inefficient parsing algorithm. Specifically using string-to-date parsing in moment (more specifically rfc2822 parsing, which is tried by default) has quadratic (N^2) complexity on specific inputs. Users may notice a noticeable slowdown is observed with inputs above 10k characters. Users who pass user-provided strings without sanity length checks to moment constructor are vulnerable to (Re)DoS attacks. The problem is patched in 2.29.4, the patch can be applied to all affected versions with minimal tweaking. Users are advised to upgrade. Users unable to upgrade should consider limiting date lengths accepted from user input.

What

moment is a JavaScript date library for parsing, validating, manipulating, and formatting dates. Affected versions of moment were found to use an inefficient parsing algorithm. Specifically using string-to-date parsing in moment (more specifically rfc2822 parsing, which is tried by default) has quadratic (N^2) complexity on specific inputs. Users may notice a noticeable slowdown is observed with inputs above 10k characters. Users who pass user-provided strings without sanity length checks to moment constructor are vulnerable to (Re)DoS attacks. The problem is patched in 2.29.4, the patch can be applied to all affected versions with minimal tweaking. Users are advised to upgrade. Users unable to upgrade should consider limiting date lengths accepted from user input.

Why

The product does not properly control the allocation and maintenance of a limited resource.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

What

moment is a JavaScript date library for parsing, validating, manipulating, and formatting dates. Affected versions of moment were found to use an inefficient parsing algorithm. Specifically using string-to-date parsing in moment (more specifically rfc2822 parsing, which is tried by default) has quadratic (N^2) complexity on specific inputs. Users may notice a noticeable slowdown is observed with inputs above 10k characters. Users who pass user-provided strings without sanity length checks to moment constructor are vulnerable to (Re)DoS attacks. The problem is patched in 2.29.4, the patch can be applied to all affected versions with minimal tweaking. Users are advised to upgrade. Users unable to upgrade should consider limiting date lengths accepted from user input.

Why

The product does not properly control the allocation and maintenance of a limited resource.

How

An attacker operating through a network path may attempt exploitation without authentication or user interaction. If successful, the issue may cause the confidentiality, integrity or availability impact described by the vendor.

02

Exploit reality and attack path

CVSS severity, EPSS forecast probability, public exploit material and CISA-confirmed exploitation are separate signals.

Observed exploitation
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
No confirmed evidence

No CISA KEV match was present at the last successful refresh. This means no confirmation from that source, not proof of no exploitation.

Public PoC / exploit material
?Confirmed exploitation and public exploit material are separate signals. Attacks can occur without public proof-of-concept or exploit code.
Reference recorded

A structured CVE source labels at least one public reference as exploit material. BlackTree has not independently validated that it is safe, reliable or weaponised.

Likely attack path
a network path → Uncontrolled Resource Consumption → cause the confidentiality, integrity or availability impact described by the vendor
Attack surface
Network
Privileges required
None: unauthenticated exploitation is possible
User interaction
None
Attack complexity
Low: no specialised conditions are recorded
Security boundary
Unchanged: impact remains within the vulnerable component's security authority
Weakness
?CWE means Common Weakness Enumeration: a standard category for the underlying weakness.
CWE-400

CWE-400: Uncontrolled Resource Consumption. The product does not properly control the allocation and maintenance of a limited resource.

CVSS vector
?CVSS means Common Vulnerability Scoring System. The vector records the metric values used to calculate technical severity.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Common Vulnerability Scoring System 3.1: the compact vector below is decoded into plain language.

AVNetworkAttack vector: The vulnerable component can be reached over a network.ACLowAttack complexity: No specialised conditions are required beyond attacker-controlled input.PRNonePrivileges required: The attacker does not need an account or existing privileges.UINoneUser interaction: No action by another user is required.SUnchangedScope: The security impact remains within the vulnerable component's authority.CNoneConfidentiality impact: No direct loss is represented by this metric.INoneIntegrity impact: No direct loss is represented by this metric.AHighAvailability impact: A successful attack can cause a major loss.
Post-exploitation / living off the land
No specific living-off-the-land technique is confirmed in the structured sources. Monitor normal administration tools for activity inconsistent with the affected service's baseline.
NetworkUnauthenticatedCWE-400Public exploit reference
A

Official authority intelligence

Only matched European and national findings are included. Language selectors and unavailable sources are omitted.

BSI · German · WID-SEC-W-2024-0528Dell Data Protection Advisor: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Dell Data Protection Advisor ausnutzen, um beliebigen Code auszuführen, einen Denial-of-Service-Zustand herbeizuführen, Dateien zu manipulieren, vertrauliche Informationen offenzulegen, seine Berechtigungen zu erweitern oder einen nicht spezifizierten Angriff durchzuführen.

Official advisory
BSI · German · WID-SEC-W-2023-2684Oracle Utilities Applications: Mehrere Schwachstellen

Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Utilities Applications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.

Official advisory
BSI · German · WID-SEC-W-2023-2229Splunk Splunk Enterprise: Mehrere Schwachstellen

Ein entfernter, authentifizierter Angreifer kann mehrere Schwachstellen in Splunk Splunk Enterprise ausnutzen, um beliebigen Code auszuführen, einen 'Denial of Service'-Zustand zu verursachen, seine Privilegien zu erweitern und weitere, nicht spezifizierte Auswirkungen zu verursachen.

Official advisory
BSI · German · WID-SEC-W-2023-1808Oracle Financial Services Applications: Mehrere Schwachstellen

Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Financial Services Applications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.

Official advisory
BSI · German · WID-SEC-W-2023-1542Red Hat OpenShift: Mehrere Schwachstellen

Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat OpenShift ausnutzen, um einen Denial of Service Zustand herbeizuführen, Informationen offenzulegen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen.

Official advisory
BSI · German · WID-SEC-W-2023-1021Oracle Communications: Mehrere Schwachstellen

Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.

Official advisory
BSI · German · WID-SEC-W-2023-0809IBM QRadar SIEM: Mehrere Schwachstellen

Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um beliebigen Programmcode auszuführen, Informationen offenzulegen, Informationen falsch darzustellen, einen Denial of Service Zustand herbeizuführen, Sicherheitsvorkehrungen zu umgehen, einen Cross-Site-Scripting-Angriff durchzuführen oder unbekannte Auswirkungen zu verursachen.

Official advisory
BSI · German · WID-SEC-W-2023-0395Splunk Splunk Enterprise: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Splunk Splunk Enterprise ausnutzen, um vertrauliche Informationen offenzulegen, Sicherheitsmaßnahmen zu umgehen, einen Denial-of-Service-Zustand zu verursachen, Daten zu manipulieren und einen Cross-Site-Scripting-Angriff durchzuführen.

Official advisory
BSI · German · WID-SEC-W-2023-0137Oracle Communications: Mehrere Schwachstellen

Ein entfernter, anonymer oder authentisierter Angreifer kann mehrere Schwachstellen in Oracle Communications ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.

Official advisory
BSI · German · WID-SEC-W-2023-0125Oracle PeopleSoft: Mehrere Schwachstellen

Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Oracle PeopleSoft ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.

Official advisory
BSI · German · WID-SEC-W-2022-2368HCL BigFix: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in HCL BigFix ausnutzen, um die Verfügbarkeit, die Vertraulichkeit und die Integrität zu gefährden.

Official advisory
BSI · German · WID-SEC-W-2022-1776Oracle MySQL: Mehrere Schwachstellen

Ein entfernter, anonymer, authentisierter oder lokaler Angreifer kann mehrere Schwachstellen in Oracle MySQL ausnutzen, um die Vertraulichkeit, Integrität und Verfügbarkeit zu gefährden.

Official advisory
BSI · German · WID-SEC-W-2022-1738IBM InfoSphere Information Server: Mehrere Schwachstellen

Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM InfoSphere Information Server ausnutzen, um seine Privilegien zu erweitern, beliebigen Programmcode auszuführen, einen Cross-Site-Scripting-Angriff durchzuführen, Informationen offenzulegen, einen Denial of Service Zustand herbeizuführen, Dateien zu manipulieren oder Sicherheitsvorkehrungen zu umgehen.

Official advisory
BSI · German · WID-SEC-W-2022-1476SUSE Manager: Mehrere Schwachstellen

Ein entfernter, anonymer oder lokaler Angreifer kann mehrere Schwachstellen in SUSE Manager ausnutzen, um Sicherheitsvorkehrungen zu umgehen, beliebigen Code auszuführen, seine Privilegien zu erweitern und einen Denial-of-Service-Zustand zu verursachen.

Official advisory
BSI · German · WID-SEC-W-2023-1489Red Hat Enterprise Linux Ceph Storage: Mehrere Schwachstellen

Ein Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux ausnutzen, um einen Cross-Site Scripting Angriff durchzuführen und einen Denial of Service Zustand auszulösen.

Official advisory
BSI · German · WID-SEC-W-2023-1350Splunk Splunk Enterprise: Mehrere Schwachstellen in Komponenten von Drittanbietern

Ein Angreifer kann mehrere Schwachstellen in Splunk Splunk Enterprise in diversen Komponenten von Drittanbietern ausnutzen, um einen nicht näher spezifizierten Angriff durchzuführen.

Official advisory
BSI · German · WID-SEC-W-2023-0026IBM Maximo Asset Management: Mehrere Schwachstellen

Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM Maximo Asset Management ausnutzen, um Sicherheitsvorkehrungen zu umgehen und einen Denial-of-Service-Zustand auszulösen.

Official advisory
BSI · German · WID-SEC-W-2022-0944Red Hat OpenShift Service Mesh: Schwachstelle ermöglicht Denial of Service

Ein entfernter, anonymer Angreifer kann eine Schwachstelle in Red Hat OpenShift Service Mesh ausnutzen, um einen Denial of Service Angriff durchzuführen.

Official advisory
CERT-FR · French · CERTFR-2026-AVI-0901Multiples vulnérabilités dans les produits IBM

IBM 7280131 du 15 juillet 2026 https://www.ibm.com/support/pages/node/7280131 Bulletin de sécurité IBM 7280183 du 15 juillet 2026 https://www.ibm.com/support/pages/node/7280183 Référence CVE CVE-2020-28500 https://www.cve.org/CVERecord?id=CVE-2020-28500 Référence CVE CVE-2020-7760 https://www.cve.org/CVERecord?id=CVE-2020-7760 Référence CVE CVE-2020-8203 https://www.cve.org/CVERecord?id=CVE-2020-8203 Référence CVE CVE-2021-23337 https://www.cve.org/CVERecord?id=CVE-2021-23337 Référence CVE CVE-2022-21704 https://www.cve.org/CVERecord?id=CVE-2022-21704 Référence CVE CVE-2022-24785 https://www.cve.org/CVERecord?id=CVE-2022-24785 Référence CVE CVE-2022-31129 https://www.cve.org/CVERecord?id=CVE-2022-31129 Référence CVE CVE-2022-40896 https://www.cve.org/CVERecord?id=CVE-2022-40896 Référence CVE CVE-2023-32681 https://www.cve.org/CVERecord?id=CVE-2023-32681 Référence CVE CVE-2023-37920 https://www.cve.org/CVERecord?id=CVE-2023-37920 Référence CVE CVE-2023-42282 https://www.cve.org/CVERecord?id=CVE-2023-42282 Référence CVE CVE-2023-43804 https://www.cve.org/CVERecord?id=CVE-2023-43804 Référence CVE CVE-2023-45803 https://www.cve.org/CVERecord?id=CVE-2023-45803 Référence CVE CVE-2024-29415 https://www.cve.org/CVERecord?id=CVE-2024-29415 Référence CVE CVE-2024-35195 https://www.cve.org/CVERecord?id=

Official advisory
CERT-FR · French · CERTFR-2025-AVI-0760Multiples vulnérabilités dans les produits IBM

g/CVERecord?id=CVE-2019-12086 Référence CVE CVE-2019-9193 https://www.cve.org/CVERecord?id=CVE-2019-9193 Référence CVE CVE-2021-21290 https://www.cve.org/CVERecord?id=CVE-2021-21290 Référence CVE CVE-2021-3393 https://www.cve.org/CVERecord?id=CVE-2021-3393 Référence CVE CVE-2022-1471 https://www.cve.org/CVERecord?id=CVE-2022-1471 Référence CVE CVE-2022-1552 https://www.cve.org/CVERecord?id=CVE-2022-1552 Référence CVE CVE-2022-24785 https://www.cve.org/CVERecord?id=CVE-2022-24785 Référence CVE CVE-2022-24823 https://www.cve.org/CVERecord?id=CVE-2022-24823 Référence CVE CVE-2022-2625 https://www.cve.org/CVERecord?id=CVE-2022-2625 Référence CVE CVE-2022-31129 https://www.cve.org/CVERecord?id=CVE-2022-31129 Référence CVE CVE-2022-3171 https://www.cve.org/CVERecord?id=CVE-2022-3171 Référence CVE CVE-2022-3509 https://www.cve.org/CVERecord?id=CVE-2022-3509 Référence CVE CVE-2022-3510 https://www.cve.org/CVERecord?id=CVE-2022-3510 Référence CVE CVE-2022-36364 https://www.cve.org/CVERecord?id=CVE-2022-36364 Référence CVE CVE-2022-41862 https://www.cve.org/CVERecord?id=CVE-2022-41862 Référence CVE CVE-2022-41881 https://www.cve.org/CVERecord?id=CVE-2022-41881 Référence CVE CVE-2022-49846 https://www.cve.org/CVERecord?id=CVE-2022-49846 Référence CVE CVE-2023-1370 https://www.cve.org/CVERecord?id=CVE-202

Official advisory
CERT-FR · French · CERTFR-2024-AVI-0959Multiples vulnérabilités dans les produits NetApp

Record?id=CVE-2010-4756 Référence CVE CVE-2017-20162 https://www.cve.org/CVERecord?id=CVE-2017-20162 Référence CVE CVE-2017-20189 https://www.cve.org/CVERecord?id=CVE-2017-20189 Référence CVE CVE-2018-9466 https://www.cve.org/CVERecord?id=CVE-2018-9466 Référence CVE CVE-2021-20086 https://www.cve.org/CVERecord?id=CVE-2021-20086 Référence CVE CVE-2021-23358 https://www.cve.org/CVERecord?id=CVE-2021-23358 Référence CVE CVE-2021-3377 https://www.cve.org/CVERecord?id=CVE-2021-3377 Référence CVE CVE-2021-36770 https://www.cve.org/CVERecord?id=CVE-2021-36770 Référence CVE CVE-2022-24785 https://www.cve.org/CVERecord?id=CVE-2022-24785 Référence CVE CVE-2022-31129 https://www.cve.org/CVERecord?id=CVE-2022-31129 Référence CVE CVE-2022-3715 https://www.cve.org/CVERecord?id=CVE-2022-3715 Référence CVE CVE-2023-22067 https://www.cve.org/CVERecord?id=CVE-2023-22067 Référence CVE CVE-2023-22081 https://www.cve.org/CVERecord?id=CVE-2023-22081 Référence CVE CVE-2023-24998 https://www.cve.org/CVERecord?id=CVE-2023-24998 Référence CVE CVE-2023-26159 https://www.cve.org/CVERecord?id=CVE-2023-26159 Référence CVE CVE-2023-2976 https://www.cve.org/CVERecord?id=CVE-2023-2976 Référence CVE CVE-2023-33850 https://www.cve.org/CVERecord?id=CVE-2023-33850 Référence CVE CVE-2023-37466 https://www.cve.org/CVERecord?id=CVE-

Official advisory
CERT-FR · French · CERTFR-2024-AVI-0890Multiples vulnérabilités dans les produits Atlassian

De multiples vulnérabilités ont été découvertes dans les produits Atlassian. Elles permettent à un attaquant de provoquer un déni de service à distance, une injection de code indirecte à distance (XSS) et un contournement de la politique de sécurité.

Official advisory
CERT-FR · French · CERTFR-2024-AVI-0529Multiples vulnérabilités dans les produits IBM

ord?id=CVE-2021-20086 Référence CVE CVE-2021-23358 https://www.cve.org/CVERecord?id=CVE-2021-23358 Référence CVE CVE-2021-3377 https://www.cve.org/CVERecord?id=CVE-2021-3377 Référence CVE CVE-2021-36770 https://www.cve.org/CVERecord?id=CVE-2021-36770 Référence CVE CVE-2021-41973 https://www.cve.org/CVERecord?id=CVE-2021-41973 Référence CVE CVE-2022-24785 https://www.cve.org/CVERecord?id=CVE-2022-24785 Référence CVE CVE-2022-24903 https://www.cve.org/CVERecord?id=CVE-2022-24903 Référence CVE CVE-2022-25647 https://www.cve.org/CVERecord?id=CVE-2022-25647 Référence CVE CVE-2022-29622 https://www.cve.org/CVERecord?id=CVE-2022-29622 Référence CVE CVE-2022-31129 https://www.cve.org/CVERecord?id=CVE-2022-31129 Référence CVE CVE-2022-3715 https://www.cve.org/CVERecord?id=CVE-2022-3715 Référence CVE CVE-2023-22067 https://www.cve.org/CVERecord?id=CVE-2023-22067 Référence CVE CVE-2023-22081 https://www.cve.org/CVERecord?id=CVE-2023-22081 Référence CVE CVE-2023-24998 https://www.cve.org/CVERecord?id=CVE-2023-24998 Référence CVE CVE-2023-26159 https://www.cve.org/CVERecord?id=CVE-2023-26159 Référence CVE CVE-2023-2976 https://www.cve.org/CVERecord?id=CVE-2023-2976 Référence CVE CVE-2023-33850 https://www.cve.org/CVERecord?id=CVE-2023-33850 Référence CVE CVE-2023-37466 https://www.cve.org/CVERecord?id=CVE-

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0701Multiples vulnérabilités dans Splunk

d?id=CVE-2022-30115 Référence CVE CVE-2022-30580 https://www.cve.org/CVERecord?id=CVE-2022-30580 Référence CVE CVE-2022-30629 https://www.cve.org/CVERecord?id=CVE-2022-30629 Référence CVE CVE-2022-30630 https://www.cve.org/CVERecord?id=CVE-2022-30630 Référence CVE CVE-2022-30631 https://www.cve.org/CVERecord?id=CVE-2022-30631 Référence CVE CVE-2022-30632 https://www.cve.org/CVERecord?id=CVE-2022-30632 Référence CVE CVE-2022-30633 https://www.cve.org/CVERecord?id=CVE-2022-30633 Référence CVE CVE-2022-30634 https://www.cve.org/CVERecord?id=CVE-2022-30634 Référence CVE CVE-2022-30635 https://www.cve.org/CVERecord?id=CVE-2022-30635 Référence CVE CVE-2022-31129 https://www.cve.org/CVERecord?id=CVE-2022-31129 Référence CVE CVE-2022-3171 https://www.cve.org/CVERecord?id=CVE-2022-3171 Référence CVE CVE-2022-32148 https://www.cve.org/CVERecord?id=CVE-2022-32148 Référence CVE CVE-2022-32149 https://www.cve.org/CVERecord?id=CVE-2022-32149 Référence CVE CVE-2022-32189 https://www.cve.org/CVERecord?id=CVE-2022-32189 Référence CVE CVE-2022-32205 https://www.cve.org/CVERecord?id=CVE-2022-32205 Référence CVE CVE-2022-32206 https://www.cve.org/CVERecord?id=CVE-2022-32206 Référence CVE CVE-2022-32207 https://www.cve.org/CVERecord?id=CVE-2022-32207 Référence CVE CVE-2022-32208 https://www.cve.org/CVERecord?id=CV

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0428Multiples vulnérabilités dans les produits Splunk

d?id=CVE-2022-30115 Référence CVE CVE-2022-30580 https://www.cve.org/CVERecord?id=CVE-2022-30580 Référence CVE CVE-2022-30629 https://www.cve.org/CVERecord?id=CVE-2022-30629 Référence CVE CVE-2022-30630 https://www.cve.org/CVERecord?id=CVE-2022-30630 Référence CVE CVE-2022-30631 https://www.cve.org/CVERecord?id=CVE-2022-30631 Référence CVE CVE-2022-30632 https://www.cve.org/CVERecord?id=CVE-2022-30632 Référence CVE CVE-2022-30633 https://www.cve.org/CVERecord?id=CVE-2022-30633 Référence CVE CVE-2022-30634 https://www.cve.org/CVERecord?id=CVE-2022-30634 Référence CVE CVE-2022-30635 https://www.cve.org/CVERecord?id=CVE-2022-30635 Référence CVE CVE-2022-31129 https://www.cve.org/CVERecord?id=CVE-2022-31129 Référence CVE CVE-2022-32148 https://www.cve.org/CVERecord?id=CVE-2022-32148 Référence CVE CVE-2022-32189 https://www.cve.org/CVERecord?id=CVE-2022-32189 Référence CVE CVE-2022-32205 https://www.cve.org/CVERecord?id=CVE-2022-32205 Référence CVE CVE-2022-32206 https://www.cve.org/CVERecord?id=CVE-2022-32206 Référence CVE CVE-2022-32207 https://www.cve.org/CVERecord?id=CVE-2022-32207 Référence CVE CVE-2022-32208 https://www.cve.org/CVERecord?id=CVE-2022-32208 Référence CVE CVE-2022-32221 https://www.cve.org/CVERecord?id=CVE-2022-32221 Référence CVE CVE-2022-33987 https://www.cve.org/CVERecord?id=

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0362Multiples vulnérabilités dans les produits IBM

ord?id=CVE-2021-39036 Référence CVE CVE-2021-44906 https://www.cve.org/CVERecord?id=CVE-2021-44906 Référence CVE CVE-2022-0185 https://www.cve.org/CVERecord?id=CVE-2022-0185 Référence CVE CVE-2022-21680 https://www.cve.org/CVERecord?id=CVE-2022-21680 Référence CVE CVE-2022-21681 https://www.cve.org/CVERecord?id=CVE-2022-21681 Référence CVE CVE-2022-24434 https://www.cve.org/CVERecord?id=CVE-2022-24434 Référence CVE CVE-2022-24728 https://www.cve.org/CVERecord?id=CVE-2022-24728 Référence CVE CVE-2022-24729 https://www.cve.org/CVERecord?id=CVE-2022-24729 Référence CVE CVE-2022-25647 https://www.cve.org/CVERecord?id=CVE-2022-25647 Référence CVE CVE-2022-31129 https://www.cve.org/CVERecord?id=CVE-2022-31129 Référence CVE CVE-2022-3171 https://www.cve.org/CVERecord?id=CVE-2022-3171 Référence CVE CVE-2022-32212 https://www.cve.org/CVERecord?id=CVE-2022-32212 Référence CVE CVE-2022-32213 https://www.cve.org/CVERecord?id=CVE-2022-32213 Référence CVE CVE-2022-32214 https://www.cve.org/CVERecord?id=CVE-2022-32214 Référence CVE CVE-2022-32215 https://www.cve.org/CVERecord?id=CVE-2022-32215 Référence CVE CVE-2022-32223 https://www.cve.org/CVERecord?id=CVE-2022-32223 Référence CVE CVE-2022-34165 https://www.cve.org/CVERecord?id=CVE-2022-34165 Référence CVE CVE-2022-35255 https://www.cve.org/CVERecord?id=CV

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0286Multiples vulnérabilités dans les produits IBM

De multiples vulnérabilités ont été découvertes dans les produits IBM . Certaines d'entre elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur, une exécution de code arbitraire à distance et un déni de service à distance.

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0276Multiples vulnérabilités dans les produits IBM

d?id=CVE-2022-29900 Référence CVE CVE-2022-29901 https://www.cve.org/CVERecord?id=CVE-2022-29901 Référence CVE CVE-2022-30580 https://www.cve.org/CVERecord?id=CVE-2022-30580 Référence CVE CVE-2022-30629 https://www.cve.org/CVERecord?id=CVE-2022-30629 Référence CVE CVE-2022-30630 https://www.cve.org/CVERecord?id=CVE-2022-30630 Référence CVE CVE-2022-30631 https://www.cve.org/CVERecord?id=CVE-2022-30631 Référence CVE CVE-2022-30632 https://www.cve.org/CVERecord?id=CVE-2022-30632 Référence CVE CVE-2022-30633 https://www.cve.org/CVERecord?id=CVE-2022-30633 Référence CVE CVE-2022-30635 https://www.cve.org/CVERecord?id=CVE-2022-30635 Référence CVE CVE-2022-31129 https://www.cve.org/CVERecord?id=CVE-2022-31129 Référence CVE CVE-2022-31197 https://www.cve.org/CVERecord?id=CVE-2022-31197 Référence CVE CVE-2022-32148 https://www.cve.org/CVERecord?id=CVE-2022-32148 Référence CVE CVE-2022-32189 https://www.cve.org/CVERecord?id=CVE-2022-32189 Référence CVE CVE-2022-34917 https://www.cve.org/CVERecord?id=CVE-2022-34917 Référence CVE CVE-2022-36033 https://www.cve.org/CVERecord?id=CVE-2022-36033 Référence CVE CVE-2022-36364 https://www.cve.org/CVERecord?id=CVE-2022-36364 Référence CVE CVE-2022-3676 https://www.cve.org/CVERecord?id=CVE-2022-3676 Référence CVE CVE-2022-37598 https://www.cve.org/CVERecord?id=CV

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0240Multiples vulnérabilités dans les produits IBM

CVERecord?id=CVE-2022-24448 Référence CVE CVE-2022-24785 https://www.cve.org/CVERecord?id=CVE-2022-24785 Référence CVE CVE-2022-2586 https://www.cve.org/CVERecord?id=CVE-2022-2586 Référence CVE CVE-2022-2601 https://www.cve.org/CVERecord?id=CVE-2022-2601 Référence CVE CVE-2022-2639 https://www.cve.org/CVERecord?id=CVE-2022-2639 Référence CVE CVE-2022-28390 https://www.cve.org/CVERecord?id=CVE-2022-28390 Référence CVE CVE-2022-29244 https://www.cve.org/CVERecord?id=CVE-2022-29244 Référence CVE CVE-2022-29581 https://www.cve.org/CVERecord?id=CVE-2022-29581 Référence CVE CVE-2022-2964 https://www.cve.org/CVERecord?id=CVE-2022-2964 Référence CVE CVE-2022-31129 https://www.cve.org/CVERecord?id=CVE-2022-31129 Référence CVE CVE-2022-3171 https://www.cve.org/CVERecord?id=CVE-2022-3171 Référence CVE CVE-2022-3509 https://www.cve.org/CVERecord?id=CVE-2022-3509 Référence CVE CVE-2022-3517 https://www.cve.org/CVERecord?id=CVE-2022-3517 Référence CVE CVE-2022-36946 https://www.cve.org/CVERecord?id=CVE-2022-36946 Référence CVE CVE-2022-41717 https://www.cve.org/CVERecord?id=CVE-2022-41717 Référence CVE CVE-2022-42436 https://www.cve.org/CVERecord?id=CVE-2022-42436 Référence CVE CVE-2022-4379 https://www.cve.org/CVERecord?id=CVE-2022-4379 Référence CVE CVE-2022-46363 https://www.cve.org/CVERecord?id=CVE-2022

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0238Multiples vulnérabilités dans les produits IBM

De multiples vulnérabilités ont été découvertes dans les produits IBM . Elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, une injection de code indirecte à distance (XSS), une atteinte à la confidentialité des données, un contournement de la politique de sécurité et un déni de service à distance.

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0142Multiples vulnérabilités dans les produits Splunk

sécurité Splunk SVD-2023-0215 du 14 février 2023 https://advisory.splunk.com/advisories/SVD-2023-0215 Référence CVE CVE-2015-20107 https://www.cve.org/CVERecord?id=CVE-2015-20107 Référence CVE CVE-2021-21419 https://www.cve.org/CVERecord?id=CVE-2021-21419 Référence CVE CVE-2021-28957 https://www.cve.org/CVERecord?id=CVE-2021-28957 Référence CVE CVE-2021-3517 https://www.cve.org/CVERecord?id=CVE-2021-3517 Référence CVE CVE-2021-3518 https://www.cve.org/CVERecord?id=CVE-2021-3518 Référence CVE CVE-2021-3537 https://www.cve.org/CVERecord?id=CVE-2021-3537 Référence CVE CVE-2022-24785 https://www.cve.org/CVERecord?id=CVE-2022-24785 Référence CVE CVE-2022-31129 https://www.cve.org/CVERecord?id=CVE-2022-31129 Référence CVE CVE-2022-32212 https://www.cve.org/CVERecord?id=CVE-2022-32212 Référence CVE CVE-2023-22931 https://www.cve.org/CVERecord?id=CVE-2023-22931 Référence CVE CVE-2023-22932 https://www.cve.org/CVERecord?id=CVE-2023-22932 Référence CVE CVE-2023-22933 https://www.cve.org/CVERecord?id=CVE-2023-22933 Référence CVE CVE-2023-22934 https://www.cve.org/CVERecord?id=CVE-2023-22934 Référence CVE CVE-2023-22935 https://www.cve.org/CVERecord?id=CVE-2023-22935 Référence CVE CVE-2023-22936 https://www.cve.org/CVERecord?id=CVE-2023-22936 Référence CVE CVE-2023-22937 https://www.cve.org/CVERecord?id=

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0141Multiples vulnérabilités dans IBM QRadar Advisor

De multiples vulnérabilités ont été corrigées dans IBM QRadar Advisor . Elles permettent à un attaquant de provoquer un déni de service et une atteinte à la confidentialité des données.

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0061Multiples vulnérabilités dans Tenable.sc

De multiples vulnérabilités ont été découvertes dans Tenable.sc. Elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un contournement de la politique de sécurité et une injection de code indirecte à distance (XSS).

Official advisory
CERT-FR · French · CERTFR-2023-AVI-0034Multiples vulnérabilités dans les produits Oracle

Record?id=CVE-2021-3737 Référence CVE CVE-2021-3918 https://www.cve.org/CVERecord?id=CVE-2021-3918 Référence CVE CVE-2022-1941 https://www.cve.org/CVERecord?id=CVE-2022-1941 Référence CVE CVE-2022-22971 https://www.cve.org/CVERecord?id=CVE-2022-22971 Référence CVE CVE-2022-23219 https://www.cve.org/CVERecord?id=CVE-2022-23219 Référence CVE CVE-2022-24407 https://www.cve.org/CVERecord?id=CVE-2022-24407 Référence CVE CVE-2022-25647 https://www.cve.org/CVERecord?id=CVE-2022-25647 Référence CVE CVE-2022-25857 https://www.cve.org/CVERecord?id=CVE-2022-25857 Référence CVE CVE-2022-27782 https://www.cve.org/CVERecord?id=CVE-2022-27782 Référence CVE CVE-2022-31129 https://www.cve.org/CVERecord?id=CVE-2022-31129 Référence CVE CVE-2022-31692 https://www.cve.org/CVERecord?id=CVE-2022-31692 Référence CVE CVE-2022-3171 https://www.cve.org/CVERecord?id=CVE-2022-3171 Référence CVE CVE-2022-32221 https://www.cve.org/CVERecord?id=CVE-2022-32221 Référence CVE CVE-2022-37434 https://www.cve.org/CVERecord?id=CVE-2022-37434 Référence CVE CVE-2022-39429 https://www.cve.org/CVERecord?id=CVE-2022-39429 Référence CVE CVE-2022-40149 https://www.cve.org/CVERecord?id=CVE-2022-40149 Référence CVE CVE-2022-40150 https://www.cve.org/CVERecord?id=CVE-2022-40150 Référence CVE CVE-2022-40153 https://www.cve.org/CVERecord?id=CV

Official advisory
CERT-FR · French · CERTFR-2022-AVI-959Multiples vulnérabilités dans Tenable Nessus

De multiples vulnérabilités ont été découvertes dans Tenable Nessus. Certaines d'entre elles permettent à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur, une exécution de code arbitraire à distance et un déni de service à distance.

Official advisory
CERT-FR · French · CERTFR-2022-AVI-931Multiples vulnérabilités dans Oracle MySQL

d?id=CVE-2022-21625 Référence CVE CVE-2022-21632 https://www.cve.org/CVERecord?id=CVE-2022-21632 Référence CVE CVE-2022-21633 https://www.cve.org/CVERecord?id=CVE-2022-21633 Référence CVE CVE-2022-21635 https://www.cve.org/CVERecord?id=CVE-2022-21635 Référence CVE CVE-2022-21637 https://www.cve.org/CVERecord?id=CVE-2022-21637 Référence CVE CVE-2022-21638 https://www.cve.org/CVERecord?id=CVE-2022-21638 Référence CVE CVE-2022-21640 https://www.cve.org/CVERecord?id=CVE-2022-21640 Référence CVE CVE-2022-21641 https://www.cve.org/CVERecord?id=CVE-2022-21641 Référence CVE CVE-2022-29824 https://www.cve.org/CVERecord?id=CVE-2022-29824 Référence CVE CVE-2022-31129 https://www.cve.org/CVERecord?id=CVE-2022-31129 Référence CVE CVE-2022-32207 https://www.cve.org/CVERecord?id=CVE-2022-32207 Référence CVE CVE-2022-34305 https://www.cve.org/CVERecord?id=CVE-2022-34305 Référence CVE CVE-2022-35737 https://www.cve.org/CVERecord?id=CVE-2022-35737 Référence CVE CVE-2022-39400 https://www.cve.org/CVERecord?id=CVE-2022-39400 Référence CVE CVE-2022-39402 https://www.cve.org/CVERecord?id=CVE-2022-39402 Référence CVE CVE-2022-39403 https://www.cve.org/CVERecord?id=CVE-2022-39403 Référence CVE CVE-2022-39404 https://www.cve.org/CVERecord?id=CVE-2022-39404 Référence CVE CVE-2022-39408 https://www.cve.org/CVERecord?id=

Official advisory
CERT-FR · French · CERTFR-2022-AVI-886Multiples vulnérabilités dans les produits IBM

De multiples vulnérabilités ont été découvertes dans les produits IBM. Elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et un contournement de la politique de sécurité.

Official advisory
CERT-FR · French · CERTFR-2022-AVI-847Multiples vulnérabilités dans Tenable Nessus Network Monitor

De multiples vulnérabilités ont été découvertes dans Tenable Nessus Network Monitor. Elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et une atteinte à la confidentialité des données.

Official advisory
CERT-FR · French · CERTFR-2022-AVI-805Vulnérabilité dans Tenable.sc

Une vulnérabilité a été découverte dans Tenable.sc. Elle permet à un attaquant de provoquer un problème de sécurité non spécifié par l'éditeur.

Official advisory
CERT-FR · French · CERTFR-2022-AVI-780Multiples vulnérabilités dans Stormshield SMC

De multiples vulnérabilités ont été découvertes dans Stormshield Stormshield Management Center (SMC). Elles permettent à un attaquant de provoquer un déni de service.

Official advisory
CERT-FR · French · CERTFR-2022-AVI-691Vulnérabilité dans Tenable.sc

Une vulnérabilité a été découverte dans Tenable.sc. Elle permet à un attaquant de provoquer un déni de service à distance.

Official advisory
CERT-FR · French · CERTFR-2022-AVI-1119Multiples vulnérabilités dans Tenable Nessus Network Monitor

De multiples vulnérabilités ont été découvertes dans Tenable Nessus Network Monitor. Elles permettent à un attaquant de provoquer une exécution de code arbitraire à distance, un déni de service à distance et un contournement de la politique de sécurité.

Official advisory
03

Patch and workaround

Operational remediation based on structured source evidence.

Status
?Patch availability is based on structured fixed-version fields and authoritative update references. If no fix is verified, check the vendor advisory before making a change.
Patch available
Affected
servicemesh-grafana as a component of OpenShift Service Mesh 2.0; servicemesh-grafana-prometheus as a component of OpenShift Service Mesh 2.0; servicemesh-grafana.src as a component of OpenShift Service Mesh 2.0; servicemesh-grafana as a component of OpenShift Service Mesh 2.1; servicemesh-grafana.src as a component of OpenShift Service Mesh 2.1; rhacm2/application-ui-rhel8 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/console-api-rhel8 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/console-header-rhel8 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/console-rhel8 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/console-ui-rhel8 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/grc-ui-api-rhel8 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/grc-ui-rhel8 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/kui-web-terminal-rhel8 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/mcm-topology-rhel8 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/search-api-rhel8 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; rhacm2/search-ui-rhel8 as a component of Red Hat Advanced Cluster Management for Kubernetes 2; grafana as a component of Red Hat Ceph Storage 3; grafana.src as a component of Red Hat Ceph Storage 3; ceph-base as a component of Red Hat Ceph Storage 4; ceph-common as a component of Red Hat Ceph Storage 4; ceph-fuse as a component of Red Hat Ceph Storage 4; ceph-grafana-dashboards as a component of Red Hat Ceph Storage 4; ceph-mds as a component of Red Hat Ceph Storage 4; ceph-mgr as a component of Red Hat Ceph Storage 4; ceph-mgr-dashboard as a component of Red Hat Ceph Storage 4; ceph-mgr-diskprediction-local as a component of Red Hat Ceph Storage 4; ceph-mgr-k8sevents as a component of Red Hat Ceph Storage 4; ceph-mgr-rook as a component of Red Hat Ceph Storage 4; ceph-mon as a component of Red Hat Ceph Storage 4; ceph-osd as a component of Red Hat Ceph Storage 4; and 85 more
Fixed
grafana-0:5.2.4-6.el7rhgs.src as a component of Red Hat Gluster 3.5 Web Administration on RHEL-7; grafana-0:5.2.4-6.el7rhgs.x86_64 as a component of Red Hat Gluster 3.5 Web Administration on RHEL-7; rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.noarch as a component of Red Hat Single Sign-On 7.6 for RHEL 7 Server; rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el7sso.src as a component of Red Hat Single Sign-On 7.6 for RHEL 7 Server; rh-sso7-keycloak-server-0:18.0.6-1.redhat_00001.1.el7sso.noarch as a component of Red Hat Single Sign-On 7.6 for RHEL 7 Server; openshift-service-mesh/kiali-rhel8@sha256:0cdedca320b0b172a471f71d459c923a6d02713b5957ce0619fdbcddffa04c35_amd64 as a component of OpenShift Service Mesh 2.0; openshift-service-mesh/kiali-rhel8@sha256:5df5cad697437cb4e5ddd2a6039c8a9aaf5c03c88fbf368f34f3573c25400c3c_s390x as a component of OpenShift Service Mesh 2.0; openshift-service-mesh/kiali-rhel8@sha256:83277951b9a5b88f4306416c30d553de8aa4c3227c3befc84e447e65ecf2a7ff_ppc64le as a component of OpenShift Service Mesh 2.0; servicemesh-prometheus-0:2.14.0-18.el8.1.ppc64le as a component of OpenShift Service Mesh 2.0; servicemesh-prometheus-0:2.14.0-18.el8.1.s390x as a component of OpenShift Service Mesh 2.0; servicemesh-prometheus-0:2.14.0-18.el8.1.src as a component of OpenShift Service Mesh 2.0; servicemesh-prometheus-0:2.14.0-18.el8.1.x86_64 as a component of OpenShift Service Mesh 2.0; openshift-service-mesh/kiali-rhel8@sha256:309776e1e9092e2e174bbbc09013c38d6bf7b487ab3ba39cdd9204fb045049df_s390x as a component of OpenShift Service Mesh 2.1; openshift-service-mesh/kiali-rhel8@sha256:7927047d06a5b7a1163c79999b0696d08cd0727ec9be36a52ad4f9dddde24f9a_ppc64le as a component of OpenShift Service Mesh 2.1; openshift-service-mesh/kiali-rhel8@sha256:c246a67d05177f4aef4bd0bc843b78784261982fcd2a740eb34cc1a3782302d4_amd64 as a component of OpenShift Service Mesh 2.1; servicemesh-prometheus-0:2.23.0-9.el8.ppc64le as a component of OpenShift Service Mesh 2.1; servicemesh-prometheus-0:2.23.0-9.el8.s390x as a component of OpenShift Service Mesh 2.1; servicemesh-prometheus-0:2.23.0-9.el8.src as a component of OpenShift Service Mesh 2.1; servicemesh-prometheus-0:2.23.0-9.el8.x86_64 as a component of OpenShift Service Mesh 2.1; odf4/mcg-core-rhel8@sha256:25e9cf317088b7a827629cb40ee7f816994b465e86f3b2df5a97931cfa4eb40d_amd64 as a component of RHODF 4.11 for RHEL 8; odf4/mcg-core-rhel8@sha256:ab449f9f9aa1df48e076c283b19f32361ee5d531ffe13922401107095814708d_s390x as a component of RHODF 4.11 for RHEL 8; odf4/mcg-core-rhel8@sha256:d675998c5c475f799e937a3f90e59813d583e8f84a7f6759298ba92e50a9c288_ppc64le as a component of RHODF 4.11 for RHEL 8; rh-sso-7/sso76-openshift-rhel8@sha256:10450cf7e28d9b1628e95867562763019181a9a980e6e465fe69faf056a1cb60_ppc64le as a component of Middleware Containers for OpenShift; rh-sso-7/sso76-openshift-rhel8@sha256:19520720c6ff7acbfb4c8b1bc0d9353c2205bb640405f1d08f70ee14061f190f_amd64 as a component of Middleware Containers for OpenShift; rh-sso-7/sso76-openshift-rhel8@sha256:77e19865fa9031305daa8c9872eb273c6442748a9cd3d6628309721fbf781c21_s390x as a component of Middleware Containers for OpenShift; openshift-service-mesh/kiali-rhel8@sha256:0b257ea1f093cc346c29d28cc76042b8548960bc82828bbec32b2ef6bcc67748_amd64 as a component of RHOSSM 2.2 for RHEL 8; openshift-service-mesh/kiali-rhel8@sha256:24710c5393e55e60cdb647cae8339bdba54a2fb6f06bfa311e4a89786157525a_ppc64le as a component of RHOSSM 2.2 for RHEL 8; openshift-service-mesh/kiali-rhel8@sha256:bb40e220b9433a6cf6dfbd5ac1c2555cf15c27550eb1760da52a12d8c1296fcc_s390x as a component of RHOSSM 2.2 for RHEL 8; rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.noarch as a component of Red Hat Single Sign-On 7.6 for RHEL 8; rh-sso7-keycloak-0:18.0.6-1.redhat_00001.1.el8sso.src as a component of Red Hat Single Sign-On 7.6 for RHEL 8; and 12 more
Action
For details on how to apply this update, which includes the changes described in this advisory, refer to: https://access.redhat.com/articles/11258
Workaround
No verified workaround is recorded. If business-safe, reduce exposure to the affected interface and allow only trusted sources until authoritative guidance is available.
04

Evidence and provenance

Published 6 Jul 2022 · Last source change 3 Nov 2025, 21:46 UTC · CWE-400 · Uncontrolled Resource Consumption

CVE recordCVE.org · 5.2
CVSS sourceCNA
EPSS source
?The date BlackTree first stored a score for this CVE from the daily FIRST EPSS feed.
FIRST · tracked since 2026-08-14
European sourceENISA EUVD · EUVD-2022-6433
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCNA
NVD statusNVD modified after enrichment

Core structured fields are present and their contributing authorities are shown above.

Material change intelligence

What changed after publication

View recent updates →

No material field changes have been recorded since change tracking began. Routine source refreshes and cosmetic edits are intentionally excluded.

Material fields only · duplicate refreshes suppressed · history retained for the configured operational retention period
Technical terms and abbreviations used in this report
CVE
Common Vulnerabilities and Exposures: the public identifier for one disclosed vulnerability.
CVSS
Common Vulnerability Scoring System: a technical severity framework; it is not patching priority by itself.
EPSS
Exploit Prediction Scoring System: FIRST's estimate of the probability that exploitation activity will be observed in the next 30 days; it is a forecast, not confirmation.
CWE
Common Weakness Enumeration: the standard category describing the underlying software or hardware weakness.
CNA
CVE Numbering Authority: an organisation authorised to assign and publish CVE records.
CISA ADP
Cybersecurity and Infrastructure Security Agency Authorized Data Publisher: structured enrichment added to a CVE record.
NVD
National Vulnerability Database: NIST's enrichment service for CVE records.
CERT / CSIRT
A computer security incident response team that publishes warnings or coordinates incident response.
PoC
Proof of concept: public material that demonstrates or helps reproduce exploitation.
CSAF
Common Security Advisory Framework: a machine-readable format for security advisories.
LoTL
Living off the land: abuse of legitimate tools or system functions during an attack.
Free version - for non-commercial use only.CVE-2022-31129 · cve.blacktree.nl