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

The verify function in lib/elliptic/eddsa/index.js in the Elliptic package before 6.5.6 for Node.js omits "sig.S().gte(sig.eddsa.curve.n) || sig.S().isNeg()" validation

n/a · n/a

9.1CriticalCVSS 3.1
Recommended action
Within 72 hours

Critical technical impact with a remotely reachable, unauthenticated path; no CISA KEV confirmation is currently recorded.

Patch available
Distribution package intelligence

Ubuntu vendor package status

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

1 package state
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 · standard archivenode-ellipticUnder 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-2024-48949 · CSAF 2.0 · revision 3 · finalRed Hat Product Securityelliptic: Missing Validation in Elliptic's EDDSA Signature Verification
28 known affected

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

  • openshift-pipelines/pipelines-hub-api-rhel8 as a component of OpenShift Pipelines
  • openshift-pipelines/pipelines-hub-db-migration-rhel8 as a component of OpenShift Pipelines
  • openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines
  • 3scale-amp-system-container as a component of Red Hat 3scale API Management Platform 2
  • firefox as a component of Red Hat Enterprise Linux 6
  • firefox.src as a component of Red Hat Enterprise Linux 6
  • thunderbird as a component of Red Hat Enterprise Linux 6
  • thunderbird.src as a component of Red Hat Enterprise Linux 6
  • thunderbird as a component of Red Hat Enterprise Linux 7
  • thunderbird.src as a component of Red Hat Enterprise Linux 7
  • grafana as a component of Red Hat Enterprise Linux 8
  • grafana-azure-monitor as a component of Red Hat Enterprise Linux 8
Summary
A flaw was found in the Elliptic package. This vulnerability allows attackers to bypass EDDSA signature validation via improper handling of signature values where the S() component of the signature is not properly checked for being non-negative or smaller than the curve order.
Remediation
Before applying this update, make sure all previously released errata relevant to your system have been applied. For details on how to apply this update, 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-2024-2924

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 72 hours

Critical technical impact with a remotely reachable, unauthenticated path; no CISA KEV confirmation is currently recorded.

Patch available
01

What, why and how

The verify function in lib/elliptic/eddsa/index.js in the Elliptic package before 6.5.6 for Node.js omits "sig.S().gte(sig.eddsa.curve.n) || sig.S().isNeg()" validation.

What

The verify function in lib/elliptic/eddsa/index.js in the Elliptic package before 6.5.6 for Node.js omits "sig.S().gte(sig.eddsa.curve.n) || sig.S().isNeg()" validation.

Why

The product does not verify, or incorrectly verifies, the cryptographic signature for data.

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

The verify function in lib/elliptic/eddsa/index.js in the Elliptic package before 6.5.6 for Node.js omits "sig.S().gte(sig.eddsa.curve.n) || sig.S().isNeg()" validation.

Why

The product does not verify, or incorrectly verifies, the cryptographic signature for data.

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.
None recorded

No exploit-tagged reference or CISA SSVC proof-of-concept state is currently recorded. Research may still exist outside the structured feeds.

Likely attack path
a network path → Improper Verification of Cryptographic Signature → 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-347

CWE-347: Improper Verification of Cryptographic Signature. The product does not verify, or incorrectly verifies, the cryptographic signature for data.

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:H/I:H/A:N

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.CHighConfidentiality impact: A successful attack can cause a major loss.IHighIntegrity impact: A successful attack can cause a major loss.ANoneAvailability impact: No direct loss is represented by this metric.
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-347
A

Official authority intelligence

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

BSI · German · WID-SEC-W-2025-0043IBM QRadar SIEM (Log Source Management App): Mehrere Schwachstellen

Ein entfernter anonymer Angreifer kann mehrere Schwachstellen in IBM QRadar SIEM ausnutzen, um einen Cross-Site-Scripting-Angriff zu starten, beliebigen Code auszuführen, einen Denial-of-Service-Zustand zu erzeugen, Daten zu manipulieren, vertrauliche Informationen offenzulegen und Sicherheitsmaßnahmen zu umgehen.

