Search

Find a vulnerability

Search criteria

    10 vulnerabilities found for golang.org/x/crypto/ssh/agent by golang.org/x/crypto

    CVE-2026-46598 (GCVE-0-2026-46598)

    Vulnerability from nvd – Published: 2026-05-22 02:31 – Updated: 2026-05-22 18:14
    VLAI
    Title
    Invoking pathological inputs can lead to client panic in golang.org/x/crypto/ssh/agent
    Summary
    For certain crafted inputs, a 'ed25519.PrivateKey' was created by casting malformed wire bytes, leading to a panic when used.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-05-22 18:12 UTC
    CWE
    • CWE-129 - Improper Validation of Array Index
    Assigner
    Impacted products
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "LOW",
                  "baseScore": 5.3,
                  "baseSeverity": "MEDIUM",
                  "confidentialityImpact": "NONE",
                  "integrityImpact": "NONE",
                  "privilegesRequired": "NONE",
                  "scope": "UNCHANGED",
                  "userInteraction": "NONE",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-46598",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-05-22T18:12:30.585638Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "problemTypes": [
              {
                "descriptions": [
                  {
                    "cweId": "CWE-129",
                    "description": "CWE-129 Improper Validation of Array Index",
                    "lang": "en",
                    "type": "CWE"
                  }
                ]
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-05-22T18:14:37.255Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://pkg.go.dev",
              "defaultStatus": "unaffected",
              "packageName": "golang.org/x/crypto/ssh/agent",
              "product": "golang.org/x/crypto/ssh/agent",
              "programRoutines": [
                {
                  "name": "parseEd25519Cert"
                },
                {
                  "name": "parseEd25519Key"
                },
                {
                  "name": "ForwardToAgent"
                },
                {
                  "name": "ServeAgent"
                }
              ],
              "vendor": "golang.org/x/crypto",
              "versions": [
                {
                  "lessThan": "0.52.0",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "value": "NCC Group Cryptography Services, sponsored by Teleport"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "For certain crafted inputs, a \u0027ed25519.PrivateKey\u0027 was created by casting malformed wire bytes, leading to a panic when used."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "CWE-129: Improper Validation of Array Index",
                  "lang": "en"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-05-22T02:31:27.986Z",
            "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
            "shortName": "Go"
          },
          "references": [
            {
              "url": "https://go.dev/issue/79596"
            },
            {
              "url": "https://go.dev/cl/781360"
            },
            {
              "url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
            },
            {
              "url": "https://pkg.go.dev/vuln/GO-2026-5033"
            }
          ],
          "title": "Invoking  pathological inputs can lead to client panic in golang.org/x/crypto/ssh/agent"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "assignerShortName": "Go",
        "cveId": "CVE-2026-46598",
        "datePublished": "2026-05-22T02:31:27.986Z",
        "dateReserved": "2026-05-15T17:35:00.813Z",
        "dateUpdated": "2026-05-22T18:14:37.255Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-39833 (GCVE-0-2026-39833)

    Vulnerability from nvd – Published: 2026-05-22 02:31 – Updated: 2026-08-11 21:28
    VLAI
    Title
    Invoking key constraints not enforced in golang.org/x/crypto/ssh/agent
    Summary
    The in-memory keyring returned by NewKeyring() silently accepted keys with the ConfirmBeforeUse constraint but never enforced it. The key would sign without any confirmation prompt, with no indication to the caller that the constraint was not in effect. NewKeyring() now returns an error when unsupported constraints are requested.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: total
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-05-22 18:57 UTC
    CWE
    • CWE-358 - Improperly Implemented Security Check for Standard
    Assigner
    Impacted products
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "NONE",
                  "baseScore": 9.1,
                  "baseSeverity": "CRITICAL",
                  "confidentialityImpact": "HIGH",
                  "integrityImpact": "HIGH",
                  "privilegesRequired": "NONE",
                  "scope": "UNCHANGED",
                  "userInteraction": "NONE",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-39833",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-05-22T18:57:41.103317Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-05-22T18:58:08.489Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://pkg.go.dev",
              "defaultStatus": "unaffected",
              "packageName": "golang.org/x/crypto/ssh/agent",
              "product": "golang.org/x/crypto/ssh/agent",
              "programRoutines": [
                {
                  "name": "keyring.Add"
                }
              ],
              "vendor": "golang.org/x/crypto",
              "versions": [
                {
                  "lessThan": "0.52.0",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "value": "NCC Group Cryptography Services, sponsored by Teleport"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "The in-memory keyring returned by NewKeyring() silently accepted keys with the ConfirmBeforeUse constraint but never enforced it. The key would sign without any confirmation prompt, with no indication to the caller that the constraint was not in effect. NewKeyring() now returns an error when unsupported constraints are requested."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "CWE-358: Improperly Implemented Security Check for Standard",
                  "lang": "en"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-11T21:28:47.545Z",
            "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
            "shortName": "Go"
          },
          "references": [
            {
              "url": "https://go.dev/issue/79436"
            },
            {
              "url": "https://go.dev/cl/778642"
            },
            {
              "url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
            },
            {
              "url": "https://pkg.go.dev/vuln/GO-2026-5005"
            }
          ],
          "title": "Invoking  key constraints not enforced in golang.org/x/crypto/ssh/agent"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "assignerShortName": "Go",
        "cveId": "CVE-2026-39833",
        "datePublished": "2026-05-22T02:31:26.294Z",
        "dateReserved": "2026-04-07T18:13:03.529Z",
        "dateUpdated": "2026-08-11T21:28:47.545Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-39832 (GCVE-0-2026-39832)

    Vulnerability from nvd – Published: 2026-05-22 02:31 – Updated: 2026-08-24 12:06
    VLAI
    Title
    Invoking agent constraints dropped when forwarding keys in golang.org/x/crypto/ssh/agent
    Summary
    When adding a key to a remote agent constraint extensions such as restrict-destination-v00@openssh.com were not serialized in the request. Destination restrictions were silently stripped when forwarding keys, allowing unrestricted use of the key on the remote host. The client now serializes all constraint extensions. Additionally, the in-memory keyring returned by NewKeyring() now rejects keys with unsupported constraint extensions instead of silently ignoring them.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: total
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-05-22 18:59 UTC
    CWE
    • CWE-281 - Improper Preservation of Permissions
    Assigner
    References
    URL Tags
    https://go.dev/issue/79435
    https://go.dev/cl/778640
    https://go.dev/cl/778641
    https://groups.google.com/g/golang-announce/c/a08…
    https://pkg.go.dev/vuln/GO-2026-5006
    https://access.redhat.com/security/cve/CVE-2026-39832 vdb-entryx_refsource_REDHAT
    https://bugzilla.redhat.com/show_bug.cgi?id=2480685 issue-trackingx_refsource_REDHAT
    https://security.access.redhat.com/data/csaf/v2/v… x_sadp-csaf-vex
    https://access.redhat.com/errata/RHSA-2026:41019 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:36796 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:36199 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:37072 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:35833 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:49944 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:37410 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:37123 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:43692 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:36319 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:36625 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:36651 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:40945 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:40118 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:36648 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:41036 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:52857 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:52910 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:37387 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:42146 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:43052 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:42796 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:41066 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:41031 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:40262 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:40972 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:36797 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:37271 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:57194 vendor-advisoryx_refsource_REDHAT
    Impacted products
    Vendor Product Version
    golang.org/x/crypto golang.org/x/crypto/ssh/agent Affected: 0 , < 0.52.0 (semver)
    Create a notification for this product.
    Red Hat Red Hat Enterprise Linux 10 Unaffected: 2:1.43.1-3.el10_2 , < * (rpm)
        cpe:/o:redhat:enterprise_linux:10.2
    Create a notification for this product.
    Red Hat Red Hat Enterprise Linux 10 Unaffected: 7:5.8.2-4.el10_2 , < * (rpm)
        cpe:/o:redhat:enterprise_linux:10.2
    Create a notification for this product.
    Red Hat Red Hat Enterprise Linux 8 Unaffected: 8100020260701102925.afee755d , < * (rpm)
        cpe:/a:redhat:enterprise_linux:8
    Create a notification for this product.
    Red Hat Red Hat Enterprise Linux 8.8 Telecommunications Update Service Unaffected: 8080020260721142025.63b34585 , < * (rpm)
        cpe:/a:redhat:rhel_tus:8.8
    Create a notification for this product.
    Red Hat Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions Unaffected: 8080020260721142025.63b34585 , < * (rpm)
        cpe:/a:redhat:rhel_e4s:8.8
    Create a notification for this product.
    Red Hat Red Hat Enterprise Linux 9 Unaffected: 6:5.8.2-4.el9_8 , < * (rpm)
        cpe:/a:redhat:enterprise_linux:9
    Create a notification for this product.
    Red Hat Red Hat Enterprise Linux 9 Unaffected: 2:1.43.1-3.el9_8 , < * (rpm)
        cpe:/a:redhat:enterprise_linux:9
    Create a notification for this product.
    Red Hat RHEM 1.0 for RHEL 9 Unaffected: 0:1.0.3-1.el9em , < * (rpm)
        cpe:/a:redhat:edge_manager:1.0::el9
    Create a notification for this product.
    Red Hat RHEM 1.1 for RHEL 10 Unaffected: 0:1.1.3-1.el10em , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat RHEM 1.1 for RHEL 9 Unaffected: 0:1.1.3-1.el9em , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat multicluster engine for Kubernetes 2.11 Unaffected: 1786912006 , < * (rpm)
        cpe:/a:redhat:multicluster_engine:2.11::el9
    Create a notification for this product.
    Red Hat OpenShift API for Data Protection 1.6 Unaffected: 1784058822 , < * (rpm)
        cpe:/a:redhat:openshift_api_data_protection:1.6::el9
    Create a notification for this product.
    Red Hat Red Hat Advanced Cluster Security 4.9 Unaffected: 1782891812 , < * (rpm)
        cpe:/a:redhat:advanced_cluster_security:4.9::el8
    Create a notification for this product.
    Red Hat Red Hat Advanced Cluster Security 4.9 Unaffected: 1783357116 , < * (rpm)
        cpe:/a:redhat:advanced_cluster_security:4.9::el8
    Create a notification for this product.
    Red Hat Red Hat Advanced Cluster Security for Kubernetes 4.10 Unaffected: 1782891789 , < * (rpm)
        cpe:/a:redhat:advanced_cluster_security:4.10::el8
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.0 Unaffected: 1783502022 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.0::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.0 Unaffected: 1783502465 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.0::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.0 Unaffected: 1783502025 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.0::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.0 Unaffected: 1783502494 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.0::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.0 Unaffected: 1783502401 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.0::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.0 Unaffected: 1783502403 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.0::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.0 Unaffected: 1783502023 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.0::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.0 Unaffected: 1783502029 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.0::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.0 Unaffected: 1783502445 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.0::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784194638 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784194353 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784196588 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784195620 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784194309 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784194144 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784194188 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784194653 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784194980 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784194347 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784194971 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784128388 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784128860 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784126780 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784127787 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784126762 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784127762 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784126832 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784126774 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784127791 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784127135 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784126733 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784127775 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.7.3 Unaffected: 1783057515 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.7::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.7.3 Unaffected: 1783057529 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.7::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.7.3 Unaffected: 1783057884 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.7::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.7.3 Unaffected: 1783058067 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.7::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.7.3 Unaffected: 1783057868 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.7::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.7.3 Unaffected: 1783058284 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.7::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.8.1 Unaffected: 1783612432 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.8::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.8.1 Unaffected: 1783611973 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.8::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.8.1 Unaffected: 1783612714 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.8::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.8.1 Unaffected: 1783611805 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.8::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.8.1 Unaffected: 1784121108 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.8::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.8.1 Unaffected: 1783612119 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.8::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.8.1 Unaffected: 1783612163 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.8::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782932114 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782931768 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782932104 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783536000 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783535989 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783536515 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782932521 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783018461 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783018421 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782932812 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783537001 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782932919 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783537586 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782932969 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782933015 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782933042 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783537392 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782933235 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782933251 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783537955 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782933417 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783537742 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782933602 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783019377 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782934054 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782934036 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782934284 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift GitOps 1.19 Unaffected: 1785149260 , < * (rpm)
        cpe:/a:redhat:openshift_gitops:1.19::el8
    Create a notification for this product.
    Red Hat Red Hat OpenShift GitOps 1.2 Unaffected: 1785211346 , < * (rpm)
        cpe:/a:redhat:openshift_gitops:1.20::el9
    Create a notification for this product.
    Red Hat Red Hat Quay 3.1 Unaffected: 1783750447 , < * (rpm)
        cpe:/a:redhat:quay:3.10::el8
    Create a notification for this product.
    Red Hat Red Hat Quay 3.12 Unaffected: 1783751865 , < * (rpm)
    Unaffected: 1784353904 , < * (rpm)
        cpe:/a:redhat:quay:3.12::el8
    Create a notification for this product.
    Red Hat Red Hat Quay 3.15 Unaffected: 1784351966 , < * (rpm)
        cpe:/a:redhat:quay:3.15::el8
    Create a notification for this product.
    Red Hat Red Hat Quay 3.16 Unaffected: 1783955846 , < * (rpm)
        cpe:/a:redhat:quay:3.16::el9
    Create a notification for this product.
    Red Hat Red Hat Quay 3.9 Unaffected: 1784125838 , < * (rpm)
        cpe:/a:redhat:quay:3.9::el8
    Create a notification for this product.
    Red Hat Red Hat Trusted Artifact Signer 1.3 Unaffected: 1783959819 , < * (rpm)
        cpe:/a:redhat:trusted_artifact_signer:1.3::el9
    Create a notification for this product.
    Red Hat Red Hat Trusted Artifact Signer 1.4 Unaffected: 4-1.4.2 , < * (rpm)
    Unaffected: 4-1.4.3 , < * (rpm)
        cpe:/a:redhat:trusted_artifact_signer:1.4::el9
    Create a notification for this product.
    Red Hat Red Hat Trusted Artifact Signer 1.4 Unaffected: 1783332061 , < * (rpm)
        cpe:/a:redhat:trusted_artifact_signer:1.4::el9
    Create a notification for this product.
    Red Hat Assisted Installer for Red Hat OpenShift Container Platform 2     cpe:/a:redhat:assisted_installer:2
    Create a notification for this product.
    Red Hat cert-manager Operator for Red Hat OpenShift     cpe:/a:redhat:cert_manager:1
    Create a notification for this product.
    Red Hat ExternalDNS Operator     cpe:/a:redhat:ext_dns_optr:1
    Create a notification for this product.
    Red Hat External Secrets Operator for Red Hat OpenShift     cpe:/a:redhat:external_secrets_operator:1
    Create a notification for this product.
    Red Hat Logging Subsystem for Red Hat OpenShift     cpe:/a:redhat:logging:6
    Create a notification for this product.
    Red Hat Multicluster Engine for Kubernetes     cpe:/a:redhat:multicluster_engine
    Create a notification for this product.
    Red Hat OpenShift Pipelines     cpe:/a:redhat:openshift_pipelines:1
    Create a notification for this product.
    Red Hat OpenShift Serverless     cpe:/a:redhat:serverless:1
    Create a notification for this product.
    Red Hat Red Hat Advanced Cluster Management for Kubernetes 2     cpe:/a:redhat:acm:2
    Create a notification for this product.
    Red Hat Red Hat Advanced Cluster Security 4     cpe:/a:redhat:advanced_cluster_security:4
    Create a notification for this product.
    Red Hat Red Hat Ceph Storage 9     cpe:/a:redhat:ceph_storage:9
    Create a notification for this product.
    Red Hat Red Hat OpenShift AI (RHOAI)     cpe:/a:redhat:openshift_ai
    Create a notification for this product.
    Red Hat Red Hat OpenShift Container Platform 4     cpe:/a:redhat:openshift:4
    Create a notification for this product.
    Red Hat Red Hat OpenShift Dev Workspaces Operator     cpe:/a:redhat:devworkspace
    Create a notification for this product.
    Red Hat Red Hat OpenShift GitOps     cpe:/a:redhat:openshift_gitops:1
    Create a notification for this product.
    Red Hat Red Hat OpenShift Virtualization 4     cpe:/a:redhat:container_native_virtualization:4
    Create a notification for this product.
    Red Hat Red Hat OpenStack Platform 16.2     cpe:/a:redhat:openstack:16.2
    Create a notification for this product.
    Red Hat Red Hat OpenStack Platform 17.1     cpe:/a:redhat:openstack:17.1
    Create a notification for this product.
    Red Hat Red Hat OpenStack Platform 18.0     cpe:/a:redhat:openstack:18.0
    Create a notification for this product.
    Red Hat Red Hat Quay 3     cpe:/a:redhat:quay:3
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "NONE",
                  "baseScore": 9.1,
                  "baseSeverity": "CRITICAL",
                  "confidentialityImpact": "HIGH",
                  "integrityImpact": "HIGH",
                  "privilegesRequired": "NONE",
                  "scope": "UNCHANGED",
                  "userInteraction": "NONE",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-39832",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-05-22T18:59:53.174504Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-05-22T19:03:06.882Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          },
          {
            "affected": [
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/o:redhat:enterprise_linux:10.2"
                ],
                "defaultStatus": "affected",
                "packageName": "buildah",
                "product": "Red Hat Enterprise Linux 10",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "2:1.43.1-3.el10_2",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/o:redhat:enterprise_linux:10.2"
                ],
                "defaultStatus": "affected",
                "packageName": "podman",
                "product": "Red Hat Enterprise Linux 10",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "7:5.8.2-4.el10_2",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:enterprise_linux:8"
                ],
                "defaultStatus": "affected",
                "packageName": "container-tools:rhel8",
                "product": "Red Hat Enterprise Linux 8",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "8100020260701102925.afee755d",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:rhel_tus:8.8"
                ],
                "defaultStatus": "affected",
                "packageName": "container-tools:rhel8",
                "product": "Red Hat Enterprise Linux 8.8 Telecommunications Update Service",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "8080020260721142025.63b34585",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:rhel_e4s:8.8"
                ],
                "defaultStatus": "affected",
                "packageName": "container-tools:rhel8",
                "product": "Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "8080020260721142025.63b34585",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:enterprise_linux:9"
                ],
                "defaultStatus": "affected",
                "packageName": "podman",
                "product": "Red Hat Enterprise Linux 9",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "6:5.8.2-4.el9_8",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:enterprise_linux:9"
                ],
                "defaultStatus": "affected",
                "packageName": "buildah",
                "product": "Red Hat Enterprise Linux 9",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "2:1.43.1-3.el9_8",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.0::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "flightctl",
                "product": "RHEM 1.0 for RHEL 9",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "0:1.0.3-1.el9em",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "flightctl",
                "product": "RHEM 1.1 for RHEL 10",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "0:1.1.3-1.el10em",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "flightctl",
                "product": "RHEM 1.1 for RHEL 9",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "0:1.1.3-1.el9em",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:multicluster_engine:2.11::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "multicluster-engine/hypershift-addon-rhel9-operator",
                "product": "multicluster engine for Kubernetes 2.11",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1786912006",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_api_data_protection:1.6::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "oadp/oadp-velero-rhel9",
                "product": "OpenShift API for Data Protection 1.6",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784058822",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:advanced_cluster_security:4.9::el8"
                ],
                "defaultStatus": "affected",
                "packageName": "advanced-cluster-security/rhacs-scanner-rhel8",
                "product": "Red Hat Advanced Cluster Security 4.9",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782891812",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:advanced_cluster_security:4.9::el8"
                ],
                "defaultStatus": "affected",
                "packageName": "advanced-cluster-security/rhacs-scanner-slim-rhel8",
                "product": "Red Hat Advanced Cluster Security 4.9",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782891812",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:advanced_cluster_security:4.9::el8"
                ],
                "defaultStatus": "affected",
                "packageName": "advanced-cluster-security/rhacs-scanner-v4-rhel8",
                "product": "Red Hat Advanced Cluster Security 4.9",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783357116",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:advanced_cluster_security:4.10::el8"
                ],
                "defaultStatus": "affected",
                "packageName": "advanced-cluster-security/rhacs-scanner-rhel8",
                "product": "Red Hat Advanced Cluster Security for Kubernetes 4.10",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782891789",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:advanced_cluster_security:4.10::el8"
                ],
                "defaultStatus": "affected",
                "packageName": "advanced-cluster-security/rhacs-scanner-slim-rhel8",
                "product": "Red Hat Advanced Cluster Security for Kubernetes 4.10",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782891789",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.0::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-alert-exporter-rhel9",
                "product": "Red Hat Edge Manager 1.0",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783502022",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.0::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-alertmanager-proxy-rhel9",
                "product": "Red Hat Edge Manager 1.0",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783502465",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.0::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-api-rhel9",
                "product": "Red Hat Edge Manager 1.0",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783502025",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.0::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-cli-artifacts-rhel9",
                "product": "Red Hat Edge Manager 1.0",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783502494",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.0::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-db-setup-rhel9",
                "product": "Red Hat Edge Manager 1.0",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783502401",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.0::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-pam-issuer-rhel9",
                "product": "Red Hat Edge Manager 1.0",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783502403",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.0::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-periodic-rhel9",
                "product": "Red Hat Edge Manager 1.0",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783502022",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.0::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-telemetry-gateway-rhel9",
                "product": "Red Hat Edge Manager 1.0",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783502023",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.0::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-userinfo-proxy-rhel9",
                "product": "Red Hat Edge Manager 1.0",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783502029",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.0::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-worker-rhel9",
                "product": "Red Hat Edge Manager 1.0",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783502445",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-alert-exporter-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784194638",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-alertmanager-proxy-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784194353",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-api-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784196588",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-cli-artifacts-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784195620",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-db-setup-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784194309",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-imagebuilder-api-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784194144",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-imagebuilder-worker-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784194188",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-pam-issuer-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784194653",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-periodic-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784194144",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-telemetry-gateway-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784194980",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-userinfo-proxy-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784194347",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-worker-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784194971",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-alert-exporter-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784128388",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-alertmanager-proxy-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784128860",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-api-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784126780",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-cli-artifacts-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784127787",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-db-setup-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784126762",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-imagebuilder-api-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784127762",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-imagebuilder-worker-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784126832",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-pam-issuer-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784126774",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-periodic-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784127791",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-telemetry-gateway-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784127135",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-userinfo-proxy-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784126733",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-worker-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784127775",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.7::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-controller-rhel9",
                "product": "Red Hat OpenShift Builds 1.7.3",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783057515",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.7::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-git-cloner-rhel9",
                "product": "Red Hat OpenShift Builds 1.7.3",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783057529",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.7::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-image-bundler-rhel9",
                "product": "Red Hat OpenShift Builds 1.7.3",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783057884",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.7::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-image-processing-rhel9",
                "product": "Red Hat OpenShift Builds 1.7.3",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783058067",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.7::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-waiters-rhel9",
                "product": "Red Hat OpenShift Builds 1.7.3",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783057868",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.7::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-webhook-rhel9",
                "product": "Red Hat OpenShift Builds 1.7.3",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783058284",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.8::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-controller-rhel9",
                "product": "Red Hat OpenShift Builds 1.8.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783612432",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.8::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-git-cloner-rhel9",
                "product": "Red Hat OpenShift Builds 1.8.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783611973",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.8::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-image-bundler-rhel9",
                "product": "Red Hat OpenShift Builds 1.8.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783612714",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.8::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-image-processing-rhel9",
                "product": "Red Hat OpenShift Builds 1.8.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783611805",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.8::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-rhel9-operator",
                "product": "Red Hat OpenShift Builds 1.8.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784121108",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.8::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-waiters-rhel9",
                "product": "Red Hat OpenShift Builds 1.8.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783612119",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.8::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-webhook-rhel9",
                "product": "Red Hat OpenShift Builds 1.8.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783612163",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/cephcsi-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782932114",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/cephcsi-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782931768",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/devicefinder-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782932104",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/mcg-core-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783536000",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/mcg-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783535989",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/ocs-client-console-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783536515",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/ocs-client-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782932521",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/ocs-metrics-exporter-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783018461",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/ocs-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783018421",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-blackbox-exporter-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782932812",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-cli-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783537001",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-cloudnative-pg-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782932919",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-console-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783537586",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-cosi-sidecar-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782932969",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-csi-addons-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782933015",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-csi-addons-sidecar-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782933042",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-drbd-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783537392",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-external-snapshotter-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782933235",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-external-snapshotter-sidecar-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782933251",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-multicluster-console-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783537955",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-multicluster-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782933417",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-must-gather-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783537742",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782933602",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odr-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783019377",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odr-volsync-plugin-mover-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782934054",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odr-volsync-plugin-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782934036",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/rook-ceph-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782934284",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_gitops:1.19::el8"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-gitops-1/argocd-rhel8",
                "product": "Red Hat OpenShift GitOps 1.19",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1785149260",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_gitops:1.20::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-gitops-1/argocd-rhel9",
                "product": "Red Hat OpenShift GitOps 1.2",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1785211346",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:quay:3.10::el8"
                ],
                "defaultStatus": "affected",
                "packageName": "quay/quay-rhel8",
                "product": "Red Hat Quay 3.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783750447",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:quay:3.12::el8"
                ],
                "defaultStatus": "affected",
                "packageName": "quay/quay-rhel8",
                "product": "Red Hat Quay 3.12",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783751865",
                    "versionType": "rpm"
                  },
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784353904",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:quay:3.15::el8"
                ],
                "defaultStatus": "affected",
                "packageName": "quay/quay-rhel8",
                "product": "Red Hat Quay 3.15",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784351966",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:quay:3.16::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "quay/quay-rhel9",
                "product": "Red Hat Quay 3.16",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783955846",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:quay:3.9::el8"
                ],
                "defaultStatus": "affected",
                "packageName": "quay/quay-rhel8",
                "product": "Red Hat Quay 3.9",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784125838",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:trusted_artifact_signer:1.3::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhtas/gitsign-rhel9",
                "product": "Red Hat Trusted Artifact Signer 1.3",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783959819",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:trusted_artifact_signer:1.4::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "conforma-cli-stack-v1",
                "product": "Red Hat Trusted Artifact Signer 1.4",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "4-1.4.2",
                    "versionType": "rpm"
                  },
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "4-1.4.3",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:trusted_artifact_signer:1.4::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhtas/gitsign-rhel9",
                "product": "Red Hat Trusted Artifact Signer 1.4",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783332061",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:assisted_installer:2"
                ],
                "defaultStatus": "affected",
                "packageName": "assisted/agent-preinstall-image-builder-rhel9",
                "product": "Assisted Installer for Red Hat OpenShift Container Platform 2",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:cert_manager:1"
                ],
                "defaultStatus": "affected",
                "packageName": "cert-manager/cert-manager-operator-rhel9",
                "product": "cert-manager Operator for Red Hat OpenShift",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:cert_manager:1"
                ],
                "defaultStatus": "affected",
                "packageName": "cert-manager/jetstack-cert-manager-rhel9",
                "product": "cert-manager Operator for Red Hat OpenShift",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:ext_dns_optr:1"
                ],
                "defaultStatus": "affected",
                "packageName": "edo/external-dns-rhel9",
                "product": "ExternalDNS Operator",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:external_secrets_operator:1"
                ],
                "defaultStatus": "affected",
                "packageName": "external-secrets-operator/external-secrets-rhel9",
                "product": "External Secrets Operator for Red Hat OpenShift",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:logging:6"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-logging/cluster-logging-rhel9-operator",
                "product": "Logging Subsystem for Red Hat OpenShift",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:multicluster_engine"
                ],
                "defaultStatus": "affected",
                "packageName": "multicluster-engine/cluster-image-set-controller-rhel9",
                "product": "Multicluster Engine for Kubernetes",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_pipelines:1"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-pipelines-client",
                "product": "OpenShift Pipelines",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_pipelines:1"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-pipelines/pipelines-chains-controller-rhel9",
                "product": "OpenShift Pipelines",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_pipelines:1"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9",
                "product": "OpenShift Pipelines",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_pipelines:1"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9",
                "product": "OpenShift Pipelines",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_pipelines:1"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-pipelines/pipelines-results-api-rhel9",
                "product": "OpenShift Pipelines",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_pipelines:1"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-pipelines/pipelines-results-watcher-rhel9",
                "product": "OpenShift Pipelines",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:serverless:1"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-serverless-1/kn-plugin-func-func-util-rhel9",
                "product": "OpenShift Serverless",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:serverless:1"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-serverless-clients",
                "product": "OpenShift Serverless",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:acm:2"
                ],
                "defaultStatus": "affected",
                "packageName": "rhacm2/multicluster-operators-subscription-rhel9",
                "product": "Red Hat Advanced Cluster Management for Kubernetes 2",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:acm:2"
                ],
                "defaultStatus": "affected",
                "packageName": "rhacm2/volsync-rhel9",
                "product": "Red Hat Advanced Cluster Management for Kubernetes 2",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:advanced_cluster_security:4"
                ],
                "defaultStatus": "affected",
                "packageName": "advanced-cluster-security/rhacs-main-rhel8",
                "product": "Red Hat Advanced Cluster Security 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:advanced_cluster_security:4"
                ],
                "defaultStatus": "affected",
                "packageName": "advanced-cluster-security/rhacs-rhel8-operator",
                "product": "Red Hat Advanced Cluster Security 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:advanced_cluster_security:4"
                ],
                "defaultStatus": "affected",
                "packageName": "advanced-cluster-security/rhacs-roxctl-rhel8",
                "product": "Red Hat Advanced Cluster Security 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:ceph_storage:9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhceph/alloy-rhel10",
                "product": "Red Hat Ceph Storage 9",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_ai"
                ],
                "defaultStatus": "affected",
                "packageName": "rhoai/odh-data-science-pipelines-argo-argoexec-rhel9",
                "product": "Red Hat OpenShift AI (RHOAI)",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_ai"
                ],
                "defaultStatus": "affected",
                "packageName": "rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9",
                "product": "Red Hat OpenShift AI (RHOAI)",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "unaffected",
                "packageName": "cri-o",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "microshift",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift4/oc-mirror-plugin-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift4/ose-baremetal-installer-rhel8",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-baremetal-installer-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-docker-builder",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-docker-builder-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-dpu-cni-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-dpu-daemon-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-dpu-intel-netsec-vsp-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-dpu-marvell-cp-agent-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-dpu-marvell-vsp-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-dpu-network-resources-injector-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-dpu-rhel9-operator",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift4/ose-hypershift-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-installer",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift4/ose-installer-altinfra-rhel8",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-installer-altinfra-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift4/ose-installer-artifacts",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-installer-artifacts-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-installer-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift4/ose-tests",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift4/ose-tests-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "unaffected",
                "packageName": "ose-azure-acr-image-credential-provider",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "podman",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:devworkspace"
                ],
                "defaultStatus": "affected",
                "packageName": "devworkspace/devworkspace-project-clone-rhel9",
                "product": "Red Hat OpenShift Dev Workspaces Operator",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:devworkspace"
                ],
                "defaultStatus": "affected",
                "packageName": "devworkspace/devworkspace-rhel9-operator",
                "product": "Red Hat OpenShift Dev Workspaces Operator",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_gitops:1"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift-gitops-1/argocd-agent-rhel8",
                "product": "Red Hat OpenShift GitOps",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_gitops:1"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-gitops-1/argocd-agent-rhel9",
                "product": "Red Hat OpenShift GitOps",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_gitops:1"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift-gitops-1/argocd-image-updater-rhel8",
                "product": "Red Hat OpenShift GitOps",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_gitops:1"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift-gitops-1/argocd-image-updater-rhel9",
                "product": "Red Hat OpenShift GitOps",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_gitops:1"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift-gitops-1/gitops-rhel8",
                "product": "Red Hat OpenShift GitOps",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_gitops:1"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift-gitops-1/gitops-rhel8-operator",
                "product": "Red Hat OpenShift GitOps",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_gitops:1"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift-gitops-1/gitops-rhel9",
                "product": "Red Hat OpenShift GitOps",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_gitops:1"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift-gitops-1/gitops-rhel9-operator",
                "product": "Red Hat OpenShift GitOps",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:container_native_virtualization:4"
                ],
                "defaultStatus": "affected",
                "packageName": "kubevirt",
                "product": "Red Hat OpenShift Virtualization 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openstack:16.2"
                ],
                "defaultStatus": "unaffected",
                "packageName": "golang-googlecode-go-crypto",
                "product": "Red Hat OpenStack Platform 16.2",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openstack:16.2"
                ],
                "defaultStatus": "unaffected",
                "packageName": "rhosp-rhel8/osp-director-agent",
                "product": "Red Hat OpenStack Platform 16.2",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openstack:16.2"
                ],
                "defaultStatus": "unaffected",
                "packageName": "rhosp-rhel8/osp-director-operator",
                "product": "Red Hat OpenStack Platform 16.2",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openstack:16.2"
                ],
                "defaultStatus": "unaffected",
                "packageName": "rhosp-rhel8/osp-director-operator-bundle",
                "product": "Red Hat OpenStack Platform 16.2",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openstack:17.1"
                ],
                "defaultStatus": "unaffected",
                "packageName": "rhosp-rhel9/osp-director-agent",
                "product": "Red Hat OpenStack Platform 17.1",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openstack:17.1"
                ],
                "defaultStatus": "unaffected",
                "packageName": "rhosp-rhel9/osp-director-operator",
                "product": "Red Hat OpenStack Platform 17.1",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openstack:17.1"
                ],
                "defaultStatus": "unaffected",
                "packageName": "rhosp-rhel9/osp-director-operator-bundle",
                "product": "Red Hat OpenStack Platform 17.1",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openstack:18.0"
                ],
                "defaultStatus": "unaffected",
                "packageName": "rhoso-operators/prometheus-podman-exporter-rhel9",
                "product": "Red Hat OpenStack Platform 18.0",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:quay:3"
                ],
                "defaultStatus": "affected",
                "packageName": "quay/quay-builder-rhel9",
                "product": "Red Hat Quay 3",
                "vendor": "Red Hat"
              }
            ],
            "datePublic": "2026-05-22T02:31:26.660Z",
            "descriptions": [
              {
                "lang": "en",
                "value": "A flaw was found in golang.org/x/crypto/ssh/agent. When a key was added to a remote agent, security restrictions, known as constraint extensions, were not properly processed during the request. This allowed these restrictions to be silently removed when keys were forwarded, leading to the unrestricted use of the key on the remote host. This vulnerability could enable an attacker to bypass intended security controls and perform unauthorized actions."
              }
            ],
            "metrics": [
              {
                "other": {
                  "content": {
                    "namespace": "https://access.redhat.com/security/updates/classification/",
                    "value": "Important"
                  },
                  "type": "Red Hat severity rating"
                }
              },
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "NONE",
                  "baseScore": 8.7,
                  "baseSeverity": "HIGH",
                  "confidentialityImpact": "HIGH",
                  "integrityImpact": "HIGH",
                  "privilegesRequired": "LOW",
                  "scope": "CHANGED",
                  "userInteraction": "REQUIRED",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N",
                  "version": "3.1"
                },
                "format": "CVSS"
              }
            ],
            "problemTypes": [
              {
                "descriptions": [
                  {
                    "cweId": "CWE-281",
                    "description": "Improper Preservation of Permissions",
                    "lang": "en",
                    "type": "CWE"
                  }
                ]
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-24T12:06:49.979Z",
              "orgId": "0b0ca135-0b70-47e7-9f44-1890c2a1c46c",
              "shortName": "redhat-SADP"
            },
            "references": [
              {
                "tags": [
                  "vdb-entry",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/security/cve/CVE-2026-39832"
              },
              {
                "name": "RHBZ#2480685",
                "tags": [
                  "issue-tracking",
                  "x_refsource_REDHAT"
                ],
                "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480685"
              },
              {
                "tags": [
                  "x_sadp-csaf-vex"
                ],
                "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-39832.json"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:41019"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:36796"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:36199"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:37072"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:35833"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:49944"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:37410"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:37123"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:43692"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:36319"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:36625"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:36651"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:40945"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:40118"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:36648"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:41036"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:52857"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:52910"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:37387"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:42146"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:43052"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:42796"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:41066"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:41031"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:40262"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:40972"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:36797"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:37271"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:57194"
              }
            ],
            "solutions": [
              {
                "lang": "en",
                "value": "RHSA-2026:41019: RHEM 1.1 for RHEL 10, RHEM 1.1 for RHEL 9"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:36796: RHEM 1.0 for RHEL 9"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:36199: Red Hat Enterprise Linux AppStream (v. 10)"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:37072: Red Hat Enterprise Linux AppStream (v. 10), Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:35833: Red Hat Enterprise Linux AppStream (v. 8)"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:49944: Red Hat Enterprise Linux AppStream E4S (v.8.8), Red Hat Enterprise Linux AppStream TUS (v.8.8)"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:37410: Red Hat Enterprise Linux AppStream (v. 9)"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:37123: Red Hat Enterprise Linux AppStream (v. 9)"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:43692: OpenShift API for Data Protection 1.6"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:36319: Red Hat Advanced Cluster Security 4.9"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:36625: Red Hat Advanced Cluster Security for Kubernetes 4.10"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:36651: Red Hat Edge Manager 1.0"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:40945: Red Hat Edge Manager 1.1"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:40118: Red Hat Edge Manager 1.1"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:36648: Red Hat OpenShift Builds 1.7.3"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:41036: Red Hat OpenShift Builds 1.8.1"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:52857: Red Hat OpenShift GitOps 1.19"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:52910: Red Hat OpenShift GitOps 1.2"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:37387: Red Hat Openshift Data Foundation 4.22"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:42146: Red Hat Quay 3.12"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:43052: Red Hat Quay 3.12"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:42796: Red Hat Quay 3.15"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:41066: Red Hat Quay 3.16"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:41031: Red Hat Quay 3.1"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:40262: Red Hat Quay 3.9"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:40972: Red Hat Trusted Artifact Signer 1.3"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:36797: Red Hat Trusted Artifact Signer 1.4"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:37271: Red Hat Trusted Artifact Signer 1.4"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:57194: multicluster engine for Kubernetes 2.11"
              }
            ],
            "timeline": [
              {
                "lang": "en",
                "time": "2026-05-22T04:01:41.402Z",
                "value": "Reported to Red Hat."
              },
              {
                "lang": "en",
                "time": "2026-05-22T02:31:26.660Z",
                "value": "Made public."
              }
            ],
            "title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: Security bypass due to improper handling of key restrictions",
            "workarounds": [
              {
                "lang": "en",
                "value": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability."
              }
            ],
            "x_adpType": "supplier",
            "x_generator": {
              "engine": "sadp-cli 1.0.0"
            }
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://pkg.go.dev",
              "defaultStatus": "unaffected",
              "packageName": "golang.org/x/crypto/ssh/agent",
              "product": "golang.org/x/crypto/ssh/agent",
              "programRoutines": [
                {
                  "name": "client.Add"
                },
                {
                  "name": "keyring.Add"
                }
              ],
              "vendor": "golang.org/x/crypto",
              "versions": [
                {
                  "lessThan": "0.52.0",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "value": "NCC Group Cryptography Services, sponsored by Teleport"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "When adding a key to a remote agent constraint extensions such as restrict-destination-v00@openssh.com were not serialized in the request. Destination restrictions were silently stripped when forwarding keys, allowing unrestricted use of the key on the remote host. The client now serializes all constraint extensions. Additionally, the in-memory keyring returned by NewKeyring() now rejects keys with unsupported constraint extensions instead of silently ignoring them."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "CWE-281: Improper Preservation of Permissions",
                  "lang": "en"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-11T21:28:47.814Z",
            "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
            "shortName": "Go"
          },
          "references": [
            {
              "url": "https://go.dev/issue/79435"
            },
            {
              "url": "https://go.dev/cl/778640"
            },
            {
              "url": "https://go.dev/cl/778641"
            },
            {
              "url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
            },
            {
              "url": "https://pkg.go.dev/vuln/GO-2026-5006"
            }
          ],
          "title": "Invoking  agent constraints dropped when forwarding keys in golang.org/x/crypto/ssh/agent"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "assignerShortName": "Go",
        "cveId": "CVE-2026-39832",
        "datePublished": "2026-05-22T02:31:26.660Z",
        "dateReserved": "2026-04-07T18:13:03.529Z",
        "dateUpdated": "2026-08-24T12:06:49.979Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2025-47914 (GCVE-0-2025-47914)

    Vulnerability from nvd – Published: 2025-11-19 20:33 – Updated: 2025-11-20 17:15
    VLAI
    Title
    Malformed constraint may cause denial of service in golang.org/x/crypto/ssh/agent
    Summary
    SSH Agent servers do not validate the size of messages when processing new identity requests, which may cause the program to panic if the message is malformed due to an out of bounds read.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2025-11-19 20:50 UTC
    CWE
    Assigner
    Impacted products
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "LOW",
                  "baseScore": 5.3,
                  "baseSeverity": "MEDIUM",
                  "confidentialityImpact": "NONE",
                  "integrityImpact": "NONE",
                  "privilegesRequired": "NONE",
                  "scope": "UNCHANGED",
                  "userInteraction": "NONE",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2025-47914",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2025-11-19T20:50:27.263405Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "problemTypes": [
              {
                "descriptions": [
                  {
                    "cweId": "CWE-125",
                    "description": "CWE-125 Out-of-bounds Read",
                    "lang": "en",
                    "type": "CWE"
                  }
                ]
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2025-11-19T20:50:30.968Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://pkg.go.dev",
              "defaultStatus": "unaffected",
              "packageName": "golang.org/x/crypto/ssh/agent",
              "product": "golang.org/x/crypto/ssh/agent",
              "programRoutines": [
                {
                  "name": "parseConstraints"
                },
                {
                  "name": "ForwardToAgent"
                },
                {
                  "name": "ServeAgent"
                }
              ],
              "vendor": "golang.org/x/crypto",
              "versions": [
                {
                  "lessThan": "0.45.0",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "value": "Jakub Ciolek"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "SSH Agent servers do not validate the size of messages when processing new identity requests, which may cause the program to panic if the message is malformed due to an out of bounds read."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "CWE-237",
                  "lang": "en"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2025-11-20T17:15:00.344Z",
            "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
            "shortName": "Go"
          },
          "references": [
            {
              "url": "https://groups.google.com/g/golang-announce/c/w-oX3UxNcZA"
            },
            {
              "url": "https://go.dev/cl/721960"
            },
            {
              "url": "https://go.dev/issue/76364"
            },
            {
              "url": "https://pkg.go.dev/vuln/GO-2025-4135"
            }
          ],
          "title": "Malformed constraint may cause denial of service in golang.org/x/crypto/ssh/agent"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "assignerShortName": "Go",
        "cveId": "CVE-2025-47914",
        "datePublished": "2025-11-19T20:33:43.126Z",
        "dateReserved": "2025-05-13T23:31:29.597Z",
        "dateUpdated": "2025-11-20T17:15:00.344Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2025-47913 (GCVE-0-2025-47913)

    Vulnerability from nvd – Published: 2025-11-13 21:29 – Updated: 2025-12-16 16:43
    VLAI
    Title
    Potential denial of service in golang.org/x/crypto/ssh/agent
    Summary
    SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2025-11-13 21:47 UTC
    CWE
    • CWE-703 - Improper Handling of Exceptional Conditions
    Assigner
    Impacted products
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "HIGH",
                  "baseScore": 7.5,
                  "baseSeverity": "HIGH",
                  "confidentialityImpact": "NONE",
                  "integrityImpact": "NONE",
                  "privilegesRequired": "NONE",
                  "scope": "UNCHANGED",
                  "userInteraction": "NONE",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2025-47913",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2025-11-13T21:47:44.206349Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2025-11-13T21:47:50.864Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://pkg.go.dev",
              "defaultStatus": "unaffected",
              "packageName": "golang.org/x/crypto/ssh/agent",
              "product": "golang.org/x/crypto/ssh/agent",
              "programRoutines": [
                {
                  "name": "client.SignWithFlags"
                },
                {
                  "name": "client.List"
                },
                {
                  "name": "agentKeyringSigner.Sign"
                },
                {
                  "name": "agentKeyringSigner.SignWithAlgorithm"
                },
                {
                  "name": "client.Sign"
                },
                {
                  "name": "client.Signers"
                }
              ],
              "vendor": "golang.org/x/crypto",
              "versions": [
                {
                  "lessThan": "0.43.0",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "value": "Jakub Ciolek"
            },
            {
              "lang": "en",
              "value": "Nicola Murino"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "CWE-703: Improper Handling of Exceptional Conditions",
                  "lang": "en"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2025-12-16T16:43:43.633Z",
            "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
            "shortName": "Go"
          },
          "references": [
            {
              "url": "https://go.dev/cl/700295"
            },
            {
              "url": "https://go.dev/issue/75178"
            },
            {
              "url": "https://github.com/advisories/GHSA-56w8-48fp-6mgv"
            },
            {
              "url": "https://pkg.go.dev/vuln/GO-2025-4116"
            }
          ],
          "title": "Potential denial of service in golang.org/x/crypto/ssh/agent"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "assignerShortName": "Go",
        "cveId": "CVE-2025-47913",
        "datePublished": "2025-11-13T21:29:39.907Z",
        "dateReserved": "2025-05-13T23:31:29.597Z",
        "dateUpdated": "2025-12-16T16:43:43.633Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-46598 (GCVE-0-2026-46598)

    Vulnerability from cvelistv5 – Published: 2026-05-22 02:31 – Updated: 2026-05-22 18:14
    VLAI
    Title
    Invoking pathological inputs can lead to client panic in golang.org/x/crypto/ssh/agent
    Summary
    For certain crafted inputs, a 'ed25519.PrivateKey' was created by casting malformed wire bytes, leading to a panic when used.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-05-22 18:12 UTC
    CWE
    • CWE-129 - Improper Validation of Array Index
    Assigner
    Impacted products
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "LOW",
                  "baseScore": 5.3,
                  "baseSeverity": "MEDIUM",
                  "confidentialityImpact": "NONE",
                  "integrityImpact": "NONE",
                  "privilegesRequired": "NONE",
                  "scope": "UNCHANGED",
                  "userInteraction": "NONE",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-46598",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-05-22T18:12:30.585638Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "problemTypes": [
              {
                "descriptions": [
                  {
                    "cweId": "CWE-129",
                    "description": "CWE-129 Improper Validation of Array Index",
                    "lang": "en",
                    "type": "CWE"
                  }
                ]
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-05-22T18:14:37.255Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://pkg.go.dev",
              "defaultStatus": "unaffected",
              "packageName": "golang.org/x/crypto/ssh/agent",
              "product": "golang.org/x/crypto/ssh/agent",
              "programRoutines": [
                {
                  "name": "parseEd25519Cert"
                },
                {
                  "name": "parseEd25519Key"
                },
                {
                  "name": "ForwardToAgent"
                },
                {
                  "name": "ServeAgent"
                }
              ],
              "vendor": "golang.org/x/crypto",
              "versions": [
                {
                  "lessThan": "0.52.0",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "value": "NCC Group Cryptography Services, sponsored by Teleport"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "For certain crafted inputs, a \u0027ed25519.PrivateKey\u0027 was created by casting malformed wire bytes, leading to a panic when used."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "CWE-129: Improper Validation of Array Index",
                  "lang": "en"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-05-22T02:31:27.986Z",
            "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
            "shortName": "Go"
          },
          "references": [
            {
              "url": "https://go.dev/issue/79596"
            },
            {
              "url": "https://go.dev/cl/781360"
            },
            {
              "url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
            },
            {
              "url": "https://pkg.go.dev/vuln/GO-2026-5033"
            }
          ],
          "title": "Invoking  pathological inputs can lead to client panic in golang.org/x/crypto/ssh/agent"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "assignerShortName": "Go",
        "cveId": "CVE-2026-46598",
        "datePublished": "2026-05-22T02:31:27.986Z",
        "dateReserved": "2026-05-15T17:35:00.813Z",
        "dateUpdated": "2026-05-22T18:14:37.255Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-39832 (GCVE-0-2026-39832)

    Vulnerability from cvelistv5 – Published: 2026-05-22 02:31 – Updated: 2026-08-24 12:06
    VLAI
    Title
    Invoking agent constraints dropped when forwarding keys in golang.org/x/crypto/ssh/agent
    Summary
    When adding a key to a remote agent constraint extensions such as restrict-destination-v00@openssh.com were not serialized in the request. Destination restrictions were silently stripped when forwarding keys, allowing unrestricted use of the key on the remote host. The client now serializes all constraint extensions. Additionally, the in-memory keyring returned by NewKeyring() now rejects keys with unsupported constraint extensions instead of silently ignoring them.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: total
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-05-22 18:59 UTC
    CWE
    • CWE-281 - Improper Preservation of Permissions
    Assigner
    References
    URL Tags
    https://go.dev/issue/79435
    https://go.dev/cl/778640
    https://go.dev/cl/778641
    https://groups.google.com/g/golang-announce/c/a08…
    https://pkg.go.dev/vuln/GO-2026-5006
    https://access.redhat.com/security/cve/CVE-2026-39832 vdb-entryx_refsource_REDHAT
    https://bugzilla.redhat.com/show_bug.cgi?id=2480685 issue-trackingx_refsource_REDHAT
    https://security.access.redhat.com/data/csaf/v2/v… x_sadp-csaf-vex
    https://access.redhat.com/errata/RHSA-2026:41019 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:36796 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:36199 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:37072 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:35833 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:49944 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:37410 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:37123 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:43692 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:36319 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:36625 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:36651 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:40945 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:40118 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:36648 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:41036 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:52857 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:52910 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:37387 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:42146 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:43052 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:42796 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:41066 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:41031 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:40262 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:40972 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:36797 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:37271 vendor-advisoryx_refsource_REDHAT
    https://access.redhat.com/errata/RHSA-2026:57194 vendor-advisoryx_refsource_REDHAT
    Impacted products
    Vendor Product Version
    golang.org/x/crypto golang.org/x/crypto/ssh/agent Affected: 0 , < 0.52.0 (semver)
    Create a notification for this product.
    Red Hat Red Hat Enterprise Linux 10 Unaffected: 2:1.43.1-3.el10_2 , < * (rpm)
        cpe:/o:redhat:enterprise_linux:10.2
    Create a notification for this product.
    Red Hat Red Hat Enterprise Linux 10 Unaffected: 7:5.8.2-4.el10_2 , < * (rpm)
        cpe:/o:redhat:enterprise_linux:10.2
    Create a notification for this product.
    Red Hat Red Hat Enterprise Linux 8 Unaffected: 8100020260701102925.afee755d , < * (rpm)
        cpe:/a:redhat:enterprise_linux:8
    Create a notification for this product.
    Red Hat Red Hat Enterprise Linux 8.8 Telecommunications Update Service Unaffected: 8080020260721142025.63b34585 , < * (rpm)
        cpe:/a:redhat:rhel_tus:8.8
    Create a notification for this product.
    Red Hat Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions Unaffected: 8080020260721142025.63b34585 , < * (rpm)
        cpe:/a:redhat:rhel_e4s:8.8
    Create a notification for this product.
    Red Hat Red Hat Enterprise Linux 9 Unaffected: 6:5.8.2-4.el9_8 , < * (rpm)
        cpe:/a:redhat:enterprise_linux:9
    Create a notification for this product.
    Red Hat Red Hat Enterprise Linux 9 Unaffected: 2:1.43.1-3.el9_8 , < * (rpm)
        cpe:/a:redhat:enterprise_linux:9
    Create a notification for this product.
    Red Hat RHEM 1.0 for RHEL 9 Unaffected: 0:1.0.3-1.el9em , < * (rpm)
        cpe:/a:redhat:edge_manager:1.0::el9
    Create a notification for this product.
    Red Hat RHEM 1.1 for RHEL 10 Unaffected: 0:1.1.3-1.el10em , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat RHEM 1.1 for RHEL 9 Unaffected: 0:1.1.3-1.el9em , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat multicluster engine for Kubernetes 2.11 Unaffected: 1786912006 , < * (rpm)
        cpe:/a:redhat:multicluster_engine:2.11::el9
    Create a notification for this product.
    Red Hat OpenShift API for Data Protection 1.6 Unaffected: 1784058822 , < * (rpm)
        cpe:/a:redhat:openshift_api_data_protection:1.6::el9
    Create a notification for this product.
    Red Hat Red Hat Advanced Cluster Security 4.9 Unaffected: 1782891812 , < * (rpm)
        cpe:/a:redhat:advanced_cluster_security:4.9::el8
    Create a notification for this product.
    Red Hat Red Hat Advanced Cluster Security 4.9 Unaffected: 1783357116 , < * (rpm)
        cpe:/a:redhat:advanced_cluster_security:4.9::el8
    Create a notification for this product.
    Red Hat Red Hat Advanced Cluster Security for Kubernetes 4.10 Unaffected: 1782891789 , < * (rpm)
        cpe:/a:redhat:advanced_cluster_security:4.10::el8
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.0 Unaffected: 1783502022 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.0::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.0 Unaffected: 1783502465 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.0::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.0 Unaffected: 1783502025 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.0::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.0 Unaffected: 1783502494 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.0::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.0 Unaffected: 1783502401 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.0::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.0 Unaffected: 1783502403 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.0::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.0 Unaffected: 1783502023 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.0::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.0 Unaffected: 1783502029 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.0::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.0 Unaffected: 1783502445 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.0::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784194638 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784194353 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784196588 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784195620 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784194309 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784194144 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784194188 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784194653 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784194980 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784194347 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784194971 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el10
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784128388 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784128860 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784126780 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784127787 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784126762 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784127762 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784126832 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784126774 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784127791 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784127135 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784126733 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat Edge Manager 1.1 Unaffected: 1784127775 , < * (rpm)
        cpe:/a:redhat:edge_manager:1.1::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.7.3 Unaffected: 1783057515 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.7::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.7.3 Unaffected: 1783057529 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.7::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.7.3 Unaffected: 1783057884 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.7::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.7.3 Unaffected: 1783058067 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.7::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.7.3 Unaffected: 1783057868 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.7::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.7.3 Unaffected: 1783058284 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.7::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.8.1 Unaffected: 1783612432 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.8::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.8.1 Unaffected: 1783611973 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.8::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.8.1 Unaffected: 1783612714 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.8::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.8.1 Unaffected: 1783611805 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.8::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.8.1 Unaffected: 1784121108 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.8::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.8.1 Unaffected: 1783612119 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.8::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift Builds 1.8.1 Unaffected: 1783612163 , < * (rpm)
        cpe:/a:redhat:openshift_builds:1.8::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782932114 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782931768 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782932104 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783536000 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783535989 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783536515 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782932521 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783018461 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783018421 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782932812 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783537001 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782932919 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783537586 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782932969 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782933015 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782933042 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783537392 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782933235 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782933251 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783537955 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782933417 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783537742 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782933602 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1783019377 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782934054 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782934036 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat Openshift Data Foundation 4.22 Unaffected: 1782934284 , < * (rpm)
        cpe:/a:redhat:openshift_data_foundation:4.22::el9
    Create a notification for this product.
    Red Hat Red Hat OpenShift GitOps 1.19 Unaffected: 1785149260 , < * (rpm)
        cpe:/a:redhat:openshift_gitops:1.19::el8
    Create a notification for this product.
    Red Hat Red Hat OpenShift GitOps 1.2 Unaffected: 1785211346 , < * (rpm)
        cpe:/a:redhat:openshift_gitops:1.20::el9
    Create a notification for this product.
    Red Hat Red Hat Quay 3.1 Unaffected: 1783750447 , < * (rpm)
        cpe:/a:redhat:quay:3.10::el8
    Create a notification for this product.
    Red Hat Red Hat Quay 3.12 Unaffected: 1783751865 , < * (rpm)
    Unaffected: 1784353904 , < * (rpm)
        cpe:/a:redhat:quay:3.12::el8
    Create a notification for this product.
    Red Hat Red Hat Quay 3.15 Unaffected: 1784351966 , < * (rpm)
        cpe:/a:redhat:quay:3.15::el8
    Create a notification for this product.
    Red Hat Red Hat Quay 3.16 Unaffected: 1783955846 , < * (rpm)
        cpe:/a:redhat:quay:3.16::el9
    Create a notification for this product.
    Red Hat Red Hat Quay 3.9 Unaffected: 1784125838 , < * (rpm)
        cpe:/a:redhat:quay:3.9::el8
    Create a notification for this product.
    Red Hat Red Hat Trusted Artifact Signer 1.3 Unaffected: 1783959819 , < * (rpm)
        cpe:/a:redhat:trusted_artifact_signer:1.3::el9
    Create a notification for this product.
    Red Hat Red Hat Trusted Artifact Signer 1.4 Unaffected: 4-1.4.2 , < * (rpm)
    Unaffected: 4-1.4.3 , < * (rpm)
        cpe:/a:redhat:trusted_artifact_signer:1.4::el9
    Create a notification for this product.
    Red Hat Red Hat Trusted Artifact Signer 1.4 Unaffected: 1783332061 , < * (rpm)
        cpe:/a:redhat:trusted_artifact_signer:1.4::el9
    Create a notification for this product.
    Red Hat Assisted Installer for Red Hat OpenShift Container Platform 2     cpe:/a:redhat:assisted_installer:2
    Create a notification for this product.
    Red Hat cert-manager Operator for Red Hat OpenShift     cpe:/a:redhat:cert_manager:1
    Create a notification for this product.
    Red Hat ExternalDNS Operator     cpe:/a:redhat:ext_dns_optr:1
    Create a notification for this product.
    Red Hat External Secrets Operator for Red Hat OpenShift     cpe:/a:redhat:external_secrets_operator:1
    Create a notification for this product.
    Red Hat Logging Subsystem for Red Hat OpenShift     cpe:/a:redhat:logging:6
    Create a notification for this product.
    Red Hat Multicluster Engine for Kubernetes     cpe:/a:redhat:multicluster_engine
    Create a notification for this product.
    Red Hat OpenShift Pipelines     cpe:/a:redhat:openshift_pipelines:1
    Create a notification for this product.
    Red Hat OpenShift Serverless     cpe:/a:redhat:serverless:1
    Create a notification for this product.
    Red Hat Red Hat Advanced Cluster Management for Kubernetes 2     cpe:/a:redhat:acm:2
    Create a notification for this product.
    Red Hat Red Hat Advanced Cluster Security 4     cpe:/a:redhat:advanced_cluster_security:4
    Create a notification for this product.
    Red Hat Red Hat Ceph Storage 9     cpe:/a:redhat:ceph_storage:9
    Create a notification for this product.
    Red Hat Red Hat OpenShift AI (RHOAI)     cpe:/a:redhat:openshift_ai
    Create a notification for this product.
    Red Hat Red Hat OpenShift Container Platform 4     cpe:/a:redhat:openshift:4
    Create a notification for this product.
    Red Hat Red Hat OpenShift Dev Workspaces Operator     cpe:/a:redhat:devworkspace
    Create a notification for this product.
    Red Hat Red Hat OpenShift GitOps     cpe:/a:redhat:openshift_gitops:1
    Create a notification for this product.
    Red Hat Red Hat OpenShift Virtualization 4     cpe:/a:redhat:container_native_virtualization:4
    Create a notification for this product.
    Red Hat Red Hat OpenStack Platform 16.2     cpe:/a:redhat:openstack:16.2
    Create a notification for this product.
    Red Hat Red Hat OpenStack Platform 17.1     cpe:/a:redhat:openstack:17.1
    Create a notification for this product.
    Red Hat Red Hat OpenStack Platform 18.0     cpe:/a:redhat:openstack:18.0
    Create a notification for this product.
    Red Hat Red Hat Quay 3     cpe:/a:redhat:quay:3
    Create a notification for this product.
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "NONE",
                  "baseScore": 9.1,
                  "baseSeverity": "CRITICAL",
                  "confidentialityImpact": "HIGH",
                  "integrityImpact": "HIGH",
                  "privilegesRequired": "NONE",
                  "scope": "UNCHANGED",
                  "userInteraction": "NONE",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-39832",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-05-22T18:59:53.174504Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-05-22T19:03:06.882Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          },
          {
            "affected": [
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/o:redhat:enterprise_linux:10.2"
                ],
                "defaultStatus": "affected",
                "packageName": "buildah",
                "product": "Red Hat Enterprise Linux 10",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "2:1.43.1-3.el10_2",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/o:redhat:enterprise_linux:10.2"
                ],
                "defaultStatus": "affected",
                "packageName": "podman",
                "product": "Red Hat Enterprise Linux 10",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "7:5.8.2-4.el10_2",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:enterprise_linux:8"
                ],
                "defaultStatus": "affected",
                "packageName": "container-tools:rhel8",
                "product": "Red Hat Enterprise Linux 8",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "8100020260701102925.afee755d",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:rhel_tus:8.8"
                ],
                "defaultStatus": "affected",
                "packageName": "container-tools:rhel8",
                "product": "Red Hat Enterprise Linux 8.8 Telecommunications Update Service",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "8080020260721142025.63b34585",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:rhel_e4s:8.8"
                ],
                "defaultStatus": "affected",
                "packageName": "container-tools:rhel8",
                "product": "Red Hat Enterprise Linux 8.8 Update Services for SAP Solutions",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "8080020260721142025.63b34585",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:enterprise_linux:9"
                ],
                "defaultStatus": "affected",
                "packageName": "podman",
                "product": "Red Hat Enterprise Linux 9",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "6:5.8.2-4.el9_8",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:enterprise_linux:9"
                ],
                "defaultStatus": "affected",
                "packageName": "buildah",
                "product": "Red Hat Enterprise Linux 9",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "2:1.43.1-3.el9_8",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.0::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "flightctl",
                "product": "RHEM 1.0 for RHEL 9",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "0:1.0.3-1.el9em",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "flightctl",
                "product": "RHEM 1.1 for RHEL 10",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "0:1.1.3-1.el10em",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "flightctl",
                "product": "RHEM 1.1 for RHEL 9",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "0:1.1.3-1.el9em",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:multicluster_engine:2.11::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "multicluster-engine/hypershift-addon-rhel9-operator",
                "product": "multicluster engine for Kubernetes 2.11",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1786912006",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_api_data_protection:1.6::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "oadp/oadp-velero-rhel9",
                "product": "OpenShift API for Data Protection 1.6",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784058822",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:advanced_cluster_security:4.9::el8"
                ],
                "defaultStatus": "affected",
                "packageName": "advanced-cluster-security/rhacs-scanner-rhel8",
                "product": "Red Hat Advanced Cluster Security 4.9",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782891812",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:advanced_cluster_security:4.9::el8"
                ],
                "defaultStatus": "affected",
                "packageName": "advanced-cluster-security/rhacs-scanner-slim-rhel8",
                "product": "Red Hat Advanced Cluster Security 4.9",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782891812",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:advanced_cluster_security:4.9::el8"
                ],
                "defaultStatus": "affected",
                "packageName": "advanced-cluster-security/rhacs-scanner-v4-rhel8",
                "product": "Red Hat Advanced Cluster Security 4.9",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783357116",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:advanced_cluster_security:4.10::el8"
                ],
                "defaultStatus": "affected",
                "packageName": "advanced-cluster-security/rhacs-scanner-rhel8",
                "product": "Red Hat Advanced Cluster Security for Kubernetes 4.10",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782891789",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:advanced_cluster_security:4.10::el8"
                ],
                "defaultStatus": "affected",
                "packageName": "advanced-cluster-security/rhacs-scanner-slim-rhel8",
                "product": "Red Hat Advanced Cluster Security for Kubernetes 4.10",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782891789",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.0::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-alert-exporter-rhel9",
                "product": "Red Hat Edge Manager 1.0",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783502022",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.0::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-alertmanager-proxy-rhel9",
                "product": "Red Hat Edge Manager 1.0",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783502465",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.0::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-api-rhel9",
                "product": "Red Hat Edge Manager 1.0",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783502025",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.0::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-cli-artifacts-rhel9",
                "product": "Red Hat Edge Manager 1.0",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783502494",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.0::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-db-setup-rhel9",
                "product": "Red Hat Edge Manager 1.0",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783502401",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.0::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-pam-issuer-rhel9",
                "product": "Red Hat Edge Manager 1.0",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783502403",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.0::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-periodic-rhel9",
                "product": "Red Hat Edge Manager 1.0",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783502022",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.0::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-telemetry-gateway-rhel9",
                "product": "Red Hat Edge Manager 1.0",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783502023",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.0::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-userinfo-proxy-rhel9",
                "product": "Red Hat Edge Manager 1.0",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783502029",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.0::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-worker-rhel9",
                "product": "Red Hat Edge Manager 1.0",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783502445",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-alert-exporter-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784194638",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-alertmanager-proxy-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784194353",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-api-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784196588",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-cli-artifacts-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784195620",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-db-setup-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784194309",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-imagebuilder-api-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784194144",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-imagebuilder-worker-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784194188",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-pam-issuer-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784194653",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-periodic-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784194144",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-telemetry-gateway-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784194980",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-userinfo-proxy-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784194347",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el10"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-worker-rhel10",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784194971",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-alert-exporter-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784128388",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-alertmanager-proxy-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784128860",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-api-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784126780",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-cli-artifacts-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784127787",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-db-setup-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784126762",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-imagebuilder-api-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784127762",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-imagebuilder-worker-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784126832",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-pam-issuer-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784126774",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-periodic-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784127791",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-telemetry-gateway-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784127135",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-userinfo-proxy-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784126733",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:edge_manager:1.1::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhem/flightctl-worker-rhel9",
                "product": "Red Hat Edge Manager 1.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784127775",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.7::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-controller-rhel9",
                "product": "Red Hat OpenShift Builds 1.7.3",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783057515",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.7::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-git-cloner-rhel9",
                "product": "Red Hat OpenShift Builds 1.7.3",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783057529",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.7::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-image-bundler-rhel9",
                "product": "Red Hat OpenShift Builds 1.7.3",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783057884",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.7::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-image-processing-rhel9",
                "product": "Red Hat OpenShift Builds 1.7.3",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783058067",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.7::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-waiters-rhel9",
                "product": "Red Hat OpenShift Builds 1.7.3",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783057868",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.7::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-webhook-rhel9",
                "product": "Red Hat OpenShift Builds 1.7.3",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783058284",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.8::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-controller-rhel9",
                "product": "Red Hat OpenShift Builds 1.8.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783612432",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.8::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-git-cloner-rhel9",
                "product": "Red Hat OpenShift Builds 1.8.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783611973",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.8::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-image-bundler-rhel9",
                "product": "Red Hat OpenShift Builds 1.8.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783612714",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.8::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-image-processing-rhel9",
                "product": "Red Hat OpenShift Builds 1.8.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783611805",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.8::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-rhel9-operator",
                "product": "Red Hat OpenShift Builds 1.8.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784121108",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.8::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-waiters-rhel9",
                "product": "Red Hat OpenShift Builds 1.8.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783612119",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_builds:1.8::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-builds/openshift-builds-webhook-rhel9",
                "product": "Red Hat OpenShift Builds 1.8.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783612163",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/cephcsi-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782932114",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/cephcsi-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782931768",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/devicefinder-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782932104",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/mcg-core-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783536000",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/mcg-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783535989",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/ocs-client-console-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783536515",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/ocs-client-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782932521",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/ocs-metrics-exporter-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783018461",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/ocs-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783018421",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-blackbox-exporter-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782932812",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-cli-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783537001",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-cloudnative-pg-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782932919",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-console-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783537586",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-cosi-sidecar-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782932969",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-csi-addons-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782933015",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-csi-addons-sidecar-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782933042",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-drbd-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783537392",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-external-snapshotter-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782933235",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-external-snapshotter-sidecar-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782933251",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-multicluster-console-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783537955",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-multicluster-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782933417",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-must-gather-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783537742",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odf-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782933602",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odr-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783019377",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odr-volsync-plugin-mover-rhel9",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782934054",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/odr-volsync-plugin-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782934036",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_data_foundation:4.22::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "odf4/rook-ceph-rhel9-operator",
                "product": "Red Hat Openshift Data Foundation 4.22",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1782934284",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_gitops:1.19::el8"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-gitops-1/argocd-rhel8",
                "product": "Red Hat OpenShift GitOps 1.19",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1785149260",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:openshift_gitops:1.20::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-gitops-1/argocd-rhel9",
                "product": "Red Hat OpenShift GitOps 1.2",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1785211346",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:quay:3.10::el8"
                ],
                "defaultStatus": "affected",
                "packageName": "quay/quay-rhel8",
                "product": "Red Hat Quay 3.1",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783750447",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:quay:3.12::el8"
                ],
                "defaultStatus": "affected",
                "packageName": "quay/quay-rhel8",
                "product": "Red Hat Quay 3.12",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783751865",
                    "versionType": "rpm"
                  },
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784353904",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:quay:3.15::el8"
                ],
                "defaultStatus": "affected",
                "packageName": "quay/quay-rhel8",
                "product": "Red Hat Quay 3.15",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784351966",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:quay:3.16::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "quay/quay-rhel9",
                "product": "Red Hat Quay 3.16",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783955846",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:quay:3.9::el8"
                ],
                "defaultStatus": "affected",
                "packageName": "quay/quay-rhel8",
                "product": "Red Hat Quay 3.9",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1784125838",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:trusted_artifact_signer:1.3::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhtas/gitsign-rhel9",
                "product": "Red Hat Trusted Artifact Signer 1.3",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783959819",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:trusted_artifact_signer:1.4::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "conforma-cli-stack-v1",
                "product": "Red Hat Trusted Artifact Signer 1.4",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "4-1.4.2",
                    "versionType": "rpm"
                  },
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "4-1.4.3",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://catalog.redhat.com/software/containers/",
                "cpes": [
                  "cpe:/a:redhat:trusted_artifact_signer:1.4::el9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhtas/gitsign-rhel9",
                "product": "Red Hat Trusted Artifact Signer 1.4",
                "vendor": "Red Hat",
                "versions": [
                  {
                    "lessThan": "*",
                    "status": "unaffected",
                    "version": "1783332061",
                    "versionType": "rpm"
                  }
                ]
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:assisted_installer:2"
                ],
                "defaultStatus": "affected",
                "packageName": "assisted/agent-preinstall-image-builder-rhel9",
                "product": "Assisted Installer for Red Hat OpenShift Container Platform 2",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:cert_manager:1"
                ],
                "defaultStatus": "affected",
                "packageName": "cert-manager/cert-manager-operator-rhel9",
                "product": "cert-manager Operator for Red Hat OpenShift",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:cert_manager:1"
                ],
                "defaultStatus": "affected",
                "packageName": "cert-manager/jetstack-cert-manager-rhel9",
                "product": "cert-manager Operator for Red Hat OpenShift",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:ext_dns_optr:1"
                ],
                "defaultStatus": "affected",
                "packageName": "edo/external-dns-rhel9",
                "product": "ExternalDNS Operator",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:external_secrets_operator:1"
                ],
                "defaultStatus": "affected",
                "packageName": "external-secrets-operator/external-secrets-rhel9",
                "product": "External Secrets Operator for Red Hat OpenShift",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:logging:6"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-logging/cluster-logging-rhel9-operator",
                "product": "Logging Subsystem for Red Hat OpenShift",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:multicluster_engine"
                ],
                "defaultStatus": "affected",
                "packageName": "multicluster-engine/cluster-image-set-controller-rhel9",
                "product": "Multicluster Engine for Kubernetes",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_pipelines:1"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-pipelines-client",
                "product": "OpenShift Pipelines",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_pipelines:1"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-pipelines/pipelines-chains-controller-rhel9",
                "product": "OpenShift Pipelines",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_pipelines:1"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-pipelines/pipelines-pipelines-as-code-controller-rhel9",
                "product": "OpenShift Pipelines",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_pipelines:1"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-pipelines/pipelines-pipelines-as-code-watcher-rhel9",
                "product": "OpenShift Pipelines",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_pipelines:1"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-pipelines/pipelines-results-api-rhel9",
                "product": "OpenShift Pipelines",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_pipelines:1"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-pipelines/pipelines-results-watcher-rhel9",
                "product": "OpenShift Pipelines",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:serverless:1"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-serverless-1/kn-plugin-func-func-util-rhel9",
                "product": "OpenShift Serverless",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:serverless:1"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-serverless-clients",
                "product": "OpenShift Serverless",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:acm:2"
                ],
                "defaultStatus": "affected",
                "packageName": "rhacm2/multicluster-operators-subscription-rhel9",
                "product": "Red Hat Advanced Cluster Management for Kubernetes 2",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:acm:2"
                ],
                "defaultStatus": "affected",
                "packageName": "rhacm2/volsync-rhel9",
                "product": "Red Hat Advanced Cluster Management for Kubernetes 2",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:advanced_cluster_security:4"
                ],
                "defaultStatus": "affected",
                "packageName": "advanced-cluster-security/rhacs-main-rhel8",
                "product": "Red Hat Advanced Cluster Security 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:advanced_cluster_security:4"
                ],
                "defaultStatus": "affected",
                "packageName": "advanced-cluster-security/rhacs-rhel8-operator",
                "product": "Red Hat Advanced Cluster Security 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:advanced_cluster_security:4"
                ],
                "defaultStatus": "affected",
                "packageName": "advanced-cluster-security/rhacs-roxctl-rhel8",
                "product": "Red Hat Advanced Cluster Security 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:ceph_storage:9"
                ],
                "defaultStatus": "affected",
                "packageName": "rhceph/alloy-rhel10",
                "product": "Red Hat Ceph Storage 9",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_ai"
                ],
                "defaultStatus": "affected",
                "packageName": "rhoai/odh-data-science-pipelines-argo-argoexec-rhel9",
                "product": "Red Hat OpenShift AI (RHOAI)",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_ai"
                ],
                "defaultStatus": "affected",
                "packageName": "rhoai/odh-data-science-pipelines-argo-workflowcontroller-rhel9",
                "product": "Red Hat OpenShift AI (RHOAI)",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "unaffected",
                "packageName": "cri-o",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "microshift",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift4/oc-mirror-plugin-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift4/ose-baremetal-installer-rhel8",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-baremetal-installer-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-docker-builder",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-docker-builder-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-dpu-cni-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-dpu-daemon-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-dpu-intel-netsec-vsp-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-dpu-marvell-cp-agent-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-dpu-marvell-vsp-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-dpu-network-resources-injector-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-dpu-rhel9-operator",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift4/ose-hypershift-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-installer",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift4/ose-installer-altinfra-rhel8",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-installer-altinfra-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift4/ose-installer-artifacts",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-installer-artifacts-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift4/ose-installer-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift4/ose-tests",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift4/ose-tests-rhel9",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "unaffected",
                "packageName": "ose-azure-acr-image-credential-provider",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift:4"
                ],
                "defaultStatus": "affected",
                "packageName": "podman",
                "product": "Red Hat OpenShift Container Platform 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:devworkspace"
                ],
                "defaultStatus": "affected",
                "packageName": "devworkspace/devworkspace-project-clone-rhel9",
                "product": "Red Hat OpenShift Dev Workspaces Operator",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:devworkspace"
                ],
                "defaultStatus": "affected",
                "packageName": "devworkspace/devworkspace-rhel9-operator",
                "product": "Red Hat OpenShift Dev Workspaces Operator",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_gitops:1"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift-gitops-1/argocd-agent-rhel8",
                "product": "Red Hat OpenShift GitOps",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_gitops:1"
                ],
                "defaultStatus": "affected",
                "packageName": "openshift-gitops-1/argocd-agent-rhel9",
                "product": "Red Hat OpenShift GitOps",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_gitops:1"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift-gitops-1/argocd-image-updater-rhel8",
                "product": "Red Hat OpenShift GitOps",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_gitops:1"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift-gitops-1/argocd-image-updater-rhel9",
                "product": "Red Hat OpenShift GitOps",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_gitops:1"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift-gitops-1/gitops-rhel8",
                "product": "Red Hat OpenShift GitOps",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_gitops:1"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift-gitops-1/gitops-rhel8-operator",
                "product": "Red Hat OpenShift GitOps",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_gitops:1"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift-gitops-1/gitops-rhel9",
                "product": "Red Hat OpenShift GitOps",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openshift_gitops:1"
                ],
                "defaultStatus": "unaffected",
                "packageName": "openshift-gitops-1/gitops-rhel9-operator",
                "product": "Red Hat OpenShift GitOps",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:container_native_virtualization:4"
                ],
                "defaultStatus": "affected",
                "packageName": "kubevirt",
                "product": "Red Hat OpenShift Virtualization 4",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openstack:16.2"
                ],
                "defaultStatus": "unaffected",
                "packageName": "golang-googlecode-go-crypto",
                "product": "Red Hat OpenStack Platform 16.2",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openstack:16.2"
                ],
                "defaultStatus": "unaffected",
                "packageName": "rhosp-rhel8/osp-director-agent",
                "product": "Red Hat OpenStack Platform 16.2",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openstack:16.2"
                ],
                "defaultStatus": "unaffected",
                "packageName": "rhosp-rhel8/osp-director-operator",
                "product": "Red Hat OpenStack Platform 16.2",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openstack:16.2"
                ],
                "defaultStatus": "unaffected",
                "packageName": "rhosp-rhel8/osp-director-operator-bundle",
                "product": "Red Hat OpenStack Platform 16.2",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openstack:17.1"
                ],
                "defaultStatus": "unaffected",
                "packageName": "rhosp-rhel9/osp-director-agent",
                "product": "Red Hat OpenStack Platform 17.1",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openstack:17.1"
                ],
                "defaultStatus": "unaffected",
                "packageName": "rhosp-rhel9/osp-director-operator",
                "product": "Red Hat OpenStack Platform 17.1",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openstack:17.1"
                ],
                "defaultStatus": "unaffected",
                "packageName": "rhosp-rhel9/osp-director-operator-bundle",
                "product": "Red Hat OpenStack Platform 17.1",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:openstack:18.0"
                ],
                "defaultStatus": "unaffected",
                "packageName": "rhoso-operators/prometheus-podman-exporter-rhel9",
                "product": "Red Hat OpenStack Platform 18.0",
                "vendor": "Red Hat"
              },
              {
                "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                "cpes": [
                  "cpe:/a:redhat:quay:3"
                ],
                "defaultStatus": "affected",
                "packageName": "quay/quay-builder-rhel9",
                "product": "Red Hat Quay 3",
                "vendor": "Red Hat"
              }
            ],
            "datePublic": "2026-05-22T02:31:26.660Z",
            "descriptions": [
              {
                "lang": "en",
                "value": "A flaw was found in golang.org/x/crypto/ssh/agent. When a key was added to a remote agent, security restrictions, known as constraint extensions, were not properly processed during the request. This allowed these restrictions to be silently removed when keys were forwarded, leading to the unrestricted use of the key on the remote host. This vulnerability could enable an attacker to bypass intended security controls and perform unauthorized actions."
              }
            ],
            "metrics": [
              {
                "other": {
                  "content": {
                    "namespace": "https://access.redhat.com/security/updates/classification/",
                    "value": "Important"
                  },
                  "type": "Red Hat severity rating"
                }
              },
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "NONE",
                  "baseScore": 8.7,
                  "baseSeverity": "HIGH",
                  "confidentialityImpact": "HIGH",
                  "integrityImpact": "HIGH",
                  "privilegesRequired": "LOW",
                  "scope": "CHANGED",
                  "userInteraction": "REQUIRED",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:H/I:H/A:N",
                  "version": "3.1"
                },
                "format": "CVSS"
              }
            ],
            "problemTypes": [
              {
                "descriptions": [
                  {
                    "cweId": "CWE-281",
                    "description": "Improper Preservation of Permissions",
                    "lang": "en",
                    "type": "CWE"
                  }
                ]
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-08-24T12:06:49.979Z",
              "orgId": "0b0ca135-0b70-47e7-9f44-1890c2a1c46c",
              "shortName": "redhat-SADP"
            },
            "references": [
              {
                "tags": [
                  "vdb-entry",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/security/cve/CVE-2026-39832"
              },
              {
                "name": "RHBZ#2480685",
                "tags": [
                  "issue-tracking",
                  "x_refsource_REDHAT"
                ],
                "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2480685"
              },
              {
                "tags": [
                  "x_sadp-csaf-vex"
                ],
                "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-39832.json"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:41019"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:36796"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:36199"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:37072"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:35833"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:49944"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:37410"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:37123"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:43692"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:36319"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:36625"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:36651"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:40945"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:40118"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:36648"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:41036"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:52857"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:52910"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:37387"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:42146"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:43052"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:42796"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:41066"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:41031"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:40262"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:40972"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:36797"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:37271"
              },
              {
                "tags": [
                  "vendor-advisory",
                  "x_refsource_REDHAT"
                ],
                "url": "https://access.redhat.com/errata/RHSA-2026:57194"
              }
            ],
            "solutions": [
              {
                "lang": "en",
                "value": "RHSA-2026:41019: RHEM 1.1 for RHEL 10, RHEM 1.1 for RHEL 9"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:36796: RHEM 1.0 for RHEL 9"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:36199: Red Hat Enterprise Linux AppStream (v. 10)"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:37072: Red Hat Enterprise Linux AppStream (v. 10), Red Hat Enterprise Linux CodeReady Linux Builder (v. 10)"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:35833: Red Hat Enterprise Linux AppStream (v. 8)"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:49944: Red Hat Enterprise Linux AppStream E4S (v.8.8), Red Hat Enterprise Linux AppStream TUS (v.8.8)"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:37410: Red Hat Enterprise Linux AppStream (v. 9)"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:37123: Red Hat Enterprise Linux AppStream (v. 9)"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:43692: OpenShift API for Data Protection 1.6"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:36319: Red Hat Advanced Cluster Security 4.9"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:36625: Red Hat Advanced Cluster Security for Kubernetes 4.10"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:36651: Red Hat Edge Manager 1.0"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:40945: Red Hat Edge Manager 1.1"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:40118: Red Hat Edge Manager 1.1"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:36648: Red Hat OpenShift Builds 1.7.3"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:41036: Red Hat OpenShift Builds 1.8.1"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:52857: Red Hat OpenShift GitOps 1.19"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:52910: Red Hat OpenShift GitOps 1.2"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:37387: Red Hat Openshift Data Foundation 4.22"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:42146: Red Hat Quay 3.12"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:43052: Red Hat Quay 3.12"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:42796: Red Hat Quay 3.15"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:41066: Red Hat Quay 3.16"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:41031: Red Hat Quay 3.1"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:40262: Red Hat Quay 3.9"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:40972: Red Hat Trusted Artifact Signer 1.3"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:36797: Red Hat Trusted Artifact Signer 1.4"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:37271: Red Hat Trusted Artifact Signer 1.4"
              },
              {
                "lang": "en",
                "value": "RHSA-2026:57194: multicluster engine for Kubernetes 2.11"
              }
            ],
            "timeline": [
              {
                "lang": "en",
                "time": "2026-05-22T04:01:41.402Z",
                "value": "Reported to Red Hat."
              },
              {
                "lang": "en",
                "time": "2026-05-22T02:31:26.660Z",
                "value": "Made public."
              }
            ],
            "title": "golang.org/x/crypto/ssh/agent: golang.org/x/crypto/ssh/agent: Security bypass due to improper handling of key restrictions",
            "workarounds": [
              {
                "lang": "en",
                "value": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability."
              }
            ],
            "x_adpType": "supplier",
            "x_generator": {
              "engine": "sadp-cli 1.0.0"
            }
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://pkg.go.dev",
              "defaultStatus": "unaffected",
              "packageName": "golang.org/x/crypto/ssh/agent",
              "product": "golang.org/x/crypto/ssh/agent",
              "programRoutines": [
                {
                  "name": "client.Add"
                },
                {
                  "name": "keyring.Add"
                }
              ],
              "vendor": "golang.org/x/crypto",
              "versions": [
                {
                  "lessThan": "0.52.0",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "value": "NCC Group Cryptography Services, sponsored by Teleport"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "When adding a key to a remote agent constraint extensions such as restrict-destination-v00@openssh.com were not serialized in the request. Destination restrictions were silently stripped when forwarding keys, allowing unrestricted use of the key on the remote host. The client now serializes all constraint extensions. Additionally, the in-memory keyring returned by NewKeyring() now rejects keys with unsupported constraint extensions instead of silently ignoring them."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "CWE-281: Improper Preservation of Permissions",
                  "lang": "en"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-11T21:28:47.814Z",
            "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
            "shortName": "Go"
          },
          "references": [
            {
              "url": "https://go.dev/issue/79435"
            },
            {
              "url": "https://go.dev/cl/778640"
            },
            {
              "url": "https://go.dev/cl/778641"
            },
            {
              "url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
            },
            {
              "url": "https://pkg.go.dev/vuln/GO-2026-5006"
            }
          ],
          "title": "Invoking  agent constraints dropped when forwarding keys in golang.org/x/crypto/ssh/agent"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "assignerShortName": "Go",
        "cveId": "CVE-2026-39832",
        "datePublished": "2026-05-22T02:31:26.660Z",
        "dateReserved": "2026-04-07T18:13:03.529Z",
        "dateUpdated": "2026-08-24T12:06:49.979Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2026-39833 (GCVE-0-2026-39833)

    Vulnerability from cvelistv5 – Published: 2026-05-22 02:31 – Updated: 2026-08-11 21:28
    VLAI
    Title
    Invoking key constraints not enforced in golang.org/x/crypto/ssh/agent
    Summary
    The in-memory keyring returned by NewKeyring() silently accepted keys with the ConfirmBeforeUse constraint but never enforced it. The key would sign without any confirmation prompt, with no indication to the caller that the constraint was not in effect. NewKeyring() now returns an error when unsupported constraints are requested.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: total
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2026-05-22 18:57 UTC
    CWE
    • CWE-358 - Improperly Implemented Security Check for Standard
    Assigner
    Impacted products
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "NONE",
                  "baseScore": 9.1,
                  "baseSeverity": "CRITICAL",
                  "confidentialityImpact": "HIGH",
                  "integrityImpact": "HIGH",
                  "privilegesRequired": "NONE",
                  "scope": "UNCHANGED",
                  "userInteraction": "NONE",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2026-39833",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "total"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2026-05-22T18:57:41.103317Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2026-05-22T18:58:08.489Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://pkg.go.dev",
              "defaultStatus": "unaffected",
              "packageName": "golang.org/x/crypto/ssh/agent",
              "product": "golang.org/x/crypto/ssh/agent",
              "programRoutines": [
                {
                  "name": "keyring.Add"
                }
              ],
              "vendor": "golang.org/x/crypto",
              "versions": [
                {
                  "lessThan": "0.52.0",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "value": "NCC Group Cryptography Services, sponsored by Teleport"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "The in-memory keyring returned by NewKeyring() silently accepted keys with the ConfirmBeforeUse constraint but never enforced it. The key would sign without any confirmation prompt, with no indication to the caller that the constraint was not in effect. NewKeyring() now returns an error when unsupported constraints are requested."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "CWE-358: Improperly Implemented Security Check for Standard",
                  "lang": "en"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2026-08-11T21:28:47.545Z",
            "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
            "shortName": "Go"
          },
          "references": [
            {
              "url": "https://go.dev/issue/79436"
            },
            {
              "url": "https://go.dev/cl/778642"
            },
            {
              "url": "https://groups.google.com/g/golang-announce/c/a082jnz-LvI"
            },
            {
              "url": "https://pkg.go.dev/vuln/GO-2026-5005"
            }
          ],
          "title": "Invoking  key constraints not enforced in golang.org/x/crypto/ssh/agent"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "assignerShortName": "Go",
        "cveId": "CVE-2026-39833",
        "datePublished": "2026-05-22T02:31:26.294Z",
        "dateReserved": "2026-04-07T18:13:03.529Z",
        "dateUpdated": "2026-08-11T21:28:47.545Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2025-47914 (GCVE-0-2025-47914)

    Vulnerability from cvelistv5 – Published: 2025-11-19 20:33 – Updated: 2025-11-20 17:15
    VLAI
    Title
    Malformed constraint may cause denial of service in golang.org/x/crypto/ssh/agent
    Summary
    SSH Agent servers do not validate the size of messages when processing new identity requests, which may cause the program to panic if the message is malformed due to an out of bounds read.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2025-11-19 20:50 UTC
    CWE
    Assigner
    Impacted products
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "LOW",
                  "baseScore": 5.3,
                  "baseSeverity": "MEDIUM",
                  "confidentialityImpact": "NONE",
                  "integrityImpact": "NONE",
                  "privilegesRequired": "NONE",
                  "scope": "UNCHANGED",
                  "userInteraction": "NONE",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2025-47914",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2025-11-19T20:50:27.263405Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "problemTypes": [
              {
                "descriptions": [
                  {
                    "cweId": "CWE-125",
                    "description": "CWE-125 Out-of-bounds Read",
                    "lang": "en",
                    "type": "CWE"
                  }
                ]
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2025-11-19T20:50:30.968Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://pkg.go.dev",
              "defaultStatus": "unaffected",
              "packageName": "golang.org/x/crypto/ssh/agent",
              "product": "golang.org/x/crypto/ssh/agent",
              "programRoutines": [
                {
                  "name": "parseConstraints"
                },
                {
                  "name": "ForwardToAgent"
                },
                {
                  "name": "ServeAgent"
                }
              ],
              "vendor": "golang.org/x/crypto",
              "versions": [
                {
                  "lessThan": "0.45.0",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "value": "Jakub Ciolek"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "SSH Agent servers do not validate the size of messages when processing new identity requests, which may cause the program to panic if the message is malformed due to an out of bounds read."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "CWE-237",
                  "lang": "en"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2025-11-20T17:15:00.344Z",
            "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
            "shortName": "Go"
          },
          "references": [
            {
              "url": "https://groups.google.com/g/golang-announce/c/w-oX3UxNcZA"
            },
            {
              "url": "https://go.dev/cl/721960"
            },
            {
              "url": "https://go.dev/issue/76364"
            },
            {
              "url": "https://pkg.go.dev/vuln/GO-2025-4135"
            }
          ],
          "title": "Malformed constraint may cause denial of service in golang.org/x/crypto/ssh/agent"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "assignerShortName": "Go",
        "cveId": "CVE-2025-47914",
        "datePublished": "2025-11-19T20:33:43.126Z",
        "dateReserved": "2025-05-13T23:31:29.597Z",
        "dateUpdated": "2025-11-20T17:15:00.344Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }

    CVE-2025-47913 (GCVE-0-2025-47913)

    Vulnerability from cvelistv5 – Published: 2025-11-13 21:29 – Updated: 2025-12-16 16:43
    VLAI
    Title
    Potential denial of service in golang.org/x/crypto/ssh/agent
    Summary
    SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process.
    SSVC
    Exploitation: none Automatable: yes Technical Impact: partial
    CISA Coordinator · CISA-ADP (v2.0.3)
    Decision recorded 2025-11-13 21:47 UTC
    CWE
    • CWE-703 - Improper Handling of Exceptional Conditions
    Assigner
    Impacted products
    Show details on NVD website

    {
      "containers": {
        "adp": [
          {
            "metrics": [
              {
                "cvssV3_1": {
                  "attackComplexity": "LOW",
                  "attackVector": "NETWORK",
                  "availabilityImpact": "HIGH",
                  "baseScore": 7.5,
                  "baseSeverity": "HIGH",
                  "confidentialityImpact": "NONE",
                  "integrityImpact": "NONE",
                  "privilegesRequired": "NONE",
                  "scope": "UNCHANGED",
                  "userInteraction": "NONE",
                  "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                  "version": "3.1"
                }
              },
              {
                "other": {
                  "content": {
                    "id": "CVE-2025-47913",
                    "options": [
                      {
                        "Exploitation": "none"
                      },
                      {
                        "Automatable": "yes"
                      },
                      {
                        "Technical Impact": "partial"
                      }
                    ],
                    "role": "CISA Coordinator",
                    "timestamp": "2025-11-13T21:47:44.206349Z",
                    "version": "2.0.3"
                  },
                  "type": "ssvc"
                }
              }
            ],
            "providerMetadata": {
              "dateUpdated": "2025-11-13T21:47:50.864Z",
              "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
              "shortName": "CISA-ADP"
            },
            "title": "CISA ADP Vulnrichment"
          }
        ],
        "cna": {
          "affected": [
            {
              "collectionURL": "https://pkg.go.dev",
              "defaultStatus": "unaffected",
              "packageName": "golang.org/x/crypto/ssh/agent",
              "product": "golang.org/x/crypto/ssh/agent",
              "programRoutines": [
                {
                  "name": "client.SignWithFlags"
                },
                {
                  "name": "client.List"
                },
                {
                  "name": "agentKeyringSigner.Sign"
                },
                {
                  "name": "agentKeyringSigner.SignWithAlgorithm"
                },
                {
                  "name": "client.Sign"
                },
                {
                  "name": "client.Signers"
                }
              ],
              "vendor": "golang.org/x/crypto",
              "versions": [
                {
                  "lessThan": "0.43.0",
                  "status": "affected",
                  "version": "0",
                  "versionType": "semver"
                }
              ]
            }
          ],
          "credits": [
            {
              "lang": "en",
              "value": "Jakub Ciolek"
            },
            {
              "lang": "en",
              "value": "Nicola Murino"
            }
          ],
          "descriptions": [
            {
              "lang": "en",
              "value": "SSH clients receiving SSH_AGENT_SUCCESS when expecting a typed response will panic and cause early termination of the client process."
            }
          ],
          "problemTypes": [
            {
              "descriptions": [
                {
                  "description": "CWE-703: Improper Handling of Exceptional Conditions",
                  "lang": "en"
                }
              ]
            }
          ],
          "providerMetadata": {
            "dateUpdated": "2025-12-16T16:43:43.633Z",
            "orgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
            "shortName": "Go"
          },
          "references": [
            {
              "url": "https://go.dev/cl/700295"
            },
            {
              "url": "https://go.dev/issue/75178"
            },
            {
              "url": "https://github.com/advisories/GHSA-56w8-48fp-6mgv"
            },
            {
              "url": "https://pkg.go.dev/vuln/GO-2025-4116"
            }
          ],
          "title": "Potential denial of service in golang.org/x/crypto/ssh/agent"
        }
      },
      "cveMetadata": {
        "assignerOrgId": "1bb62c36-49e3-4200-9d77-64a1400537cc",
        "assignerShortName": "Go",
        "cveId": "CVE-2025-47913",
        "datePublished": "2025-11-13T21:29:39.907Z",
        "dateReserved": "2025-05-13T23:31:29.597Z",
        "dateUpdated": "2025-12-16T16:43:43.633Z",
        "state": "PUBLISHED"
      },
      "dataType": "CVE_RECORD",
      "dataVersion": "5.2"
    }