{
    "dataType": "CVE_RECORD",
    "dataVersion": "5.2",
    "cveMetadata": {
        "cveId": "CVE-2026-46340",
        "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
        "state": "PUBLISHED",
        "assignerShortName": "GitHub_M",
        "dateReserved": "2026-05-13T18:37:30.990Z",
        "datePublished": "2026-06-12T14:19:48.855Z",
        "dateUpdated": "2026-09-02T12:04:24.114Z"
    },
    "containers": {
        "cna": {
            "title": "Netty: SCTP reassembly nests buffers without bound",
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-770",
                            "lang": "en",
                            "description": "CWE-770: Allocation of Resources Without Limits or Throttling",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "metrics": [
                {
                    "cvssV3_1": {
                        "attackComplexity": "LOW",
                        "attackVector": "NETWORK",
                        "availabilityImpact": "HIGH",
                        "baseScore": 7.5,
                        "baseSeverity": "HIGH",
                        "confidentialityImpact": "NONE",
                        "integrityImpact": "NONE",
                        "privilegesRequired": "NONE",
                        "scope": "UNCHANGED",
                        "userInteraction": "NONE",
                        "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
                        "version": "3.1"
                    }
                }
            ],
            "references": [
                {
                    "name": "https://github.com/netty/netty/security/advisories/GHSA-5xrh-qmmq-w6ch",
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://github.com/netty/netty/security/advisories/GHSA-5xrh-qmmq-w6ch"
                },
                {
                    "name": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/netty/netty/releases/tag/netty-4.1.135.Final"
                },
                {
                    "name": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final",
                    "tags": [
                        "x_refsource_MISC"
                    ],
                    "url": "https://github.com/netty/netty/releases/tag/netty-4.2.15.Final"
                }
            ],
            "affected": [
                {
                    "vendor": "netty",
                    "product": "netty",
                    "versions": [
                        {
                            "version": ">= 4.2.0.Final, < 4.2.15.Final",
                            "status": "affected"
                        },
                        {
                            "version": "< 4.1.135.Final",
                            "status": "affected"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa",
                "shortName": "GitHub_M",
                "dateUpdated": "2026-06-12T14:19:48.855Z"
            },
            "descriptions": [
                {
                    "lang": "en",
                    "value": "Netty is a network application framework for development of protocol servers and clients. In versions of netty-transport-sctp prior to 4.1.135.Final and 4.2.15.Final, for each non-complete SctpMessage fragment the handler does `fragments.put(streamId, Unpooled.wrappedBuffer(frag, byteBuf))`, wrapping the previous accumulator and the new slice into a *new* CompositeByteBuf every time. After N fragments the accumulator is an N-deep chain of composites, each holding references and component arrays; readableBytes()/getBytes() on the final buffer recurse N levels. There is no limit on N, on total bytes, or on the number of streamIdentifiers an attacker can open (each gets its own map entry). A peer that never sets the `complete` flag can grow this structure indefinitely from tiny 1-byte DATA chunks. Versions 4.1.135.Final and 4.2.15.Final patch the issue."
                }
            ],
            "source": {
                "advisory": "GHSA-5xrh-qmmq-w6ch",
                "discovery": "UNKNOWN"
            }
        },
        "adp": [
            {
                "metrics": [
                    {
                        "other": {
                            "type": "ssvc",
                            "content": {
                                "timestamp": "2026-06-12T16:30:59.578272Z",
                                "id": "CVE-2026-46340",
                                "options": [
                                    {
                                        "Exploitation": "none"
                                    },
                                    {
                                        "Automatable": "yes"
                                    },
                                    {
                                        "Technical Impact": "partial"
                                    }
                                ],
                                "role": "CISA Coordinator",
                                "version": "2.0.3"
                            }
                        }
                    }
                ],
                "title": "CISA ADP Vulnrichment",
                "providerMetadata": {
                    "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
                    "shortName": "CISA-ADP",
                    "dateUpdated": "2026-06-12T16:31:09.511Z"
                }
            },
            {
                "affected": [
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:apache_camel_spring_boot:4.18"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "netty",
                        "product": "Red Hat build of Apache Camel 4.18.1.P1 for Spring Boot 3.5.16",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "transport-sctp",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jboss_data_grid:8"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "netty",
                        "product": "Red Hat Data Grid 8.6.2",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "transport-sctp",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jboss_enterprise_application_platform:7.4::el7"
                        ],
                        "defaultStatus": "unaffected",
                        "product": "Red Hat JBoss Enterprise Application Platform 7.4.25",
                        "vendor": "Red Hat"
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jboss_enterprise_application_platform_els:7.4::el7"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "eap7-activemq-artemis",
                        "product": "Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 7",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:2.16.0-22.redhat_00057.1.el7eap",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jboss_enterprise_application_platform_els:7.4::el7"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "eap7-glassfish-jsf",
                        "product": "Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 7",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:2.3.14-11.SP11_redhat_00001.1.el7eap",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jboss_enterprise_application_platform_els:7.4::el7"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "eap7-ironjacamar",
                        "product": "Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 7",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:1.5.26-2.Final_redhat_00001.1.el7eap",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jboss_enterprise_application_platform_els:7.4::el7"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "eap7-jackson-annotations",
                        "product": "Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 7",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:2.18.8-1.redhat_00003.1.el7eap",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jboss_enterprise_application_platform_els:7.4::el7"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "eap7-jackson-core",
                        "product": "Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 7",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:2.18.8-1.redhat_00003.1.el7eap",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jboss_enterprise_application_platform_els:7.4::el7"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "eap7-jackson-databind",
                        "product": "Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 7",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:2.18.8-1.redhat_00003.1.el7eap",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jboss_enterprise_application_platform_els:7.4::el7"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "eap7-jackson-jaxrs-providers",
                        "product": "Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 7",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:2.18.8-1.redhat_00003.1.el7eap",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jboss_enterprise_application_platform_els:7.4::el7"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "eap7-jackson-modules-base",
                        "product": "Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 7",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:2.18.8-1.redhat_00003.1.el7eap",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jboss_enterprise_application_platform_els:7.4::el7"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "eap7-jackson-modules-java8",
                        "product": "Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 7",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:2.18.8-1.redhat_00003.1.el7eap",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jboss_enterprise_application_platform_els:7.4::el7"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "eap7-jboss-remoting",
                        "product": "Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 7",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:5.0.31-3.SP2_redhat_00001.1.el7eap",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jboss_enterprise_application_platform_els:7.4::el7"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "eap7-jboss-server-migration",
                        "product": "Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 7",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:1.10.0-46.Final_redhat_00044.1.el7eap",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jboss_enterprise_application_platform_els:7.4::el7"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "eap7-netty",
                        "product": "Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 7",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:4.1.135-1.Final_redhat_00001.1.el7eap",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jboss_enterprise_application_platform_els:7.4::el7"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "eap7-netty-transport-native-epoll",
                        "product": "Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 7",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:4.1.135-1.Final_redhat_00001.1.el7eap",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jboss_enterprise_application_platform_els:7.4::el7"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "eap7-picketlink-bindings",
                        "product": "Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 7",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:2.5.5-30.SP12_redhat_00020.1.el7eap",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jboss_enterprise_application_platform_els:7.4::el7"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "eap7-picketlink-federation",
                        "product": "Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 7",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:2.5.5-24.SP12_redhat_00016.1.el7eap",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jboss_enterprise_application_platform_els:7.4::el7"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "eap7-undertow",
                        "product": "Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 7",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:2.2.40-2.SP3_redhat_00001.1.el7eap",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jboss_enterprise_application_platform_els:7.4::el7"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "eap7-wildfly",
                        "product": "Red Hat JBoss Enterprise Application Platform 7.4 ELS on RHEL 7",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "0:7.4.25-2.GA_redhat_00001.1.el7eap",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jboss_enterprise_application_platform:8.1::el9"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "netty",
                        "product": "Red Hat JBoss Enterprise Application Platform 8.1",
                        "vendor": "Red Hat",
                        "versions": [
                            {
                                "lessThan": "*",
                                "status": "unaffected",
                                "version": "transport-sctp",
                                "versionType": "rpm"
                            }
                        ]
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:enterprise_linux_ai:3"
                        ],
                        "defaultStatus": "unaffected",
                        "packageName": "bazel6",
                        "product": "Red Hat Enterprise Linux AI (RHEL AI) 3",
                        "vendor": "Red Hat"
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jboss_fuse:7"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "netty-transport-sctp",
                        "product": "Red Hat Fuse 7",
                        "vendor": "Red Hat"
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jboss_enterprise_application_platform:7"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "netty-transport-sctp",
                        "product": "Red Hat JBoss Enterprise Application Platform 7",
                        "vendor": "Red Hat"
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:jbosseapxp"
                        ],
                        "defaultStatus": "affected",
                        "packageName": "netty-transport-sctp",
                        "product": "Red Hat JBoss Enterprise Application Platform Expansion Pack",
                        "vendor": "Red Hat"
                    },
                    {
                        "collectionURL": "https://access.redhat.com/downloads/content/package-browser/",
                        "cpes": [
                            "cpe:/a:redhat:red_hat_single_sign_on:7"
                        ],
                        "defaultStatus": "unaffected",
                        "packageName": "netty-transport-sctp",
                        "product": "Red Hat Single Sign-On 7",
                        "vendor": "Red Hat"
                    }
                ],
                "datePublic": "2026-06-12T14:19:48.855Z",
                "descriptions": [
                    {
                        "lang": "en",
                        "value": "A flaw was found in netty-transport-sctp. A remote attacker can exploit this vulnerability by sending specially crafted, non-complete Stream Control Transmission Protocol (SCTP) message fragments. This can lead to unbounded memory growth within the application, causing a Denial of Service (DoS) condition. The affected component fails to limit the size or number of these fragments, allowing an attacker to consume excessive system resources."
                    }
                ],
                "metrics": [
                    {
                        "other": {
                            "content": {
                                "namespace": "https://access.redhat.com/security/updates/classification/",
                                "value": "Important"
                            },
                            "type": "Red Hat severity rating"
                        }
                    },
                    {
                        "cvssV3_1": {
                            "attackComplexity": "LOW",
                            "attackVector": "NETWORK",
                            "availabilityImpact": "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"
                        },
                        "format": "CVSS"
                    }
                ],
                "problemTypes": [
                    {
                        "descriptions": [
                            {
                                "cweId": "CWE-770",
                                "description": "Allocation of Resources Without Limits or Throttling",
                                "lang": "en",
                                "type": "CWE"
                            }
                        ]
                    }
                ],
                "references": [
                    {
                        "tags": [
                            "vdb-entry",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/security/cve/CVE-2026-46340"
                    },
                    {
                        "name": "RHBZ#2488388",
                        "tags": [
                            "issue-tracking",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=2488388"
                    },
                    {
                        "tags": [
                            "x_sadp-csaf-vex"
                        ],
                        "url": "https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-46340.json"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:53644"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:41951"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:53806"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:50085"
                    },
                    {
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2026:37390"
                    }
                ],
                "solutions": [
                    {
                        "lang": "en",
                        "value": "RHSA-2026:53644: Red Hat JBoss EAP 7.4 ELS for RHEL 7 Server"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:41951: Red Hat Data Grid 8.6.2"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:53806: Red Hat JBoss Enterprise Application Platform 7.4.25"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:50085: Red Hat JBoss Enterprise Application Platform 8.1"
                    },
                    {
                        "lang": "en",
                        "value": "RHSA-2026:37390: Red Hat build of Apache Camel 4.18.1.P1 for Spring Boot 3.5.16"
                    }
                ],
                "timeline": [
                    {
                        "lang": "en",
                        "time": "2026-06-12T15:01:34.090Z",
                        "value": "Reported to Red Hat."
                    },
                    {
                        "lang": "en",
                        "time": "2026-06-12T14:19:48.855Z",
                        "value": "Made public."
                    }
                ],
                "title": "netty-transport-sctp: Netty-transport-sctp: Denial of Service due to unbounded memory growth from SctpMessage fragments",
                "workarounds": [
                    {
                        "lang": "en",
                        "value": "Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability."
                    }
                ],
                "x_adpType": "supplier",
                "x_generator": {
                    "engine": "sadp-cli 1.0.0"
                },
                "providerMetadata": {
                    "orgId": "0b0ca135-0b70-47e7-9f44-1890c2a1c46c",
                    "shortName": "redhat-SADP",
                    "dateUpdated": "2026-09-02T12:04:24.114Z"
                }
            }
        ]
    }
}