CVE-2023-48795
Public on
Last Modified:
Description
A flaw was found in the SSH channel integrity. By manipulating sequence numbers during the handshake, an attacker can remove the initial messages on the secure channel without causing a MAC failure. For example, an attacker could disable the ping extension and thus disable the new countermeasure in OpenSSH 9.5 against keystroke timing attacks.
Statement
This CVE is classified as moderate because the attack requires an active Man-in-the-Middle (MITM) who can intercept and modify the connection's traffic at the TCP/IP layer.
Although the attack is cryptographically innovative, its security impact is fortunately quite limited. It only allows the deletion of consecutive messages, and deleting most messages at this protocol stage prevents user authentication from proceeding, leading to a stalled connection.
The most significant identified impact is that it enables a MITM to delete the SSH2_MSG_EXT_INFO message sent before authentication begins. This allows the attacker to disable a subset of keystroke timing obfuscation features. However, there is no other observable impact on session secrecy or session integrity.
Mitigation
Update to the last version and check that client and server provide kex pseudo-algorithms indicating usage of the updated version of the protocol which is protected from the attack. If "kex-strict-c-v00@openssh.com" is provided by clients and "kex-strict-s-v00@openssh.com" is in the server's reply, no other steps are necessary.
Disabling ciphers if necessary:
If "kex-strict-c-v00@openssh.com" is not provided by clients or "kex-strict-s-v00@openssh.com" is absent in the server's reply, you can disable the following ciphers and HMACs as a workaround on RHEL-8 and RHEL-9:
1. chacha20-poly1305@openssh.com
2. hmac-sha2-512-etm@openssh.com
3. hmac-sha2-256-etm@openssh.com
4. hmac-sha1-etm@openssh.com
5. hmac-md5-etm@openssh.com
To do that through crypto-policies, one can apply a subpolicy with the following content:
cipher@SSH = -CHACHA20-POLY1305e.g., by putting these lines into `/etc/crypto-policies/policies/modules/CVE-2023-48795.pmod`, applying the resulting subpolicy with `update-crypto-policies --set $(update-crypto-policies --show):CVE-2023-48795` and restarting openssh server.
ssh_etm = 0
One can verify that the changes are in effect by ensuring the ciphers listed above are missing from both `/etc/crypto-policies/back-ends/openssh.config` and `/etc/crypto-policies/back-ends/opensshserver.config`.
For more details on using crypto-policies, please refer to https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening
Note that this procedure does limit the interoperability of the host and is only suggested as a temporary mitigation until the issue is fully resolved with an update.
For RHEL-7:
We can recommend to use strict MACs and Ciphers on RHEL7 in both files /etc/ssh/ssh_config and /etc/ssh/sshd_config.
Below strict set of Ciphers and MACs can be used as mitigation for RHEL 7.
Ciphers aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
MACs umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512
- For Openshift Container Platform 4:
Please refer the KCS[1] document for verifying the fix in RHCOS.
Additional Information
- This content is not included.Bugzilla 2254210: ssh: Prefix truncation attack on Binary Packet Protocol (BPP)
- Content from cwe.mitre.org is not included.CWE-222: Truncation of Security-relevant Information
- FAQ: Frequently asked questions about CVE-2023-48795
- Offline Security Data data is available for integration with other systems. See Offline Security Data API to get started.
External References
Content from www.cve.org is not included.https://www.cve.org/CVERecord?id=CVE-2023-48795
Content from nvd.nist.gov is not included.https://nvd.nist.gov/vuln/detail/CVE-2023-48795
https://access.redhat.com/solutions/7071748
Content from terrapin-attack.com is not included.https://terrapin-attack.com/
Affected Packages and Issued Red Hat Security Errata
| Products / Services | Components | State | Errata |
|---|---|---|---|
| EAP 8.0.1 | apache-sshd | Fixed | RHSA-2024:1194 |
| Migration Toolkit for Containers | rhmtc/openshift-migration-velero-rhel8 | Will not fix | |
| OADP-1.3-RHEL-9 | oadp/oadp-velero-rhel9 | Fixed | RHSA-2024:1859 |
| OCP-Tools-4.12-RHEL-8 | jenkins | Fixed | RHSA-2024:3635 |
| OCP-Tools-4.12-RHEL-8 | jenkins-2-plugins | Fixed | RHSA-2024:3635 |
| OCP-Tools-4.13-RHEL-8 | jenkins | Fixed | RHSA-2024:3636 |
| OCP-Tools-4.13-RHEL-8 | jenkins-2-plugins | Fixed | RHSA-2024:3636 |
| OCP-Tools-4.14-RHEL-8 | jenkins | Fixed | RHSA-2024:3634 |
| OCP-Tools-4.14-RHEL-8 | jenkins-2-plugins | Fixed | RHSA-2024:3634 |
| OCP-Tools-4.15-RHEL-8 | jenkins | Fixed | RHSA-2024:4597 |
| OCP-Tools-4.15-RHEL-8 | jenkins-2-plugins | Fixed | RHSA-2024:4597 |
| OPENSHIFT-BUILDS-1.0-RHEL-8 | openshift-builds/openshift-builds-controller-rhel8 | Fixed | RHSA-2024:1557 |
| OPENSHIFT-BUILDS-1.0-RHEL-8 | openshift-builds/openshift-builds-git-cloner-rhel8 | Fixed | RHSA-2024:1557 |
| OPENSHIFT-BUILDS-1.0-RHEL-8 | openshift-builds/openshift-builds-image-bundler-rhel8 | Fixed | RHSA-2024:1557 |
| OPENSHIFT-BUILDS-1.0-RHEL-8 | openshift-builds/openshift-builds-image-processing-rhel8 | Fixed | RHSA-2024:1557 |
| OPENSHIFT-BUILDS-1.0-RHEL-8 | openshift-builds/openshift-builds-operator-bundle | Fixed | RHSA-2024:1557 |
| OPENSHIFT-BUILDS-1.0-RHEL-8 | openshift-builds/openshift-builds-rhel8-operator | Fixed | RHSA-2024:1557 |
| OPENSHIFT-BUILDS-1.0-RHEL-8 | openshift-builds/openshift-builds-waiters-rhel8 | Fixed | RHSA-2024:1557 |
| OPENSHIFT-BUILDS-1.0-RHEL-8 | openshift-builds/openshift-builds-webhook-rhel8 | Fixed | RHSA-2024:1557 |
| OpenShift Developer Tools and Services | odo | Fix deferred | |
| OpenShift Pipelines | openshift-pipelines-client | Affected | |
| OpenShift Service Mesh 2 | openshift-service-mesh/kiali-rhel8 | Not affected | |
| Openshift Serverless 1 on RHEL 8 | openshift-serverless-clients | Fixed | RHSA-2024:0880 |
| RHBOAC camel-quarkus 3 (camel-4.0/quarkus-3.2) | Fixed | RHSA-2024:0789 | |
| RHEL-9-CNV-4.15 | container-native-virtualization/cluster-network-addons-operator-rhel9 | Fixed | RHSA-2024:4662 |
| RHODF-4.15-RHEL-9 | odf4/cephcsi-rhel9 | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/mcg-core-rhel9 | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/mcg-operator-bundle | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/mcg-rhel9-operator | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/ocs-client-console-rhel9 | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/ocs-client-operator-bundle | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/ocs-client-rhel9-operator | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/ocs-metrics-exporter-rhel9 | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/ocs-operator-bundle | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/ocs-rhel9-operator | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/odf-cli-rhel9 | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/odf-console-rhel9 | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/odf-cosi-sidecar-rhel9 | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/odf-csi-addons-operator-bundle | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/odf-csi-addons-rhel9-operator | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/odf-csi-addons-sidecar-rhel9 | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/odf-multicluster-console-rhel9 | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/odf-multicluster-operator-bundle | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/odf-multicluster-rhel9-operator | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/odf-must-gather-rhel9 | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/odf-operator-bundle | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/odf-rhel9-operator | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/odr-cluster-operator-bundle | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/odr-hub-operator-bundle | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/odr-rhel9-operator | Fixed | RHSA-2024:1383 |
| RHODF-4.15-RHEL-9 | odf4/rook-ceph-rhel9-operator | Fixed | RHSA-2024:1383 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1-tech-preview/eventing-istio-controller-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1-tech-preview/knative-client-plugin-event-sender-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1-tech-preview/logic-swf-builder-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1-tech-preview/logic-swf-devmode-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/client-kn-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/eventing-apiserver-receive-adapter-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/eventing-controller-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/eventing-in-memory-channel-controller-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/eventing-in-memory-channel-dispatcher-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/eventing-istio-controller-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/eventing-kafka-broker-controller-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/eventing-kafka-broker-dispatcher-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/eventing-kafka-broker-post-install-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/eventing-kafka-broker-receiver-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/eventing-kafka-broker-webhook-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/eventing-mtbroker-filter-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/eventing-mtbroker-ingress-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/eventing-mtchannel-broker-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/eventing-mtping-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/eventing-storage-version-migration-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/eventing-webhook-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/func-utils-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/ingress-rhel8-operator | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/kn-cli-artifacts-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/knative-rhel8-operator | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/kourier-control-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/net-istio-controller-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/net-istio-webhook-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/serverless-operator-bundle | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/serverless-rhel8-operator | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/serving-activator-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/serving-autoscaler-hpa-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/serving-autoscaler-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/serving-controller-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/serving-domain-mapping-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/serving-domain-mapping-webhook-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/serving-queue-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/serving-storage-version-migration-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/serving-webhook-rhel8 | Fixed | RHSA-2024:0843 |
| RHOSS-1.31-RHEL-8 | openshift-serverless-1/svls-must-gather-rhel8 | Fixed | RHSA-2024:0843 |
| Red Hat Advanced Cluster Security 3 | advanced-cluster-security/rhacs-main-rhel8 | Out of support scope | |
| Red Hat Advanced Cluster Security 3 | advanced-cluster-security/rhacs-scanner-rhel8 | Out of support scope | |
| Red Hat Advanced Cluster Security 4 | advanced-cluster-security/rhacs-main-rhel8 | Affected | |
| Red Hat Advanced Cluster Security 4 | advanced-cluster-security/rhacs-scanner-rhel8 | Not affected | |
| Red Hat Ansible Automation Platform 2 | aap-cloud-metrics-collector-container | Not affected | |
| Red Hat Ansible Automation Platform 2 | ansible-automation-platform-24/de-supported-rhel8 | Not affected | |
| Red Hat Ansible Automation Platform 2 | ansible-automation-platform-24/ee-dellemc-openmanage-rhel8 | Not affected | |
| Red Hat Ansible Automation Platform 2 | ansible-automation-platform-24/ee-minimal-rhel9 | Not affected | |
| Red Hat Ansible Automation Platform 2 | ansible-automation-platform-25/ansible-builder-rhel8 | Not affected | |
| Red Hat Ansible Automation Platform 2 | ansible-automation-platform-25/ee-cloud-services-rhel9 | Not affected | |
| Red Hat Ansible Automation Platform 2 | ansible-automation-platform-25/ee-supported-rhel8 | Not affected | |
| Red Hat Ansible Automation Platform 2 | ansible-automation-platform-25/platform-resource-runner-rhel8 | Not affected | |
| Red Hat Build of Keycloak | apache-sshd | Not affected | |
| Red Hat Ceph Storage 6 | python-asyncssh | Affected | |
| Red Hat Ceph Storage 7.1 | ceph | Fixed | RHSA-2025:4664 |
| Red Hat Ceph Storage 7.1 | oath-toolkit | Fixed | RHSA-2025:4664 |
| Red Hat Ceph Storage 8 | python-asyncssh | Affected | |
| Red Hat Ceph Storage 9 | python-asyncssh | Affected | |
| Red Hat Discovery 1 | discovery-server-container | Not affected | |
| Red Hat Enterprise Linux 6 | libssh2 | Out of support scope | |
| Red Hat Enterprise Linux 6 | openssh | Out of support scope | |
| Red Hat Enterprise Linux 6 | python-paramiko | Out of support scope | |
| Red Hat Enterprise Linux 6 | trilead-ssh2 | Out of support scope | |
| Red Hat Enterprise Linux 7 | libssh | Out of support scope | |
| Red Hat Enterprise Linux 7 | libssh2 | Out of support scope | |
| Red Hat Enterprise Linux 7 | openssh | Out of support scope | |
| Red Hat Enterprise Linux 7 | python-paramiko | Out of support scope | |
| Red Hat Enterprise Linux 8 | container-tools:4.0/buildah | Affected | |
| Red Hat Enterprise Linux 8 | openssh | Fixed | RHSA-2024:0606 |
| Red Hat Enterprise Linux 8 | libssh | Fixed | RHSA-2024:0628 |
| Red Hat Enterprise Linux 8 | container-tools:rhel8 | Fixed | RHSA-2024:2988 |
| Red Hat Enterprise Linux 8 | container-tools:4.0/podman | Not affected | |
| Red Hat Enterprise Linux 8.6 Extended Update Support | openssh | Fixed | RHSA-2024:0429 |
| Red Hat Enterprise Linux 8.6 Extended Update Support | libssh | Fixed | RHSA-2024:0538 |
| Red Hat Enterprise Linux 8.8 Extended Update Support | openssh | Fixed | RHSA-2024:0594 |
| Red Hat Enterprise Linux 8.8 Extended Update Support | libssh | Fixed | RHSA-2024:0625 |
| Red Hat Enterprise Linux 9 | libssh | Fixed | RHBA-2024:1127 |
| Red Hat Enterprise Linux 9 | podman | Fixed | RHBA-2024:1136 |
| Red Hat Enterprise Linux 9 | openssh | Fixed | RHSA-2024:1130 |
| Red Hat Enterprise Linux 9 | buildah | Fixed | RHSA-2024:1150 |
| Red Hat Enterprise Linux 9 | gvisor-tap-vsock | Not affected | |
| Red Hat Enterprise Linux 9.2 Extended Update Support | openssh | Fixed | RHSA-2024:0455 |
| Red Hat Enterprise Linux 9.2 Extended Update Support | libssh | Fixed | RHSA-2024:0499 |
| Red Hat JBoss Enterprise Application Platform | org.apache.sshd/sshd-common | Fixed | RHSA-2024:1677 |
| Red Hat JBoss Enterprise Application Platform 7 | Fixed | RHSA-2024:1197 | |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8 | eap7-apache-sshd | Fixed | RHSA-2024:1196 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8 | eap7-activemq-artemis | Fixed | RHSA-2024:1675 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8 | eap7-apache-cxf | Fixed | RHSA-2024:1675 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8 | eap7-eclipse-jgit | Fixed | RHSA-2024:1675 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8 | eap7-elytron-web | Fixed | RHSA-2024:1675 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8 | eap7-hal-console | Fixed | RHSA-2024:1675 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8 | eap7-hibernate | Fixed | RHSA-2024:1675 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8 | eap7-infinispan | Fixed | RHSA-2024:1675 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8 | eap7-insights-java-client | Fixed | RHSA-2024:1675 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8 | eap7-jberet | Fixed | RHSA-2024:1675 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8 | eap7-jboss-annotations-api_1.3_spec | Fixed | RHSA-2024:1675 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8 | eap7-jboss-cert-helper | Fixed | RHSA-2024:1675 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8 | eap7-jboss-remoting | Fixed | RHSA-2024:1675 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8 | eap7-jboss-server-migration | Fixed | RHSA-2024:1675 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8 | eap7-jboss-xnio-base | Fixed | RHSA-2024:1675 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8 | eap7-jgroups-kubernetes | Fixed | RHSA-2024:1675 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8 | eap7-lucene-solr | Fixed | RHSA-2024:1675 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8 | eap7-undertow | Fixed | RHSA-2024:1675 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8 | eap7-wildfly | Fixed | RHSA-2024:1675 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 8 | eap7-wildfly-elytron | Fixed | RHSA-2024:1675 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 9 | eap7-apache-sshd | Fixed | RHSA-2024:1196 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 9 | eap7-activemq-artemis | Fixed | RHSA-2024:1676 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 9 | eap7-apache-cxf | Fixed | RHSA-2024:1676 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 9 | eap7-eclipse-jgit | Fixed | RHSA-2024:1676 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 9 | eap7-elytron-web | Fixed | RHSA-2024:1676 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 9 | eap7-hal-console | Fixed | RHSA-2024:1676 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 9 | eap7-hibernate | Fixed | RHSA-2024:1676 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 9 | eap7-infinispan | Fixed | RHSA-2024:1676 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 9 | eap7-insights-java-client | Fixed | RHSA-2024:1676 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 9 | eap7-jberet | Fixed | RHSA-2024:1676 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 9 | eap7-jboss-annotations-api_1.3_spec | Fixed | RHSA-2024:1676 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 9 | eap7-jboss-cert-helper | Fixed | RHSA-2024:1676 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 9 | eap7-jboss-remoting | Fixed | RHSA-2024:1676 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 9 | eap7-jboss-server-migration | Fixed | RHSA-2024:1676 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 9 | eap7-jboss-xnio-base | Fixed | RHSA-2024:1676 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 9 | eap7-jgroups-kubernetes | Fixed | RHSA-2024:1676 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 9 | eap7-lucene-solr | Fixed | RHSA-2024:1676 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 9 | eap7-undertow | Fixed | RHSA-2024:1676 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 9 | eap7-wildfly | Fixed | RHSA-2024:1676 |
| Red Hat JBoss Enterprise Application Platform 7.4 for RHEL 9 | eap7-wildfly-elytron | Fixed | RHSA-2024:1676 |
| Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7 | eap7-apache-sshd | Fixed | RHSA-2024:1196 |
| Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7 | eap7-activemq-artemis | Fixed | RHSA-2024:1674 |
| Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7 | eap7-apache-cxf | Fixed | RHSA-2024:1674 |
| Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7 | eap7-eclipse-jgit | Fixed | RHSA-2024:1674 |
| Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7 | eap7-elytron-web | Fixed | RHSA-2024:1674 |
| Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7 | eap7-hal-console | Fixed | RHSA-2024:1674 |
| Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7 | eap7-hibernate | Fixed | RHSA-2024:1674 |
| Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7 | eap7-infinispan | Fixed | RHSA-2024:1674 |
| Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7 | eap7-insights-java-client | Fixed | RHSA-2024:1674 |
| Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7 | eap7-jberet | Fixed | RHSA-2024:1674 |
| Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7 | eap7-jboss-annotations-api_1.3_spec | Fixed | RHSA-2024:1674 |
| Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7 | eap7-jboss-cert-helper | Fixed | RHSA-2024:1674 |
| Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7 | eap7-jboss-remoting | Fixed | RHSA-2024:1674 |
| Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7 | eap7-jboss-server-migration | Fixed | RHSA-2024:1674 |
| Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7 | eap7-jboss-xnio-base | Fixed | RHSA-2024:1674 |
| Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7 | eap7-jgroups-kubernetes | Fixed | RHSA-2024:1674 |
| Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7 | eap7-lucene-solr | Fixed | RHSA-2024:1674 |
| Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7 | eap7-undertow | Fixed | RHSA-2024:1674 |
| Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7 | eap7-wildfly | Fixed | RHSA-2024:1674 |
| Red Hat JBoss Enterprise Application Platform 7.4 on RHEL 7 | eap7-wildfly-elytron | Fixed | RHSA-2024:1674 |
| Red Hat JBoss Enterprise Application Platform 8.0 for RHEL 8 | eap8-apache-sshd | Fixed | RHSA-2024:1192 |
| Red Hat JBoss Enterprise Application Platform 8.0 for RHEL 8 | eap8-eclipse-jgit | Fixed | RHSA-2024:1192 |
| Red Hat JBoss Enterprise Application Platform 8.0 for RHEL 8 | eap8-log4j | Fixed | RHSA-2024:1192 |
| Red Hat JBoss Enterprise Application Platform 8.0 for RHEL 8 | eap8-lucene-solr | Fixed | RHSA-2024:1192 |
| Red Hat JBoss Enterprise Application Platform 8.0 for RHEL 8 | eap8-parsson | Fixed | RHSA-2024:1192 |
| Red Hat JBoss Enterprise Application Platform 8.0 for RHEL 8 | eap8-wildfly | Fixed | RHSA-2024:1192 |
| Red Hat JBoss Enterprise Application Platform 8.0 for RHEL 9 | eap8-apache-sshd | Fixed | RHSA-2024:1193 |
| Red Hat JBoss Enterprise Application Platform 8.0 for RHEL 9 | eap8-eclipse-jgit | Fixed | RHSA-2024:1193 |
| Red Hat JBoss Enterprise Application Platform 8.0 for RHEL 9 | eap8-log4j | Fixed | RHSA-2024:1193 |
| Red Hat JBoss Enterprise Application Platform 8.0 for RHEL 9 | eap8-lucene-solr | Fixed | RHSA-2024:1193 |
| Red Hat JBoss Enterprise Application Platform 8.0 for RHEL 9 | eap8-parsson | Fixed | RHSA-2024:1193 |
| Red Hat JBoss Enterprise Application Platform 8.0 for RHEL 9 | eap8-wildfly | Fixed | RHSA-2024:1193 |
| Red Hat OpenShift Container Platform 3.11 | atomic-openshift | Out of support scope | |
| Red Hat OpenShift Container Platform 3.11 | openshift-enterprise-image-registry | Out of support scope | |
| Red Hat OpenShift Container Platform 3.11 | openshift-external-storage | Out of support scope | |
| Red Hat OpenShift Container Platform 4 | openshift | Affected | |
| Red Hat OpenShift Container Platform 4 | openshift-security-profiles-operator-container | Affected | |
| Red Hat OpenShift Container Platform 4 | openshift4/ose-agent-installer-api-server-rhel9 | Affected | |
| Red Hat OpenShift Container Platform 4 | openshift4/ose-aws-ebs-csi-driver-rhel8 | Affected | |
| Red Hat OpenShift Container Platform 4 | openshift4/ose-vmware-vsphere-csi-driver-rhel8 | Affected | |
| Red Hat OpenShift Container Platform 4 | openshift4/ose-vsphere-csi-driver-rhel8 | Affected | |
| Red Hat OpenShift Container Platform 4 | buildah | Not affected | |
| Red Hat OpenShift Container Platform 4 | conmon | Not affected | |
| Red Hat OpenShift Container Platform 4 | cri-o | Not affected | |
| Red Hat OpenShift Container Platform 4 | openshift-clients | Not affected | |
| Red Hat OpenShift Container Platform 4 | openshift4/metallb-rhel9 | Not affected | |
| Red Hat OpenShift Container Platform 4 | openshift4/ose-alibaba-cloud-csi-driver-container-rhel8 | Not affected | |
| Red Hat OpenShift Container Platform 4 | openshift4/ose-cli | Not affected | |
| Red Hat OpenShift Container Platform 4 | openshift4/ose-cli-artifacts | Not affected | |
| Red Hat OpenShift Container Platform 4 | openshift4/ose-csi-driver-manila-rhel8 | Not affected | |
| Red Hat OpenShift Container Platform 4 | openshift4/ose-csi-driver-nfs-rhel8 | Not affected | |
| Red Hat OpenShift Container Platform 4 | openshift4/ose-deployer-rhel9 | Not affected | |
| Red Hat OpenShift Container Platform 4 | openshift4/ose-node-problem-detector-rhel8 | Not affected | |
| Red Hat OpenShift Container Platform 4 | openshift4/ose-openstack-cinder-csi-driver-rhel8 | Not affected | |
| Red Hat OpenShift Container Platform 4 | openshift4/ose-openstack-cloud-controller-manager-rhel9 | Not affected | |
| Red Hat OpenShift Container Platform 4 | openshift4/oc-mirror-plugin-rhel9 | Will not fix | |
| Red Hat OpenShift Container Platform 4 | openshift4/ose-console | Will not fix | |
| Red Hat OpenShift Container Platform 4 | openshift4/ose-hypershift-rhel8 | Will not fix | |
| Red Hat OpenShift Container Platform 4 | openshift4/ose-tests | Will not fix | |
| Red Hat OpenShift Container Platform 4.12 | openshift4/ose-olm-rukpak-rhel8 | Fixed | RHSA-2024:5200 |
| Red Hat OpenShift Container Platform 4.13 | openshift4/ose-olm-rukpak-rhel8 | Fixed | RHSA-2024:4484 |
| Red Hat OpenShift Container Platform 4.14 | podman | Fixed | RHSA-2024:3918 |
| Red Hat OpenShift Container Platform 4.14 | openshift4/ose-olm-rukpak-rhel8 | Fixed | RHSA-2024:4010 |
| Red Hat OpenShift Container Platform 4.14 | openshift4/ose-azure-cluster-api-controllers-rhel8 | Fixed | RHSA-2024:4329 |
| Red Hat OpenShift Container Platform 4.14 | openshift4/ose-cluster-capi-operator-container-rhel8 | Fixed | RHSA-2024:4329 |
| Red Hat OpenShift Container Platform 4.14 | openshift4/ose-cluster-capi-rhel8-operator | Fixed | RHSA-2024:4329 |
| Red Hat OpenShift Container Platform 4.14 | openshift4/ose-machine-api-provider-azure-rhel8 | Fixed | RHSA-2024:4329 |
| Red Hat OpenShift Container Platform 4.14 | openshift4/ose-vsphere-cluster-api-controllers-rhel8 | Fixed | RHSA-2024:4329 |
| Red Hat OpenShift Container Platform 4.14 | openshift4/ose-azure-disk-csi-driver-rhel8 | Fixed | RHSA-2024:4479 |
| Red Hat OpenShift Container Platform 4.14 | openshift4/ose-aws-efs-csi-driver-container-rhel8 | Fixed | RHSA-2024:4959 |
| Red Hat OpenShift Container Platform 4.14 | openshift4/ose-aws-ebs-csi-driver-rhel8 | Fixed | RHSA-2024:4960 |
| Red Hat OpenShift Container Platform 4.14 | openshift4/ose-ptp-rhel9 | Fixed | RHSA-2024:5432 |
| Red Hat OpenShift Container Platform 4.14 | openshift4/egress-router-cni-rhel8 | Fixed | RHSA-2024:5433 |
| Red Hat OpenShift Container Platform 4.14 | openshift4/ose-hyperkube-rhel9 | Fixed | RHSA-2024:6406 |
| Red Hat OpenShift Container Platform 4.14 | openshift4/ose-tools-rhel8 | Fixed | RHSA-2024:6406 |
| Red Hat OpenShift Container Platform 4.14 | openshift4/ose-installer | Fixed | RHSA-2024:8235 |
| Red Hat OpenShift Container Platform 4.15 | openshift4/ose-node-feature-discovery-rhel9 | Fixed | RHSA-2023:7197 |
| Red Hat OpenShift Container Platform 4.15 | openshift4/ose-aws-ebs-csi-driver-rhel9 | Fixed | RHSA-2023:7198 |
| Red Hat OpenShift Container Platform 4.15 | openshift4/ose-azure-disk-csi-driver-rhel9 | Fixed | RHSA-2023:7198 |
| Red Hat OpenShift Container Platform 4.15 | openshift4/ose-azure-file-csi-driver-rhel9 | Fixed | RHSA-2023:7198 |
| Red Hat OpenShift Container Platform 4.15 | openshift4/ose-csi-external-provisioner | Fixed | RHSA-2023:7198 |
| Red Hat OpenShift Container Platform 4.15 | openshift4/ose-csi-external-provisioner-rhel8 | Fixed | RHSA-2023:7198 |
| Red Hat OpenShift Container Platform 4.15 | openshift4/ose-ibmcloud-cluster-api-controllers-rhel9 | Fixed | RHSA-2023:7198 |
| Red Hat OpenShift Container Platform 4.15 | openshift4/ose-olm-rukpak-rhel8 | Fixed | RHSA-2023:7198 |
| Red Hat OpenShift Container Platform 4.15 | openshift4/ose-vsphere-csi-driver-syncer-rhel9 | Fixed | RHSA-2023:7198 |
| Red Hat OpenShift Container Platform 4.15 | podman | Fixed | RHSA-2023:7201 |
| Red Hat OpenShift Container Platform 4.15 | openshift4/ose-aws-efs-csi-driver-container-rhel8 | Fixed | RHSA-2024:0766 |
| Red Hat OpenShift Container Platform 4.15 | openshift4-wincw/windows-machine-config-operator-bundle | Fixed | RHSA-2024:0954 |
| Red Hat OpenShift Container Platform 4.15 | openshift4-wincw/windows-machine-config-rhel9-operator | Fixed | RHSA-2024:0954 |
| Red Hat OpenShift Container Platform 4.15 | openshift4/ose-cluster-capi-rhel9-operator | Fixed | RHSA-2024:1210 |
| Red Hat OpenShift Container Platform 4.15 | openshift4/ose-machine-api-provider-azure-rhel9 | Fixed | RHSA-2024:1210 |
| Red Hat OpenShift Container Platform 4.15 | openshift4/ose-vsphere-cluster-api-controllers-rhel9 | Fixed | RHSA-2024:1210 |
| Red Hat OpenShift Container Platform 4.15 | openshift4/ose-baremetal-installer-rhel8 | Fixed | RHSA-2024:4151 |
| Red Hat OpenShift Container Platform 4.15 | openshift4/ose-installer | Fixed | RHSA-2024:4151 |
| Red Hat OpenShift Container Platform 4.15 | openshift4/ose-installer-artifacts | Fixed | RHSA-2024:4151 |
| Red Hat OpenShift Container Platform 4.15 | openshift4/egress-router-cni-rhel8 | Fixed | RHSA-2024:4955 |
| Red Hat OpenShift Container Platform 4.15 | openshift4/ose-ptp-rhel9 | Fixed | RHSA-2024:5438 |
| Red Hat OpenShift Container Platform 4.16 | openshift4/ose-aws-efs-csi-driver-container-rhel9 | Fixed | RHSA-2024:0040 |
| Red Hat OpenShift Container Platform 4.16 | openshift4/ose-node-feature-discovery-rhel9 | Fixed | RHSA-2024:0040 |
| Red Hat OpenShift Container Platform 4.16 | openshift4/ose-ptp-rhel9 | Fixed | RHSA-2024:0040 |
| Red Hat OpenShift Container Platform 4.16 | openshift4/ose-aws-ebs-csi-driver-rhel9 | Fixed | RHSA-2024:0041 |
| Red Hat OpenShift Container Platform 4.16 | openshift4/ose-azure-cluster-api-controllers-rhel9 | Fixed | RHSA-2024:0041 |
| Red Hat OpenShift Container Platform 4.16 | openshift4/ose-azure-disk-csi-driver-rhel9 | Fixed | RHSA-2024:0041 |
| Red Hat OpenShift Container Platform 4.16 | openshift4/ose-azure-file-csi-driver-rhel9 | Fixed | RHSA-2024:0041 |
| Red Hat OpenShift Container Platform 4.16 | openshift4/ose-cluster-capi-rhel9-operator | Fixed | RHSA-2024:0041 |
| Red Hat OpenShift Container Platform 4.16 | openshift4/ose-csi-external-provisioner-rhel9 | Fixed | RHSA-2024:0041 |
| Red Hat OpenShift Container Platform 4.16 | openshift4/ose-machine-api-provider-azure-rhel9 | Fixed | RHSA-2024:0041 |
| Red Hat OpenShift Container Platform 4.16 | openshift4/ose-powervs-block-csi-driver-rhel9 | Fixed | RHSA-2024:0041 |
| Red Hat OpenShift Container Platform 4.16 | openshift4/ose-vsphere-cluster-api-controllers-rhel9 | Fixed | RHSA-2024:0041 |
| Red Hat OpenShift Container Platform 4.16 | openshift4/ose-vsphere-csi-driver-syncer-rhel9 | Fixed | RHSA-2024:0041 |
| Red Hat OpenShift Container Platform 4.16 | openshift4/egress-router-cni-rhel9 | Fixed | RHSA-2024:4613 |
| Red Hat OpenShift Container Platform 4.17 | openshift4/egress-router-cni-rhel9 | Fixed | RHSA-2024:3718 |
| Red Hat OpenShift Container Platform 4.17 | openshift4/ose-docker-builder-rhel9 | Fixed | RHSA-2024:3718 |
| Red Hat OpenShift Dev Spaces | devspaces/devspaces-rhel8-operator | Affected | |
| Red Hat OpenShift Dev Spaces | devspaces/traefik-rhel8 | Affected | |
| Red Hat OpenShift GitOps | openshift-gitops-1/argocd-rhel8 | Will not fix | |
| Red Hat OpenShift GitOps | openshift-gitops-1/gitops-rhel8 | Will not fix | |
| Red Hat OpenShift Virtualization 4 | kubevirt | Affected | |
| Red Hat OpenShift Virtualization 4 | container-native-virtualization/cluster-network-addons-operator | Not affected | |
| Red Hat OpenShift Virtualization 4 | container-native-virtualization/kubevirt-dpdk-checkup-rhel9 | Will not fix | |
| Red Hat OpenShift Virtualization 4 | container-native-virtualization/kubevirt-realtime-checkup-rhel9 | Will not fix | |
| Red Hat OpenStack Platform 16.1 | python-network-runner | Not affected | |
| Red Hat OpenStack Platform 16.1 | python-networking-vmware-nsx | Not affected | |
| Red Hat OpenStack Platform 16.1 | erlang | Out of support scope | |
| Red Hat OpenStack Platform 16.1 | golang-googlecode-go-crypto | Out of support scope | |
| Red Hat OpenStack Platform 16.1 | python-paramiko | Out of support scope | |
| Red Hat OpenStack Platform 16.2 | rhosp-rhel8/osp-director-agent | Fixed | RHSA-2024:3479 |
| Red Hat OpenStack Platform 16.2 | rhosp-rhel8/osp-director-downloader | Fixed | RHSA-2024:3479 |
| Red Hat OpenStack Platform 16.2 | rhosp-rhel8/osp-director-operator | Fixed | RHSA-2024:3479 |
| Red Hat OpenStack Platform 16.2 | rhosp-rhel8/osp-director-operator-bundle | Fixed | RHSA-2024:3479 |
| Red Hat OpenStack Platform 16.2 | python-networking-vmware-nsx | Not affected | |
| Red Hat OpenStack Platform 16.2 | erlang | Out of support scope | |
| Red Hat OpenStack Platform 16.2 | python-paramiko | Out of support scope | |
| Red Hat OpenStack Platform 16.2 | golang-googlecode-go-crypto | Will not fix | |
| Red Hat OpenStack Platform 16.2 | osp-director-provisioner-container | Will not fix | |
| Red Hat OpenStack Platform 17.1 | ansible-collection-ansible-netcommon | Not affected | |
| Red Hat OpenStack Platform 17.1 | erlang | Not affected | |
| Red Hat OpenStack Platform 17.1 | python-network-runner | Not affected | |
| Red Hat OpenStack Platform 17.1 for RHEL 8 | python-paramiko | Fixed | RHSA-2024:2768 |
| Red Hat OpenStack Platform 17.1 for RHEL 9 | rhosp-rhel9/osp-director-agent | Fixed | RHSA-2024:2728 |
| Red Hat OpenStack Platform 17.1 for RHEL 9 | rhosp-rhel9/osp-director-downloader | Fixed | RHSA-2024:2728 |
| Red Hat OpenStack Platform 17.1 for RHEL 9 | rhosp-rhel9/osp-director-operator | Fixed | RHSA-2024:2728 |
| Red Hat OpenStack Platform 17.1 for RHEL 9 | rhosp-rhel9/osp-director-operator-bundle | Fixed | RHSA-2024:2728 |
| Red Hat OpenStack Platform 17.1 for RHEL 9 | python-paramiko | Fixed | RHSA-2024:2735 |
| Red Hat OpenStack Platform 18.0 | python-paramiko | Affected | |
| Red Hat OpenStack Platform 18.0 | python-network-runner | Not affected | |
| Red Hat OpenStack Platform 18.0 | erlang | Will not fix | |
| Red Hat Openshift Container Storage 4 | ocs4/cephcsi-rhel8 | Not affected | |
| Red Hat Openshift Data Foundation 4 | noobaa-core-container | Not affected | |
| Red Hat Process Automation 7 | apache-sshd | Out of support scope | |
| Red Hat Quay 3 | quay/quay-builder-rhel8 | Affected | |
| Red Hat Satellite 6 | ansiblerole-foreman_scap_client | Not affected | |
| Red Hat Satellite 6 | satellite-capsule:el8/ansiblerole-foreman_scap_client | Not affected | |
| Red Hat Satellite 6 | satellite:el8/ansiblerole-foreman_scap_client | Not affected | |
| Red Hat Single Sign-On 7 | apache-sshd | Not affected | |
| Red Hat Storage 3 | heketi | Out of support scope | |
| Red Hat Virtualization 4 | ansible-collection-ansible-netcommon | Not affected | |
| Red Hat Virtualization 4 | python-paramiko | Will not fix | |
| Red Hat build of Quarkus | org.apache.sshd/sshd-core | Affected | |
| Red Hat build of Quarkus | org.apache.sshd/sshd-core | Out of support scope | |
| cert-manager Operator for Red Hat OpenShift | jetstack-cert-manager-container | Not affected |
Common Vulnerability Scoring System (CVSS) Score Details
Important note
CVSS scores for open source components depend on vendor-specific factors (e.g. version or build chain). Therefore, Red Hat's score and impact rating can be different from NVD and other vendors. Red Hat remains the authoritative CVE Naming Authorities (CNA) source for its products and services (see Red Hat classifications ).
| CVSS v3 Score Breakdown | Red Hat | NVD |
|---|---|---|
| CVSS v3 Base Score | 5.9 | 5.9 |
| Attack Vector | Network | Network |
| Attack Complexity | High | High |
| Privileges Required | None | None |
| User Interaction | None | None |
| Scope | Unchanged | Unchanged |
| Confidentiality Impact | None | None |
| Integrity Impact | High | High |
| Availability Impact | None | None |
CVSS v3 Vector
Red Hat CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N
NVD CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N
Frequently Asked Questions
Why is Red Hat's CVSS v3 score or Impact different from other vendors?
For more information, see https://access.redhat.com/solutions/762393.
My product is listed as "Under investigation" or "Affected", when will Red Hat release a fix for this vulnerability?
- "Under investigation" doesn't necessarily mean that the product is affected by this vulnerability. It only means that our Analysis Team is still working on determining whether the product is affected and how it is affected.
- "Affected" means that our Analysis Team has determined that this product is affected by this vulnerability and might release a fix to address this in the near future.
What can I do if my product is listed as "Will not fix"?
Available options depend mostly on the Impact of the vulnerability and the current Life Cycle phase of your product. Overall, you have the following options:
- Upgrade to a supported product version that includes a fix for this vulnerability (recommended).
- Apply a mitigation (if one exists).
- Open a This content is not included.support case to request a prioritization of releasing a fix for this vulnerability.
What can I do if my product is listed as "Fix deferred"?
Available options depend mostly on the Impact of the vulnerability and the current Life Cycle phase of your product. Overall, you have the following options:
- Apply a mitigation (if one exists).
- Open a This content is not included.support case to request a prioritization of releasing a fix for this vulnerability.
- Red Hat Engineering focuses on addressing high-priority issues based on their complexity or limited lifecycle support. Therefore, lower-priority issues will not receive immediate fixes.
What is a mitigation?
I have a Red Hat product but it is not in the above list, is it affected?
Why is my security scanner reporting my product as vulnerable to this vulnerability even though my product version is fixed or not affected?
My product is listed as "Out of Support Scope". What does this mean?
Not sure what something means? Check out our Security Glossary.