Official advisory
BSI · German · WID-SEC-W-2024-3542Red Hat OpenShift: Mehrere Schwachstellen

Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat OpenShift ausnutzen, um Dateien zu manipulieren, um Sicherheitsmaßnahmen zu umgehen, einen Denial-of-Service-Zustand zu erzeugen, beliebigen Code auszuführen und einen Cross-Site-Scripting-Angriff durchzuführen.

Official advisory
BSI · German · WID-SEC-W-2024-3285IBM App Connect Enterprise: Mehrere Schwachstellen ermöglichen Umgehen von Sicherheitsvorkehrungen

Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in IBM App Connect Enterprise ausnutzen, um Sicherheitsvorkehrungen zu umgehen.

Official advisory
BSI · German · WID-SEC-W-2024-3148Red Hat Enterprise Linux (Advanced Cluster Management): Mehrere Schwachstellen

Ein entfernter, anonymer Angreifer kann mehrere Schwachstellen in Red Hat Enterprise Linux ausnutzen, um Sicherheitsvorkehrungen zu umgehen oder einen nicht spezifizierten Angriff durchzuführen.

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

rd?id=CVE-2024-4068 Référence CVE CVE-2024-41761 https://www.cve.org/CVERecord?id=CVE-2024-41761 Référence CVE CVE-2024-41762 https://www.cve.org/CVERecord?id=CVE-2024-41762 Référence CVE CVE-2024-45338 https://www.cve.org/CVERecord?id=CVE-2024-45338 Référence CVE CVE-2024-45663 https://www.cve.org/CVERecord?id=CVE-2024-45663 Référence CVE CVE-2024-47072 https://www.cve.org/CVERecord?id=CVE-2024-47072 Référence CVE CVE-2024-47118 https://www.cve.org/CVERecord?id=CVE-2024-47118 Référence CVE CVE-2024-47535 https://www.cve.org/CVERecord?id=CVE-2024-47535 Référence CVE CVE-2024-48948 https://www.cve.org/CVERecord?id=CVE-2024-48948 Référence CVE CVE-2024-48949 https://www.cve.org/CVERecord?id=CVE-2024-48949 Référence CVE CVE-2024-51744 https://www.cve.org/CVERecord?id=CVE-2024-51744 Référence CVE CVE-2024-57699 https://www.cve.org/CVERecord?id=CVE-2024-57699 Référence CVE CVE-2024-57965 https://www.cve.org/CVERecord?id=CVE-2024-57965 Référence CVE CVE-2024-6763 https://www.cve.org/CVERecord?id=CVE-2024-6763 Référence CVE CVE-2024-7348 https://www.cve.org/CVERecord?id=CVE-2024-7348 Référence CVE CVE-2025-11083 https://www.cve.org/CVERecord?id=CVE-2025-11083 Référence CVE CVE-2025-12758 https://www.cve.org/CVERecord?id=CVE-2025-12758 Référence CVE CVE-2025-14914 https://www.cve.org/CVERecord?id=CVE-

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

ord?id=CVE-2024-36114 Référence CVE CVE-2024-4067 https://www.cve.org/CVERecord?id=CVE-2024-4067 Référence CVE CVE-2024-43799 https://www.cve.org/CVERecord?id=CVE-2024-43799 Référence CVE CVE-2024-43800 https://www.cve.org/CVERecord?id=CVE-2024-43800 Référence CVE CVE-2024-45490 https://www.cve.org/CVERecord?id=CVE-2024-45490 Référence CVE CVE-2024-45491 https://www.cve.org/CVERecord?id=CVE-2024-45491 Référence CVE CVE-2024-45492 https://www.cve.org/CVERecord?id=CVE-2024-45492 Référence CVE CVE-2024-45813 https://www.cve.org/CVERecord?id=CVE-2024-45813 Référence CVE CVE-2024-48948 https://www.cve.org/CVERecord?id=CVE-2024-48948 Référence CVE CVE-2024-48949 https://www.cve.org/CVERecord?id=CVE-2024-48949 Référence CVE CVE-2024-49766 https://www.cve.org/CVERecord?id=CVE-2024-49766 Référence CVE CVE-2024-49767 https://www.cve.org/CVERecord?id=CVE-2024-49767 Référence CVE CVE-2024-49828 https://www.cve.org/CVERecord?id=CVE-2024-49828 Référence CVE CVE-2024-50602 https://www.cve.org/CVERecord?id=CVE-2024-50602 Référence CVE CVE-2024-51473 https://www.cve.org/CVERecord?id=CVE-2024-51473 Référence CVE CVE-2024-51479 https://www.cve.org/CVERecord?id=CVE-2024-51479 Référence CVE CVE-2024-51504 https://www.cve.org/CVERecord?id=CVE-2024-51504 Référence CVE CVE-2024-52894 https://www.cve.org/CVERecord?id=

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

