RHSA-2026:13829

Vulnerability from csaf_redhat - Published: 2026-05-05 16:27 - Updated: 2026-05-06 03:16
Summary
Red Hat Security Advisory: RHACS 4.10.2 security and bug fix update
Severity
Important
Notes
Topic: Updated images are now available for Red Hat Advanced Cluster Security (RHACS), which typically include new features, bug fixes, and/or security patches.
Details: See the release notes (link in the references section) for a description of the fixes and enhancements in this particular release.
Terms of Use: This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.

A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.

CWE-1321 - Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')
Vendor Fix If you are using an earlier version of RHACS, you are advised to upgrade to the version of RHACS mentioned in the synopsis and release notes in order to take advantage of the enhancements, bug fixes, and/or security patches in the release. https://access.redhat.com/errata/RHSA-2026:13829
Workaround To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.

A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).

CWE-915 - Improperly Controlled Modification of Dynamically-Determined Object Attributes
Vendor Fix If you are using an earlier version of RHACS, you are advised to upgrade to the version of RHACS mentioned in the synopsis and release notes in order to take advantage of the enhancements, bug fixes, and/or security patches in the release. https://access.redhat.com/errata/RHSA-2026:13829

A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.

CWE-551 - Incorrect Behavior Order: Authorization Before Parsing and Canonicalization
Vendor Fix If you are using an earlier version of RHACS, you are advised to upgrade to the version of RHACS mentioned in the synopsis and release notes in order to take advantage of the enhancements, bug fixes, and/or security patches in the release. https://access.redhat.com/errata/RHSA-2026:13829
Workaround To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.

A flaw was found in github.com/jackc/pgx. This memory-safety vulnerability could potentially lead to unexpected behavior or system instability.

CWE-787 - Out-of-bounds Write
Vendor Fix If you are using an earlier version of RHACS, you are advised to upgrade to the version of RHACS mentioned in the synopsis and release notes in order to take advantage of the enhancements, bug fixes, and/or security patches in the release. https://access.redhat.com/errata/RHSA-2026:13829
Workaround 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.

A flaw was found in github.com/jackc/pgx, a PostgreSQL driver for Go. This memory-safety vulnerability could allow an attacker to cause various impacts, such as denial of service (DoS) or potentially arbitrary code execution, by exploiting memory corruption issues. The exact method of exploitation and specific consequences would depend on the nature of the memory corruption.

CWE-787 - Out-of-bounds Write
Vendor Fix If you are using an earlier version of RHACS, you are advised to upgrade to the version of RHACS mentioned in the synopsis and release notes in order to take advantage of the enhancements, bug fixes, and/or security patches in the release. https://access.redhat.com/errata/RHSA-2026:13829
Workaround 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.

A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.

CWE-131 - Incorrect Calculation of Buffer Size
Vendor Fix If you are using an earlier version of RHACS, you are advised to upgrade to the version of RHACS mentioned in the synopsis and release notes in order to take advantage of the enhancements, bug fixes, and/or security patches in the release. https://access.redhat.com/errata/RHSA-2026:13829
Workaround 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.

A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.