d?id=CVE-2024-32002 Référence CVE CVE-2024-34064 https://www.cve.org/CVERecord?id=CVE-2024-34064 Référence CVE CVE-2024-38999 https://www.cve.org/CVERecord?id=CVE-2024-38999 Référence CVE CVE-2024-39338 https://www.cve.org/CVERecord?id=CVE-2024-39338 Référence CVE CVE-2024-45230 https://www.cve.org/CVERecord?id=CVE-2024-45230 Référence CVE CVE-2024-45337 https://www.cve.org/CVERecord?id=CVE-2024-45337 Référence CVE CVE-2024-45338 https://www.cve.org/CVERecord?id=CVE-2024-45338 Référence CVE CVE-2024-45801 https://www.cve.org/CVERecord?id=CVE-2024-45801 Référence CVE CVE-2024-47875 https://www.cve.org/CVERecord?id=CVE-2024-47875 Référence CVE CVE-2024-48949 https://www.cve.org/CVERecord?id=CVE-2024-48949 Référence CVE CVE-2024-49767 https://www.cve.org/CVERecord?id=CVE-2024-49767 Référence CVE CVE-2024-52616 https://www.cve.org/CVERecord?id=CVE-2024-52616 Référence CVE CVE-2024-52804 https://www.cve.org/CVERecord?id=CVE-2024-52804 Référence CVE CVE-2024-6345 https://www.cve.org/CVERecord?id=CVE-2024-6345 Référence CVE CVE-2024-7264 https://www.cve.org/CVERecord?id=CVE-2024-7264 Référence CVE CVE-2024-8096 https://www.cve.org/CVERecord?id=CVE-2024-8096 Référence CVE CVE-2024-9143 https://www.cve.org/CVERecord?id=CVE-2024-9143 Référence CVE CVE-2024-9681 https://www.cve.org/CVERecord?id=CVE-2024-

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

d?id=CVE-2024-43799 Référence CVE CVE-2024-43800 https://www.cve.org/CVERecord?id=CVE-2024-43800 Référence CVE CVE-2024-45296 https://www.cve.org/CVERecord?id=CVE-2024-45296 Référence CVE CVE-2024-45590 https://www.cve.org/CVERecord?id=CVE-2024-45590 Référence CVE CVE-2024-45801 https://www.cve.org/CVERecord?id=CVE-2024-45801 Référence CVE CVE-2024-47068 https://www.cve.org/CVERecord?id=CVE-2024-47068 Référence CVE CVE-2024-47764 https://www.cve.org/CVERecord?id=CVE-2024-47764 Référence CVE CVE-2024-47875 https://www.cve.org/CVERecord?id=CVE-2024-47875 Référence CVE CVE-2024-48948 https://www.cve.org/CVERecord?id=CVE-2024-48948 Référence CVE CVE-2024-48949 https://www.cve.org/CVERecord?id=CVE-2024-48949 Référence CVE CVE-2024-52798 https://www.cve.org/CVERecord?id=CVE-2024-52798 Référence CVE CVE-2024-55565 https://www.cve.org/CVERecord?id=CVE-2024-55565 Gestion détaillée du document le 17 janvier 2025 Version initiale Alertes Avis Bulletins d’actualités Mentions légales Conditions générales À propos Contact cyber.gouv.fr service-public.fr legifrance.gouv.fr info.gouv.fr france.fr info.gouv.fr/risques Premier Ministre / Secrétariat Général de la Défense et de la Sécurité Nationale / Agence nationale de la sécurité des systèmes d'information

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

d?id=CVE-2024-43796 Référence CVE CVE-2024-43799 https://www.cve.org/CVERecord?id=CVE-2024-43799 Référence CVE CVE-2024-43800 https://www.cve.org/CVERecord?id=CVE-2024-43800 Référence CVE CVE-2024-45296 https://www.cve.org/CVERecord?id=CVE-2024-45296 Référence CVE CVE-2024-45491 https://www.cve.org/CVERecord?id=CVE-2024-45491 Référence CVE CVE-2024-45590 https://www.cve.org/CVERecord?id=CVE-2024-45590 Référence CVE CVE-2024-47175 https://www.cve.org/CVERecord?id=CVE-2024-47175 Référence CVE CVE-2024-47554 https://www.cve.org/CVERecord?id=CVE-2024-47554 Référence CVE CVE-2024-47764 https://www.cve.org/CVERecord?id=CVE-2024-47764 Référence CVE CVE-2024-48949 https://www.cve.org/CVERecord?id=CVE-2024-48949 Référence CVE CVE-2024-51504 https://www.cve.org/CVERecord?id=CVE-2024-51504 Référence CVE CVE-2024-52316 https://www.cve.org/CVERecord?id=CVE-2024-52316 Référence CVE CVE-2024-52317 https://www.cve.org/CVERecord?id=CVE-2024-52317 Référence CVE CVE-2024-52318 https://www.cve.org/CVERecord?id=CVE-2024-52318 Référence CVE CVE-2024-5535 https://www.cve.org/CVERecord?id=CVE-2024-5535 Référence CVE CVE-2024-6119 https://www.cve.org/CVERecord?id=CVE-2024-6119 Référence CVE CVE-2024-7006 https://www.cve.org/CVERecord?id=CVE-2024-7006 Référence CVE CVE-2024-7264 https://www.cve.org/CVERecord?id=CVE-202

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
openshift-pipelines/pipelines-hub-api-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-db-migration-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; 3scale-amp-system-container as a component of Red Hat 3scale API Management Platform 2; firefox as a component of Red Hat Enterprise Linux 6; firefox.src as a component of Red Hat Enterprise Linux 6; thunderbird as a component of Red Hat Enterprise Linux 6; thunderbird.src as a component of Red Hat Enterprise Linux 6; thunderbird as a component of Red Hat Enterprise Linux 7; thunderbird.src as a component of Red Hat Enterprise Linux 7; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; grafana-prometheus as a component of Red Hat Enterprise Linux 8; grafana-selinux as a component of Red Hat Enterprise Linux 8; grafana-stackdriver as a component of Red Hat Enterprise Linux 8; grafana.src as a component of Red Hat Enterprise Linux 8; openshift4/ose-console-rhel9 as a component of Red Hat OpenShift Container Platform 4; ocs4/mcg-core-rhel8 as a component of Red Hat Openshift Container Storage 4; openshift-gitops-1/argo-rollouts-rhel8 as a component of Red Hat OpenShift GitOps
Fixed
rhacm2/acm-cluster-permission-rhel8@sha256:1c8caec4ce409113dd9e7556bc9e454a884181a80012eba214f48f0cc87c5cfd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-cluster-permission-rhel8@sha256:72d2b61261acf76e06ef2ff3cd148e10f3bb34dfe8d808705e8e8c33b2c8e747_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-cluster-permission-rhel8@sha256:9ad88254b62951d22283fca6350f396b8e3666858ddbba366385c0a302939629_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-cluster-permission-rhel8@sha256:f537efa449916a6e30f396d38099c7720f1cc9df518a8b0bade623265551030f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:43b74eb0dafc0a8ca9eb54ef61123c11afd166255f9d1dc9ea94eefce51126c4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:74318a0f7ec6450147d4278ce16f3f9e44e5948047a285b278f2339dab8a8143_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:b5ae44b5aefe821fb0d44a64620d9bac3eff81346980ef9d97b999e1030e63b8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:d29df3bb0e17002057c795c2aff61f0e9613161f7b801b626b82be8a8179bb00_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:0855cd249b6e585a4aa0b13d596abf6dee6a0e0db506552608dc92f19ed08acc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:b743dde376ba398c828904bf6dded2c9ed17fdc4f7f3c1902b2a3d4fb493cf01_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:ccf61b0dad54ea979eda40cc6564c2c4d8c1e0184f03fe9c9d41b82d999c6f00_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:edcb5c18ac4ee2399b7388fa90d3df5b0ad5c98376726c9f80619f1877572c2b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-grafana-rhel8@sha256:900e022de6f0c959bc53b2253a2e0e2c105b3d4124419a16b4fb54a557078173_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-grafana-rhel8@sha256:95a8624cb4ebb7c43eca56f59b0f81ef6159e25d9a2ec2647566a3dca196ee70_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-grafana-rhel8@sha256:a4843f7b5791597335d5a4ff0ef1f64f29168e150657b40a525e4d03596322b7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-grafana-rhel8@sha256:c4d9478b93d93373030ef500c968f35aafa1aef24a08f865e98668e3786a5a0f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-must-gather-rhel8@sha256:5a16e53a265e3bbe9c2b23f5a756f3901053ca6bcf2d654dbe156eb01be85946_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-must-gather-rhel8@sha256:5d2b57e043b46cdf71bd53bead0e6bebb448881cfdcc1e2da14bacd11174f365_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-must-gather-rhel8@sha256:cea6978bc0b5ba59bfe71206adb21d060678434c82b70186c9cbbca287f787cd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-must-gather-rhel8@sha256:d5e65f56afd3d4cd4d67e068936f8be05e6b7334feb880bd535e92b613dd4642_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-operator-bundle@sha256:271ed0c5434f5820c32692ad75ce24fa820536087bc6d47270a9bfa5b22f610b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-operator-bundle@sha256:354205272a1834466ef66ad4147c4260f458f24fb6337e8984f60c8f0023dab7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-operator-bundle@sha256:5866f2d1a7e4d7f47ae20c4b095b84d775746a05b8b830dd4b18ec2a16440ba6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-prometheus-config-reloader-rhel8@sha256:833842764ca7579a7b2877382f8f28ef28750865ed9dcf74d2106eb288109f88_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-prometheus-config-reloader-rhel8@sha256:dae65df2c658c53edf18a55f08fc0543de2db343108e47085ac0ca23a7c247f8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f0003a4ce59af9427c02f0648149296bc4f28807072cf399decbb0d39eb911ca_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-prometheus-config-reloader-rhel8@sha256:ffc0d530198f65b76d5c7107fd680f405260299ccac8418a07e8a79e27dc3461_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-prometheus-rhel8@sha256:12ee729f766cd0eb6acf55b03cdbc740cbb3aeb120fa881408099deb7d9b03e3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-prometheus-rhel8@sha256:27276baa2ce5e91c42ab5092fc76d220f0ebbb54c1f5ff57daa33dca4434deb1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-prometheus-rhel8@sha256:7a1384a795e0b6db853a9be7dca13d32ad8cc5d987d3a1ad8744cdeaf3a54b2b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; and 720 more
Action
Before applying this update, make sure all previously released errata relevant to your system have been applied. For details on how to apply this update, 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 10 Oct 2024 · Last source change 25 Nov 2025, 15:42 UTC · CWE-347 · Improper Verification of Cryptographic Signature