CWE-770 - Allocation of Resources Without Limits or Throttling
Vendor Fix If you are using an earlier version of RHACS, you are advised to upgrade to the version of RHACS mentioned in the synopsis and release notes in order to take advantage of the enhancements, bug fixes, and/or security patches in the release. https://access.redhat.com/errata/RHSA-2026:13829
Workaround To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.
References
https://access.redhat.com/errata/RHSA-2026:13829 self
https://access.redhat.com/security/cve/CVE-2025-13465 external
https://access.redhat.com/security/cve/CVE-2026-29063 external
https://access.redhat.com/security/cve/CVE-2026-33186 external
https://access.redhat.com/security/cve/CVE-2026-33815 external
https://access.redhat.com/security/cve/CVE-2026-33816 external
https://access.redhat.com/security/cve/CVE-2026-34986 external
https://access.redhat.com/security/cve/CVE-2026-35469 external
https://access.redhat.com/security/updates/classi… external
https://docs.redhat.com/en/documentation/red_hat_… external
https://security.access.redhat.com/data/csaf/v2/a… self
https://access.redhat.com/security/cve/CVE-2025-13465 self
https://bugzilla.redhat.com/show_bug.cgi?id=2431740 external
https://www.cve.org/CVERecord?id=CVE-2025-13465 external
https://nvd.nist.gov/vuln/detail/CVE-2025-13465 external
https://github.com/lodash/lodash/security/advisor… external
https://access.redhat.com/security/cve/CVE-2026-29063 self
https://bugzilla.redhat.com/show_bug.cgi?id=2445291 external
https://www.cve.org/CVERecord?id=CVE-2026-29063 external
https://nvd.nist.gov/vuln/detail/CVE-2026-29063 external
https://github.com/immutable-js/immutable-js/rele… external
https://github.com/immutable-js/immutable-js/rele… external
https://github.com/immutable-js/immutable-js/rele… external
https://github.com/immutable-js/immutable-js/secu… external
https://access.redhat.com/security/cve/CVE-2026-33186 self
https://bugzilla.redhat.com/show_bug.cgi?id=2449833 external
https://www.cve.org/CVERecord?id=CVE-2026-33186 external
https://nvd.nist.gov/vuln/detail/CVE-2026-33186 external
https://github.com/grpc/grpc-go/security/advisori… external
https://access.redhat.com/security/cve/CVE-2026-33815 self
https://bugzilla.redhat.com/show_bug.cgi?id=2455975 external
https://www.cve.org/CVERecord?id=CVE-2026-33815 external
https://nvd.nist.gov/vuln/detail/CVE-2026-33815 external
https://pkg.go.dev/vuln/GO-2026-4771 external
https://access.redhat.com/security/cve/CVE-2026-33816 self
https://bugzilla.redhat.com/show_bug.cgi?id=2455972 external
https://www.cve.org/CVERecord?id=CVE-2026-33816 external
https://nvd.nist.gov/vuln/detail/CVE-2026-33816 external
https://pkg.go.dev/vuln/GO-2026-4772 external
https://access.redhat.com/security/cve/CVE-2026-34986 self
https://bugzilla.redhat.com/show_bug.cgi?id=2455470 external
https://www.cve.org/CVERecord?id=CVE-2026-34986 external
https://nvd.nist.gov/vuln/detail/CVE-2026-34986 external
https://github.com/go-jose/go-jose/security/advis… external
https://pkg.go.dev/github.com/go-jose/go-jose/v4#… external
https://access.redhat.com/security/cve/CVE-2026-35469 self
https://bugzilla.redhat.com/show_bug.cgi?id=2457729 external
https://www.cve.org/CVERecord?id=CVE-2026-35469 external
https://nvd.nist.gov/vuln/detail/CVE-2026-35469 external

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://access.redhat.com/security/updates/classification/",
      "text": "Important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Updated images are now available for Red Hat Advanced Cluster Security\n(RHACS), which typically include new features, bug fixes, and/or\nsecurity patches.",
        "title": "Topic"
      },
      {
        "category": "general",
        "text": "See the release notes (link in the references section) for a\ndescription of the fixes and enhancements in this particular release.",
        "title": "Details"
      },
      {
        "category": "legal_disclaimer",
        "text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
        "title": "Terms of Use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://access.redhat.com/security/team/contact/",
      "issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
      "name": "Red Hat Product Security",
      "namespace": "https://www.redhat.com"
    },
    "references": [
      {
        "category": "self",
        "summary": "https://access.redhat.com/errata/RHSA-2026:13829",
        "url": "https://access.redhat.com/errata/RHSA-2026:13829"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2025-13465",
        "url": "https://access.redhat.com/security/cve/CVE-2025-13465"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2026-29063",
        "url": "https://access.redhat.com/security/cve/CVE-2026-29063"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2026-33186",
        "url": "https://access.redhat.com/security/cve/CVE-2026-33186"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2026-33815",
        "url": "https://access.redhat.com/security/cve/CVE-2026-33815"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2026-33816",
        "url": "https://access.redhat.com/security/cve/CVE-2026-33816"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2026-34986",
        "url": "https://access.redhat.com/security/cve/CVE-2026-34986"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/cve/CVE-2026-35469",
        "url": "https://access.redhat.com/security/cve/CVE-2026-35469"
      },
      {
        "category": "external",
        "summary": "https://access.redhat.com/security/updates/classification/",
        "url": "https://access.redhat.com/security/updates/classification/"
      },
      {
        "category": "external",
        "summary": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.10/html-single/release_notes/index#about-this-release-4102_release-notes-410",
        "url": "https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.10/html-single/release_notes/index#about-this-release-4102_release-notes-410"
      },
      {
        "category": "self",
        "summary": "Canonical URL",
        "url": "https://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_13829.json"
      }
    ],
    "title": "Red Hat Security Advisory: RHACS 4.10.2 security and bug fix update",
    "tracking": {
      "current_release_date": "2026-05-06T03:16:21+00:00",
      "generator": {
        "date": "2026-05-06T03:16:21+00:00",
        "engine": {
          "name": "Red Hat SDEngine",
          "version": "4.7.9"
        }
      },
      "id": "RHSA-2026:13829",
      "initial_release_date": "2026-05-05T16:27:09+00:00",
      "revision_history": [
        {
          "date": "2026-05-05T16:27:09+00:00",
          "number": "1",
          "summary": "Initial version"
        },
        {
          "date": "2026-05-05T16:27:21+00:00",
          "number": "2",
          "summary": "Last updated version"
        },
        {
          "date": "2026-05-06T03:16:21+00:00",
          "number": "3",
          "summary": "Last generated version"
        }
      ],
      "status": "final",
      "version": "3"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_name",
                "name": "Red Hat Advanced Cluster Security for Kubernetes 4.1",
                "product": {
                  "name": "Red Hat Advanced Cluster Security for Kubernetes 4.1",
                  "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1",
                  "product_identification_helper": {
                    "cpe": "cpe:/a:redhat:advanced_cluster_security:4.10::el8"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "Red Hat Advanced Cluster Security for Kubernetes"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-collector-rhel8@sha256%3Ab590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1776418912"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-fact-rhel8@sha256%3Ad0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774592539"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-main-rhel8@sha256%3A3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-operator-bundle@sha256%3A630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3Af3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1776727525"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1776727525"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1776727525"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3A2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1776727525"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3Aafb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb?arch=amd64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "amd64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1776418912"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-fact-rhel8@sha256%3A5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1774592539"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-main-rhel8@sha256%3Ac05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-rhel8-operator@sha256%3Ad825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3Af6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1776727525"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1776727525"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3Ab15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1776727525"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3A42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1776727525"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3Ac4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3A05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0?arch=arm64\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "arm64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3A3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1776418912"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-main-rhel8@sha256%3Aa6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-rhel8-operator@sha256%3Aa349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3A0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3A2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1776727525"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1776727525"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3Af0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1776727525"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3Abbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1776727525"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3Abf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99?arch=ppc64le\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-central-db-rhel8@sha256%3Ae39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-collector-rhel8@sha256%3A4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1776418912"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-main-rhel8@sha256%3A9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-rhel8-operator@sha256%3A9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-roxctl-rhel8@sha256%3Ae976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-rhel8@sha256%3Acbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1776727525"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-db-rhel8@sha256%3A0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1776727525"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-db-slim-rhel8@sha256%3A639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1776727525"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-slim-rhel8@sha256%3Abba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1776727525"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-v4-rhel8@sha256%3A8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              },
              {
                "category": "product_version",
                "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
                "product": {
                  "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
                  "product_id": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
                  "product_identification_helper": {
                    "purl": "pkg:oci/rhacs-scanner-v4-db-rhel8@sha256%3A076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b?arch=s390x\u0026repository_url=registry.redhat.io/advanced-cluster-security\u0026tag=1777976489"
                  }
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          }
        ],
        "category": "vendor",
        "name": "Red Hat"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64 as a component of Red Hat Advanced Cluster Security for Kubernetes 4.1",
          "product_id": "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
        },
        "product_reference": "registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64",
        "relates_to_product_reference": "Red Hat Advanced Cluster Security for Kubernetes 4.1"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2025-13465",
      "cwe": {
        "id": "CWE-1321",
        "name": "Improperly Controlled Modification of Object Prototype Attributes (\u0027Prototype Pollution\u0027)"
      },
      "discovery_date": "2026-01-21T20:01:28.774829+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2431740"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Lodash. A prototype pollution vulnerability in the _.unset and _.omit functions allows an attacker able to control property paths to delete methods from global prototypes. By removing essential functionalities, this can result in a denial of service.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "lodash: prototype pollution in _.unset and _.omit functions",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This issue is only exploitable by applications using the _.unset and _.omit functions on an object and allowing user input to determine the path of the property to be removed. This issue only allows the deletion of properties but does not allow overwriting their behavior, limiting the impact to a denial of service. Due to this reason, this vulnerability has been rated with an important severity.\n\nIn Grafana, JavaScript code runs only in the browser, while the server side is all Golang. Therefore, the worst-case scenario is a loss of functionality in the client application inside the browser. To reflect this, the CVSS availability metric and the severity of the Grafana and the Grafana-PCP component have been updated to low and moderate, respectively.\n\nThe lodash dependency is bundled and used by the pcs-web-ui component of the PCS package. In Red Hat Enterprise Linux 8.10, the pcs-web-ui component is no longer included in the PCS package. As a result, RHEL 8.10 does not ship the vulnerable lodash component within PCS and is therefore not-affected by this CVE.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64"
        ],
        "known_not_affected": [
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2025-13465"
        },
        {
          "category": "external",
          "summary": "RHBZ#2431740",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2431740"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2025-13465",
          "url": "https://www.cve.org/CVERecord?id=CVE-2025-13465"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-13465"
        },
        {
          "category": "external",
          "summary": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg",
          "url": "https://github.com/lodash/lodash/security/advisories/GHSA-xxjr-mmjv-4gpg"
        }
      ],
      "release_date": "2026-01-21T19:05:28.846000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-05T16:27:09+00:00",
          "details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
          "product_ids": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:13829"
        },
        {
          "category": "workaround",
          "details": "To mitigate this issue, implement strict input validation before passing any property paths to the _.unset and _.omit functions to block attempts to access the prototype chain. Ensure that strings like __proto__, constructor and prototype are blocked, for example.",
          "product_ids": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 8.2,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "NONE",
            "integrityImpact": "LOW",
            "privilegesRequired": "NONE",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H",
            "version": "3.1"
          },
          "products": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "lodash: prototype pollution in _.unset and _.omit functions"
    },
    {
      "cve": "CVE-2026-29063",
      "cwe": {
        "id": "CWE-915",
        "name": "Improperly Controlled Modification of Dynamically-Determined Object Attributes"
      },
      "discovery_date": "2026-03-06T19:00:57.982727+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2445291"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Immutable.js, a library for persistent immutable data structures. This vulnerability, known as Prototype Pollution, allows an attacker with low privileges to inject unwanted properties into core JavaScript object prototypes without user interaction. By manipulating specific APIs such as mergeDeep(), mergeDeepWith(), merge(), Map.toJS(), and Map.toObject(), a remote attacker could potentially execute arbitrary code or cause a denial of service (DoS).",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "Exploitation of this vulnerability requires that an attacker is able to provide arbitrary data to clients of this library in a way that calls the affected functions with data the attacker controls. In most deployments, the ability to provide data in this fashion requires that an attacker has some degree of privileges to access the affected applications.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64"
        ],
        "known_not_affected": [
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-29063"
        },
        {
          "category": "external",
          "summary": "RHBZ#2445291",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2445291"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-29063",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-29063"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-29063"
        },
        {
          "category": "external",
          "summary": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3",
          "url": "https://github.com/immutable-js/immutable-js/releases/tag/v3.8.3"
        },
        {
          "category": "external",
          "summary": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8",
          "url": "https://github.com/immutable-js/immutable-js/releases/tag/v4.3.8"
        },
        {
          "category": "external",
          "summary": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5",
          "url": "https://github.com/immutable-js/immutable-js/releases/tag/v5.1.5"
        },
        {
          "category": "external",
          "summary": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw",
          "url": "https://github.com/immutable-js/immutable-js/security/advisories/GHSA-wf6x-7x77-mvgw"
        }
      ],
      "release_date": "2026-03-06T18:25:22.438000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-05T16:27:09+00:00",
          "details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
          "product_ids": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:13829"
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 8.8,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "immutable-js: Immutable.js: Arbitrary code execution via Prototype Pollution"
    },
    {
      "cve": "CVE-2026-33186",
      "cwe": {
        "id": "CWE-551",
        "name": "Incorrect Behavior Order: Authorization Before Parsing and Canonicalization"
      },
      "discovery_date": "2026-03-20T23:02:27.802640+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2449833"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in gRPC-Go, the Go language implementation of gRPC. This vulnerability, an authorization bypass, is caused by improper input validation of the HTTP/2 `:path` pseudo-header. A remote attacker can exploit this by sending raw HTTP/2 frames with a malformed `:path` that omits the mandatory leading slash. This allows the attacker to bypass defined security policies, potentially leading to unauthorized access to services or information disclosure.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
        ],
        "known_not_affected": [
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-33186"
        },
        {
          "category": "external",
          "summary": "RHBZ#2449833",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2449833"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-33186",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-33186"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33186"
        },
        {
          "category": "external",
          "summary": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3",
          "url": "https://github.com/grpc/grpc-go/security/advisories/GHSA-p77j-4mvh-x3m3"
        }
      ],
      "release_date": "2026-03-20T22:23:32.147000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-05T16:27:09+00:00",
          "details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
          "product_ids": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:13829"
        },
        {
          "category": "workaround",
          "details": "To mitigate this issue, implement infrastructure-level normalization to ensure all incoming HTTP/2 `:path` headers are properly formatted with a leading slash before reaching the gRPC-Go server. This can be achieved by configuring a reverse proxy or API gateway to validate and normalize the `:path` header. Ensure that any such intermediary is properly configured and restarted to apply the changes, which may temporarily impact service availability.",
          "product_ids": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "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"
          },
          "products": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "google.golang.org/grpc/grpc-go: google.golang.org/grpc/authz: gRPC-Go: Authorization bypass due to improper HTTP/2 path validation"
    },
    {
      "cve": "CVE-2026-33815",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "discovery_date": "2026-04-07T16:01:25.130006+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2455975"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in github.com/jackc/pgx. This memory-safety vulnerability could potentially lead to unexpected behavior or system instability.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "github.com/jackc/pgx/v5: github.com/jackc/pgx: Memory-safety vulnerability",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
        ],
        "known_not_affected": [
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-33815"
        },
        {
          "category": "external",
          "summary": "RHBZ#2455975",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455975"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-33815",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-33815"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33815",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33815"
        },
        {
          "category": "external",
          "summary": "https://pkg.go.dev/vuln/GO-2026-4771",
          "url": "https://pkg.go.dev/vuln/GO-2026-4771"
        }
      ],
      "release_date": "2026-04-07T15:19:24.344000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-05T16:27:09+00:00",
          "details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
          "product_ids": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:13829"
        },
        {
          "category": "workaround",
          "details": "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.",
          "product_ids": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 8.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L",
            "version": "3.1"
          },
          "products": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "github.com/jackc/pgx/v5: github.com/jackc/pgx: Memory-safety vulnerability"
    },
    {
      "cve": "CVE-2026-33816",
      "cwe": {
        "id": "CWE-787",
        "name": "Out-of-bounds Write"
      },
      "discovery_date": "2026-04-07T16:01:14.142946+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2455972"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in github.com/jackc/pgx, a PostgreSQL driver for Go. This memory-safety vulnerability could allow an attacker to cause various impacts, such as denial of service (DoS) or potentially arbitrary code execution, by exploiting memory corruption issues. The exact method of exploitation and specific consequences would depend on the nature of the memory corruption.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "github.com/jackc/pgx/v5: github.com/jackc/pgx: Memory-safety vulnerability",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
        ],
        "known_not_affected": [
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-33816"
        },
        {
          "category": "external",
          "summary": "RHBZ#2455972",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455972"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-33816",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-33816"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-33816",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-33816"
        },
        {
          "category": "external",
          "summary": "https://pkg.go.dev/vuln/GO-2026-4772",
          "url": "https://pkg.go.dev/vuln/GO-2026-4772"
        }
      ],
      "release_date": "2026-04-07T15:19:24.529000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-05T16:27:09+00:00",
          "details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
          "product_ids": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:13829"
        },
        {
          "category": "workaround",
          "details": "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.",
          "product_ids": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "LOW",
            "baseScore": 8.3,
            "baseSeverity": "HIGH",
            "confidentialityImpact": "HIGH",
            "integrityImpact": "HIGH",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:L",
            "version": "3.1"
          },
          "products": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "github.com/jackc/pgx/v5: github.com/jackc/pgx: Memory-safety vulnerability"
    },
    {
      "cve": "CVE-2026-34986",
      "cwe": {
        "id": "CWE-131",
        "name": "Incorrect Calculation of Buffer Size"
      },
      "discovery_date": "2026-04-06T17:01:34.639203+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2455470"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in Go JOSE, a library for handling JSON Web Encryption (JWE) objects. A remote attacker could exploit this vulnerability by providing a specially crafted JWE object. When decrypting such an object, if a key wrapping algorithm is specified but the encrypted key field is empty, the application can crash. This leads to a denial of service (DoS), making the affected service unavailable to legitimate users.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object",
          "title": "Vulnerability summary"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64"
        ],
        "known_not_affected": [
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-34986"
        },
        {
          "category": "external",
          "summary": "RHBZ#2455470",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2455470"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-34986",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-34986"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-34986"
        },
        {
          "category": "external",
          "summary": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8",
          "url": "https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8"
        },
        {
          "category": "external",
          "summary": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants",
          "url": "https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constants"
        }
      ],
      "release_date": "2026-04-06T16:22:45.353000+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-05T16:27:09+00:00",
          "details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
          "product_ids": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:13829"
        },
        {
          "category": "workaround",
          "details": "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.",
          "product_ids": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "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"
          },
          "products": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "github.com/go-jose/go-jose/v3: github.com/go-jose/go-jose/v4: Go JOSE: Denial of Service via crafted JSON Web Encryption (JWE) object"
    },
    {
      "cve": "CVE-2026-35469",
      "cwe": {
        "id": "CWE-770",
        "name": "Allocation of Resources Without Limits or Throttling"
      },
      "discovery_date": "2026-04-13T03:52:35+00:00",
      "flags": [
        {
          "label": "vulnerable_code_not_present",
          "product_ids": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
          ]
        }
      ],
      "ids": [
        {
          "system_name": "Red Hat Bugzilla ID",
          "text": "2457729"
        }
      ],
      "notes": [
        {
          "category": "description",
          "text": "A flaw was found in the SPDY streaming code used by Kubelet, CRI-O, and kube-apiserver. An attacker with specific cluster roles, such as those allowing access to pod port forwarding, execution, or attachment, or node proxying, could exploit this vulnerability. This could lead to a Denial of Service (DoS) by causing the affected components to become unresponsive.",
          "title": "Vulnerability description"
        },
        {
          "category": "summary",
          "text": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code",
          "title": "Vulnerability summary"
        },
        {
          "category": "other",
          "text": "This is an Important denial of service flaw affecting OpenShift Container Platform. An attacker with specific elevated cluster roles, such as those permitting pod port forwarding, execution, attachment, or node proxying, could exploit a vulnerability in the SPDY streaming code of Kubelet, CRI-O, and kube-apiserver, leading to unresponsiveness of these critical components.",
          "title": "Statement"
        },
        {
          "category": "general",
          "text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
          "title": "CVSS score applicability"
        }
      ],
      "product_status": {
        "fixed": [
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64"
        ],
        "known_not_affected": [
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
          "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
        ]
      },
      "references": [
        {
          "category": "self",
          "summary": "Canonical URL",
          "url": "https://access.redhat.com/security/cve/CVE-2026-35469"
        },
        {
          "category": "external",
          "summary": "RHBZ#2457729",
          "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2457729"
        },
        {
          "category": "external",
          "summary": "https://www.cve.org/CVERecord?id=CVE-2026-35469",
          "url": "https://www.cve.org/CVERecord?id=CVE-2026-35469"
        },
        {
          "category": "external",
          "summary": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469",
          "url": "https://nvd.nist.gov/vuln/detail/CVE-2026-35469"
        }
      ],
      "release_date": "2026-04-13T23:59:59+00:00",
      "remediations": [
        {
          "category": "vendor_fix",
          "date": "2026-05-05T16:27:09+00:00",
          "details": "If you are using an earlier version of RHACS, you are advised to\nupgrade to the version of RHACS mentioned in the synopsis and release\nnotes in order to take advantage of the enhancements, bug fixes, and/or\nsecurity patches in the release.",
          "product_ids": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64"
          ],
          "restart_required": {
            "category": "none"
          },
          "url": "https://access.redhat.com/errata/RHSA-2026:13829"
        },
        {
          "category": "workaround",
          "details": "To mitigate this issue, review and restrict the assignment of Kubernetes cluster roles `pods/portforward (create)`, `pods/exec (create)`, `pods/attach (create)`, and `nodes/proxy (get/create)` to untrusted users or service accounts. Ensure that only authorized and necessary entities possess these permissions. Modifying RBAC policies can impact the functionality of applications and services that rely on these permissions; careful testing is recommended.",
          "product_ids": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "attackComplexity": "LOW",
            "attackVector": "NETWORK",
            "availabilityImpact": "HIGH",
            "baseScore": 6.5,
            "baseSeverity": "MEDIUM",
            "confidentialityImpact": "NONE",
            "integrityImpact": "NONE",
            "privilegesRequired": "LOW",
            "scope": "UNCHANGED",
            "userInteraction": "NONE",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:0e9d09264cd997aa0892edb46790a62744ffd25faa67489ab7b40bcfc4453e1d_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3bb0a8beb48d1802c9426b18c7409795d5429efa552871e6363520f65a6e7af7_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:3cede3e34faeef30c9dd5106656376de7a87f8ec33bba81448d4a8aaada0ef9d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-central-db-rhel8@sha256:e39d69d2ab74d6354311cdad71d09e5b0231ef65952c2e3377cc276a27ffb0bc_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:069423d3de3d5df248ad0aa8b46e4dd7cc95c49832c24ee498b66d90ff25c669_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:4aa6e788e733aad935d2ab5340970c7659f38151390164751b7a7ba63e67d6f4_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:72da74712eea56966d0a6603ccab29d4f7126385f7ba2fee9cf6029e7a9b7aed_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-collector-rhel8@sha256:b590cb7beab1efc8a398ec9c75b95edc3f4d11c5e2aad0e7a34538e4ce9eba2f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:5f9f831f8b404a02bcd40e60657733da850622f66fe839ada2c0a562849a0691_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-fact-rhel8@sha256:d0cc4c285fcb407efd340bab303d896623e2011024f9acc94d3fd6c376ce6c41_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:3ec5eba1d09940a2f89969c5bb1193261d39995fe874959a04c349990f75b67b_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:9b23abe7038c1f6afbe5db62b4792742049e0c760626714c1e413f432ea088a0_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:a6a1b4bd5919a782fb54444e6fc2324d0f55f020dda4f526e8aa71ab0b3270e3_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-main-rhel8@sha256:c05d698bd98fafcf4a39b130b6a50317189f73049b334ef5e9cc418eb4216b4b_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-operator-bundle@sha256:630856aa5a1df361ff2b32ca7a9d14e18fc16d850fa543e89126e42cba30a66f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:497a6b8682230c5cde13692bb83ac9fd8fbafe572978b1e8cc5ca7397ef8aa11_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:9fa92a622af3b35567dbcfbac11b6315f7f5f5de8e0522f38cce55d9afd7f714_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:a349dd8572f13de75361a08b985662c3b3a53e35b1616fc467647d85c55a20c2_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-rhel8-operator@sha256:d825f1ff2729f8916c716a02319f9f5a7d4dea27f6b5858b62fba5788ed1dee6_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0025d85b9d60fb1a760e671bf479791b8f254eac53f08562011e90370b80f323_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:0130fff9bcf77e05cedc4bb298573162c8049646186a2795b44b845ffef8ab88_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:e976e1482010b346f61d7b7a8692642a8e53c16e57497d884b7ec752f74ab240_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-roxctl-rhel8@sha256:f3d4948d8abac272088ba816e78b65bdeb922e7e1d6f460ce0ba087012e4a8fe_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:0c66ac59da30743dfe451f193f2cada18f72152692fb99f366401daa005c9663_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:10464a3fc0914c665836310910bec7a3790d8ee5da67ddcfefb317d808ac0474_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:2ca5c751d6e6eddd96f7aedb39b703b27d6fc5569a21a1d12e90d28a2f746617_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-rhel8@sha256:567a5f73f5804158864df7adaea9f8f50fcbd4d9a95ba79089a3293725f92fb5_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:3b42fd34212bb664600284f0fab22998ebcf313ddbf8f4470965af2ba956d3f7_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:639dbc77b511cc582ca5d2f9445923c63061b03cb71adf6507854efd551e3f18_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:b15a0e8d4eec0a9a8a3af7b76146fa06d925af82311f861accd47d447aab0edf_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-db-slim-rhel8@sha256:f0baa04038d9236efa5e53185cad344aa634368da89d63b2aa19a07d9d80da8b_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:2dce1a5e73a0a19c76b8a28167b7950bdf8a03608001be44aa3c5e169218dbb5_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:4a63b86cc13d5e94515ed69953c99b05ea7a7db9a55bd2b698c3c2ae25677d0f_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:cbf31cbd7b284b87858c3b06e534fc459e1432b5d54c77ecfc12be96f95048cf_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-rhel8@sha256:f6878210e88cd8f9493b12f1be3992adeef90c3a3fb0e55d660320ae78c5b809_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:2b296ea278a731198824065c608f026778f80fad7114fa75d15c05028a806dea_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:42da5cdc1d92c78ff40c3c343a3aca97c083f085695ea09b7f886c89cfd752c3_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bba7d6973b56a724ca4bc93613e6aa8e93ae1ab7248ef7843b3cce3a417c3c3a_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-slim-rhel8@sha256:bbeb594273a1d70be3558a78b7b7a657e4ef9915f40ee68483e493d91fe0d1f8_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:05d11cc52d17cc363d9f270fa169535b389c96a21f0c49d9b396fbffe315edb0_arm64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:076f0d5977fca18148be1740fa7cfe9dd78e41b828f8be82807aad99b3bf902b_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:afb2ab18bc9a41cb59c015803a16a994ef43630f2166c50a6baf917e89f96abb_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-db-rhel8@sha256:bf0fa33b8a11a150e6dd64abb15df48d07f19dd81190edd0624d99ad9fe5ca99_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:28eff2a215687431483d5d586a66998f2a8b3606d711d4e15c0cbb6360818a5d_amd64",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:5b4832b3136b29a4ea5ee88bb944c935785cbca9775f872058a6c747ca679d9c_ppc64le",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:8fb61967515f31dde423f6de5ed4f72e3554abbc2ed0a463b69a7fc887511aef_s390x",
            "Red Hat Advanced Cluster Security for Kubernetes 4.1:registry.redhat.io/advanced-cluster-security/rhacs-scanner-v4-rhel8@sha256:c4d326e98ea286cc240d21fdf9bbe245bdb0035d023c5b017efc4c31ddc55fcf_arm64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "details": "Important"
        }
      ],
      "title": "Kubelet: CRI-O: kube-apiserver: Kubelet, CRI-O, kube-apiserver: Denial of Service via SPDY streaming code"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…
Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.


Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…