CVE recordCVE.org · 5.2
CVSS sourceNIST NVD
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-2024-2924
Product sourceVendor CSAF · Red Hat Product Security
Remediation sourceVendor CSAF · Red Hat Product Security
CWE sourceCISA ADP
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 →
  1. Affected versionsThe structured affected or fixed version information changed.
    Before
    openshift-pipelines/pipelines-hub-api-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-db-migration-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; 3scale-amp-system-container as a component of Red Hat 3scale API Management Platform 2; firefox as a component of Red Hat Enterprise Linux 6; firefox.src as a component of Red Hat Enterprise Linux 6; thunderbird as a component of Red Hat Enterprise Linux 6; thunderbird.src as a component of Red Hat Enterprise Linux 6; thunderbird as a component of Red Hat Enterprise Linux 7; thunderbird.src as a component of Red Hat Enterprise Linux 7; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; grafana-prometheus as a component of Red Hat Enterprise Linux 8; grafana-selinux as a component of Red Hat Enterprise Linux 8; grafana-stackdriver as a component of Red Hat Enterprise Linux 8; grafana.src as a component of Red Hat Enterprise Linux 8; openshift4/ose-console as a component of Red Hat OpenShift Container Platform 4; ocs4/mcg-core-rhel8 as a component of Red Hat Openshift Container Storage 4; openshift-gitops-1/argo-rollouts-rhel8 as a component of Red Hat OpenShift GitOps · Fixed: rhacm2/acm-cluster-permission-rhel8@sha256:1c8caec4ce409113dd9e7556bc9e454a884181a80012eba214f48f0cc87c5cfd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-cluster-permission-rhel8@sha256:72d2b61261acf76e06ef2ff3cd148e10f3bb34dfe8d808705e8e8c33b2c8e747_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-cluster-permission-rhel8@sha256:9ad88254b62951d22283fca6350f396b8e3666858ddbba366385c0a302939629_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-cluster-permission-rhel8@sha256:f537efa449916a6e30f396d38099c7720f1cc9df518a8b0bade623265551030f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:43b74eb0dafc0a8ca9eb54ef61123c11afd166255f9d1dc9ea94eefce51126c4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:74318a0f7ec6450147d4278ce16f3f9e44e5948047a285b278f2339dab8a8143_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:b5ae44b5aefe821fb0d44a64620d9bac3eff81346980ef9d97b999e1030e63b8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:d29df3bb0e17002057c795c2aff61f0e9613161f7b801b626b82be8a8179bb00_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:0855cd249b6e585a4aa0b13d596abf6dee6a0e0db506552608dc92f19ed08acc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:b743dde376ba398c828904bf6dded2c9ed17fdc4f7f3c1902b2a3d4fb493cf01_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:ccf61b0dad54ea979eda40cc6564c2c4d8c1e0184f03fe9c9d41b82d999c6f00_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:edcb5c18ac4ee2399b7388fa90d3df5b0ad5c98376726c9f80619f1877572c2b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-grafana-rhel8@sha256:900e022de6f0c959bc53b2253a2e0e2c105b3d4124419a16b4fb54a557078173_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-grafana-rhel8@sha256:95a8624cb4ebb7c43eca56f59b0f81ef6159e25d9a2ec2647566a3dca196ee70_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-grafana-rhel8@sha256:a4843f7b5791597335d5a4ff0ef1f64f29168e150657b40a525e4d03596322b7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-grafana-rhel8@sha256:c4d9478b93d93373030ef500c968f35aafa1aef24a08f865e98668e3786a5a0f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-must-gather-rhel8@sha256:5a16e53a265e3bbe9c2b23f5a756f3901053ca6bcf2d654dbe156eb01be85946_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-must-gather-rhel8@sha256:5d2b57e043b46cdf71bd53bead0e6bebb448881cfdcc1e2da14bacd11174f365_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-must-gather-rhel8@sha256:cea6978bc0b5ba59bfe71206adb21d060678434c82b70186c9cbbca287f787cd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-must-gather-rhel8@sha256:d5e65f56afd3d4cd4d67e068936f8be05e6b7334feb880bd535e92b613dd4642_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-operator-bundle@sha256:271ed0c5434f5820c32692ad75ce24fa820536087bc6d47270a9bfa5b22f610b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-operator-bundle@sha256:354205272a1834466ef66ad4147c4260f458f24fb6337e8984f60c8f0023dab7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-operator-bundle@sha256:5866f2d1a7e4d7f47ae20c4b095b84d775746a05b8b830dd4b18ec2a16440ba6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-prometheus-config-reloader-rhel8@sha256:833842764ca7579a7b2877382f8f28ef28750865ed9dcf74d2106eb288109f88_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-prometheus-config-reloader-rhel8@sha256:dae65df2c658c53edf18a55f08fc0543de2db343108e47085ac0ca23a7c247f8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f0003a4ce59af9427c02f0648149296bc4f28807072cf399decbb0d39eb911ca_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-prometheus-config-reloader-rhel8@sha256:ffc0d530198f65b76d5c7107fd680f405260299ccac8418a07e8a79e27dc3461_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-prometheus-rhel8@sha256:12ee729f766cd0eb6acf55b03cdbc740cbb3aeb120fa881408099deb7d9b03e3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-prometheus-rhel8@sha256:27276baa2ce5e91c42ab5092fc76d220f0ebbb54c1f5ff57daa33dca4434deb1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-prometheus-rhel8@sha256:7a1384a795e0b6db853a9be7dca13d32ad8cc5d987d3a1ad8744cdeaf3a54b2b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; and 720 more
    After
    openshift-pipelines/pipelines-hub-api-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-db-migration-rhel8 as a component of OpenShift Pipelines; openshift-pipelines/pipelines-hub-ui-rhel8 as a component of OpenShift Pipelines; 3scale-amp-system-container as a component of Red Hat 3scale API Management Platform 2; firefox as a component of Red Hat Enterprise Linux 6; firefox.src as a component of Red Hat Enterprise Linux 6; thunderbird as a component of Red Hat Enterprise Linux 6; thunderbird.src as a component of Red Hat Enterprise Linux 6; thunderbird as a component of Red Hat Enterprise Linux 7; thunderbird.src as a component of Red Hat Enterprise Linux 7; grafana as a component of Red Hat Enterprise Linux 8; grafana-azure-monitor as a component of Red Hat Enterprise Linux 8; grafana-cloudwatch as a component of Red Hat Enterprise Linux 8; grafana-elasticsearch as a component of Red Hat Enterprise Linux 8; grafana-graphite as a component of Red Hat Enterprise Linux 8; grafana-influxdb as a component of Red Hat Enterprise Linux 8; grafana-loki as a component of Red Hat Enterprise Linux 8; grafana-mssql as a component of Red Hat Enterprise Linux 8; grafana-mysql as a component of Red Hat Enterprise Linux 8; grafana-opentsdb as a component of Red Hat Enterprise Linux 8; grafana-postgres as a component of Red Hat Enterprise Linux 8; grafana-prometheus as a component of Red Hat Enterprise Linux 8; grafana-selinux as a component of Red Hat Enterprise Linux 8; grafana-stackdriver as a component of Red Hat Enterprise Linux 8; grafana.src as a component of Red Hat Enterprise Linux 8; openshift4/ose-console-rhel9 as a component of Red Hat OpenShift Container Platform 4; ocs4/mcg-core-rhel8 as a component of Red Hat Openshift Container Storage 4; openshift-gitops-1/argo-rollouts-rhel8 as a component of Red Hat OpenShift GitOps · Fixed: rhacm2/acm-cluster-permission-rhel8@sha256:1c8caec4ce409113dd9e7556bc9e454a884181a80012eba214f48f0cc87c5cfd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-cluster-permission-rhel8@sha256:72d2b61261acf76e06ef2ff3cd148e10f3bb34dfe8d808705e8e8c33b2c8e747_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-cluster-permission-rhel8@sha256:9ad88254b62951d22283fca6350f396b8e3666858ddbba366385c0a302939629_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-cluster-permission-rhel8@sha256:f537efa449916a6e30f396d38099c7720f1cc9df518a8b0bade623265551030f_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:43b74eb0dafc0a8ca9eb54ef61123c11afd166255f9d1dc9ea94eefce51126c4_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:74318a0f7ec6450147d4278ce16f3f9e44e5948047a285b278f2339dab8a8143_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:b5ae44b5aefe821fb0d44a64620d9bac3eff81346980ef9d97b999e1030e63b8_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-addon-controller-rhel8@sha256:d29df3bb0e17002057c795c2aff61f0e9613161f7b801b626b82be8a8179bb00_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:0855cd249b6e585a4aa0b13d596abf6dee6a0e0db506552608dc92f19ed08acc_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:b743dde376ba398c828904bf6dded2c9ed17fdc4f7f3c1902b2a3d4fb493cf01_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:ccf61b0dad54ea979eda40cc6564c2c4d8c1e0184f03fe9c9d41b82d999c6f00_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-governance-policy-framework-addon-rhel8@sha256:edcb5c18ac4ee2399b7388fa90d3df5b0ad5c98376726c9f80619f1877572c2b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-grafana-rhel8@sha256:900e022de6f0c959bc53b2253a2e0e2c105b3d4124419a16b4fb54a557078173_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-grafana-rhel8@sha256:95a8624cb4ebb7c43eca56f59b0f81ef6159e25d9a2ec2647566a3dca196ee70_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-grafana-rhel8@sha256:a4843f7b5791597335d5a4ff0ef1f64f29168e150657b40a525e4d03596322b7_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-grafana-rhel8@sha256:c4d9478b93d93373030ef500c968f35aafa1aef24a08f865e98668e3786a5a0f_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-must-gather-rhel8@sha256:5a16e53a265e3bbe9c2b23f5a756f3901053ca6bcf2d654dbe156eb01be85946_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-must-gather-rhel8@sha256:5d2b57e043b46cdf71bd53bead0e6bebb448881cfdcc1e2da14bacd11174f365_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-must-gather-rhel8@sha256:cea6978bc0b5ba59bfe71206adb21d060678434c82b70186c9cbbca287f787cd_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-must-gather-rhel8@sha256:d5e65f56afd3d4cd4d67e068936f8be05e6b7334feb880bd535e92b613dd4642_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-operator-bundle@sha256:271ed0c5434f5820c32692ad75ce24fa820536087bc6d47270a9bfa5b22f610b_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-operator-bundle@sha256:354205272a1834466ef66ad4147c4260f458f24fb6337e8984f60c8f0023dab7_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-operator-bundle@sha256:5866f2d1a7e4d7f47ae20c4b095b84d775746a05b8b830dd4b18ec2a16440ba6_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-prometheus-config-reloader-rhel8@sha256:833842764ca7579a7b2877382f8f28ef28750865ed9dcf74d2106eb288109f88_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-prometheus-config-reloader-rhel8@sha256:dae65df2c658c53edf18a55f08fc0543de2db343108e47085ac0ca23a7c247f8_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-prometheus-config-reloader-rhel8@sha256:f0003a4ce59af9427c02f0648149296bc4f28807072cf399decbb0d39eb911ca_s390x as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-prometheus-config-reloader-rhel8@sha256:ffc0d530198f65b76d5c7107fd680f405260299ccac8418a07e8a79e27dc3461_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-prometheus-rhel8@sha256:12ee729f766cd0eb6acf55b03cdbc740cbb3aeb120fa881408099deb7d9b03e3_amd64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-prometheus-rhel8@sha256:27276baa2ce5e91c42ab5092fc76d220f0ebbb54c1f5ff57daa33dca4434deb1_arm64 as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; rhacm2/acm-prometheus-rhel8@sha256:7a1384a795e0b6db853a9be7dca13d32ad8cc5d987d3a1ad8744cdeaf3a54b2b_ppc64le as a component of Red Hat Advanced Cluster Management for Kubernetes 2.9 for RHEL 8; and 720 more
    Red Hat Product Security
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-2024-48949 · cve.blacktree.nl