{"url":"http://public2.vulnerablecode.io/api/vulnerabilities/27522?format=json","vulnerability_id":"VCID-8p2e-63th-gqge","summary":"Netty affected by MadeYouReset HTTP/2 DDoS vulnerability\nBelow is a technical explanation of a newly discovered vulnerability in HTTP/2, which we refer to as “MadeYouReset.”\n\n### MadeYouReset Vulnerability Summary\nThe MadeYouReset DDoS vulnerability is a logical vulnerability in the HTTP/2 protocol, that uses malformed HTTP/2 control frames in order to break the max concurrent streams limit - which results in resource exhaustion and distributed denial of service.\n\n### Mechanism\nThe vulnerability uses malformed HTTP/2 control frames, or malformed flow, in order to make the server reset streams created by the client (using the RST_STREAM frame). \nThe vulnerability could be triggered by several primitives, defined by the RFC of HTTP/2 (RFC 9113). The Primitives are:\n1. WINDOW_UPDATE frame with an increment of 0 or an increment that makes the window exceed 2^31 - 1. (section 6.9 + 6.9.1)\n2. HEADERS or DATA frames sent on a half-closed (remote) stream (which was closed using the END_STREAM flag). (note that for some implementations it's possible a CONTINUATION frame to trigger that as well - but it's very rare). (Section 5.1)\n3. PRIORITY frame with a length other than 5. (section 6.3)\nFrom our experience, the primitives are likely to exist in the decreasing order listed above.\nNote that based on the implementation of the library, other primitives (which are not defined by the RFC) might exist - meaning scenarios in which RST_STREAM is not supposed to be sent, but in the implementation it does. On the other hand - some RFC-defined primitives might not work, even though they are defined by the RFC (as some implementations are not fully complying with RFC). For example, some implementations we’ve seen discard the PRIORITY frame - and thus does not return RST_STREAM, and some implementations send GO_AWAY when receiving a WINDOW_UPDATE frame with increment of 0.\n\nThe vulnerability takes advantage of a design flaw in the HTTP/2 protocol - While HTTP/2 has a limit on the number of concurrently active streams per connection (which is usually 100, and is set by the parameter SETTINGS_MAX_CONCURRENT_STREAMS), the number of active streams is not counted correctly - when a stream is reset, it is immediately considered not active, and thus unaccounted for in the active streams counter. \nWhile the protocol does not count those streams as active, the server’s backend logic still processes and handles the requests that were canceled.\n\nThus, the attacker can exploit this vulnerability to cause the server to handle an unbounded number of concurrent streams from a client on the same connection. The exploitation is very simple: the client issues a request in a stream, and then sends the control frame that causes the server to send a RST_STREAM.\n\n### Attack Flow\nFor example, a possible attack scenario can be: \n1. Attacker opens an HTTP/2 connection to the server.\n2. Attacker sends HEADERS frame with END_STREAM flag on a new stream X.  \n3. Attacker sends WINDOW_UPDATE for stream X with flow-control window of 0.\n4. The server receives the WINDOW_UPDATE and immediately sends RST_STREAM for stream X to the client (+ decreases the active streams counter by 1).\n\nThe attacker can repeat steps 2+3 as rapidly as it is capable, since the active streams counter never exceeds 1 and the attacker does not need to wait for the response from the server.\nThis leads to resource exhaustion and distributed denial of service vulnerabilities with an impact of: CPU overload and/or memory exhaustion (implementation dependent)\n\n### Comparison to Rapid Reset\nThe vulnerability takes advantage of a design flow in the HTTP/2 protocol that was also used in the Rapid Reset vulnerability (CVE-2023-44487) which was exploited as a zero-day in the wild in August 2023 to October 2023, against multiple services and vendors.\nThe Rapid Reset vulnerability uses RST_STREAM frames sent from the client, in order to create an unbounded amount of concurrent streams - it was given a CVSS score of 7.5.\nRapid Reset was mostly mitigated by limiting the number/rate of RST_STREAM sent from the client, which does not mitigate the MadeYouReset attack - since it triggers the server to send a RST_STREAM.\n\n### Suggested Mitigations for MadeYouReset\nA quick and easy mitigation will be to limit the number/rate of RST_STREAMs sent from the server.\nIt is also possible to limit the number/rate of control frames sent by the client (e.g. WINDOW_UPDATE and PRIORITY), and treat protocol flow errors as a connection error.\n\nAs mentioned in our previous message, this is a protocol-level vulnerability that affects multiple vendors and implementations. Given its broad impact, it is the shared responsibility of all parties involved to handle the disclosure process carefully and coordinate mitigations effectively.\n\n\nIf you have any questions, we will be happy to clarify or schedule a Zoom call.\n\nGal, Anat and Yaniv.","aliases":[{"alias":"CVE-2025-55163"},{"alias":"GHSA-prj3-ccx8-p6x4"}],"fixed_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/931792?format=json","purl":"pkg:deb/debian/netty@1:4.1.48-4%2Bdeb11u2?distro=trixie","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.48-4%252Bdeb11u2%3Fdistro=trixie"},{"url":"http://public2.vulnerablecode.io/api/packages/931807?format=json","purl":"pkg:deb/debian/netty@1:4.1.48-4%2Bdeb11u3?distro=trixie","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.48-4%252Bdeb11u3%3Fdistro=trixie"},{"url":"http://public2.vulnerablecode.io/api/packages/1055449?format=json","purl":"pkg:deb/debian/netty@1:4.1.48-7%2Bdeb12u1","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.48-7%252Bdeb12u1"},{"url":"http://public2.vulnerablecode.io/api/packages/931790?format=json","purl":"pkg:deb/debian/netty@1:4.1.48-7%2Bdeb12u1?distro=trixie","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.48-7%252Bdeb12u1%3Fdistro=trixie"},{"url":"http://public2.vulnerablecode.io/api/packages/931806?format=json","purl":"pkg:deb/debian/netty@1:4.1.48-7%2Bdeb12u2?distro=trixie","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.48-7%252Bdeb12u2%3Fdistro=trixie"},{"url":"http://public2.vulnerablecode.io/api/packages/931794?format=json","purl":"pkg:deb/debian/netty@1:4.1.48-10?distro=trixie","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.48-10%3Fdistro=trixie"},{"url":"http://public2.vulnerablecode.io/api/packages/931809?format=json","purl":"pkg:deb/debian/netty@1:4.1.48-10%2Bdeb13u1?distro=trixie","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.48-10%252Bdeb13u1%3Fdistro=trixie"},{"url":"http://public2.vulnerablecode.io/api/packages/931808?format=json","purl":"pkg:deb/debian/netty@1:4.1.48-11?distro=trixie","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.48-11%3Fdistro=trixie"},{"url":"http://public2.vulnerablecode.io/api/packages/931793?format=json","purl":"pkg:deb/debian/netty@1:4.1.48-16?distro=trixie","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.48-16%3Fdistro=trixie"},{"url":"http://public2.vulnerablecode.io/api/packages/69700?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.75.0","is_vulnerable":false,"affected_by_vulnerabilities":[],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.75.0"},{"url":"http://public2.vulnerablecode.io/api/packages/69699?format=json","purl":"pkg:maven/io.netty/netty-codec-http2@4.1.124.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cs79-xzk6-4kgp"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http2@4.1.124.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/69698?format=json","purl":"pkg:maven/io.netty/netty-codec-http2@4.2.4.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-cs79-xzk6-4kgp"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http2@4.2.4.Final"}],"affected_packages":[{"url":"http://public2.vulnerablecode.io/api/packages/1037718?format=json","purl":"pkg:deb/debian/netty@1:3.1.0.CR1-1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-2tr1-48cx-ubbh"},{"vulnerability":"VCID-337s-x5xq-9kc1"},{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-4twn-m45z-yyg3"},{"vulnerability":"VCID-5781-s1ny-q7ey"},{"vulnerability":"VCID-81nf-zd3k-mud7"},{"vulnerability":"VCID-8b9g-6r2j-tqhw"},{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-8p4t-8f51-h3dc"},{"vulnerability":"VCID-9a4r-nbdk-37fu"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-hzxz-sqmu-s7e1"},{"vulnerability":"VCID-m7b8-8zcj-uqey"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-qruf-r6dc-3ugj"},{"vulnerability":"VCID-qyhp-twx4-vffc"},{"vulnerability":"VCID-r7tw-km29-4bdp"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"},{"vulnerability":"VCID-ug8h-p8kf-t7e1"},{"vulnerability":"VCID-xyc4-63ra-mfh2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:3.1.0.CR1-1"},{"url":"http://public2.vulnerablecode.io/api/packages/1037719?format=json","purl":"pkg:deb/debian/netty@1:3.2.6.Final-2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-2tr1-48cx-ubbh"},{"vulnerability":"VCID-337s-x5xq-9kc1"},{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-4twn-m45z-yyg3"},{"vulnerability":"VCID-5781-s1ny-q7ey"},{"vulnerability":"VCID-81nf-zd3k-mud7"},{"vulnerability":"VCID-8b9g-6r2j-tqhw"},{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-8p4t-8f51-h3dc"},{"vulnerability":"VCID-9a4r-nbdk-37fu"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-hzxz-sqmu-s7e1"},{"vulnerability":"VCID-m7b8-8zcj-uqey"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-qruf-r6dc-3ugj"},{"vulnerability":"VCID-qyhp-twx4-vffc"},{"vulnerability":"VCID-r7tw-km29-4bdp"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"},{"vulnerability":"VCID-ug8h-p8kf-t7e1"},{"vulnerability":"VCID-xyc4-63ra-mfh2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:3.2.6.Final-2"},{"url":"http://public2.vulnerablecode.io/api/packages/1037720?format=json","purl":"pkg:deb/debian/netty@1:4.1.7-2%2Bdeb9u1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-337s-x5xq-9kc1"},{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-4twn-m45z-yyg3"},{"vulnerability":"VCID-5781-s1ny-q7ey"},{"vulnerability":"VCID-8b9g-6r2j-tqhw"},{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-8p4t-8f51-h3dc"},{"vulnerability":"VCID-9a4r-nbdk-37fu"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-hzxz-sqmu-s7e1"},{"vulnerability":"VCID-m7b8-8zcj-uqey"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-qruf-r6dc-3ugj"},{"vulnerability":"VCID-qyhp-twx4-vffc"},{"vulnerability":"VCID-r7tw-km29-4bdp"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"},{"vulnerability":"VCID-ug8h-p8kf-t7e1"},{"vulnerability":"VCID-xyc4-63ra-mfh2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.7-2%252Bdeb9u1"},{"url":"http://public2.vulnerablecode.io/api/packages/1037828?format=json","purl":"pkg:deb/debian/netty@1:4.1.33-1%2Bdeb10u2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-337s-x5xq-9kc1"},{"vulnerability":"VCID-3mgs-vrus-q3ag"},{"vulnerability":"VCID-4twn-m45z-yyg3"},{"vulnerability":"VCID-5781-s1ny-q7ey"},{"vulnerability":"VCID-8b9g-6r2j-tqhw"},{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-8p4t-8f51-h3dc"},{"vulnerability":"VCID-9a4r-nbdk-37fu"},{"vulnerability":"VCID-e92u-331h-bkcb"},{"vulnerability":"VCID-hzxz-sqmu-s7e1"},{"vulnerability":"VCID-m7b8-8zcj-uqey"},{"vulnerability":"VCID-m9t3-3sxz-8faz"},{"vulnerability":"VCID-mba8-bg91-77ak"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-qruf-r6dc-3ugj"},{"vulnerability":"VCID-qyhp-twx4-vffc"},{"vulnerability":"VCID-r7tw-km29-4bdp"},{"vulnerability":"VCID-rewk-dvth-tubh"},{"vulnerability":"VCID-swu5-a9h5-ffex"},{"vulnerability":"VCID-ug8h-p8kf-t7e1"},{"vulnerability":"VCID-xyc4-63ra-mfh2"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.33-1%252Bdeb10u2"},{"url":"http://public2.vulnerablecode.io/api/packages/1049398?format=json","purl":"pkg:deb/debian/netty@1:4.1.48-4%2Bdeb11u2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-337s-x5xq-9kc1"},{"vulnerability":"VCID-4twn-m45z-yyg3"},{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-qyhp-twx4-vffc"},{"vulnerability":"VCID-rewk-dvth-tubh"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:deb/debian/netty@1:4.1.48-4%252Bdeb11u2"},{"url":"http://public2.vulnerablecode.io/api/packages/788596?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.9.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.9.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788597?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.9.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.9.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788598?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.10.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.10.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788599?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.10.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.10.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788600?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.11.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.11.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788601?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.12.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.12.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788602?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.12.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.12.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788603?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.13.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.13.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788604?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.13.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.13.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788605?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.14.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.14.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788606?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.15.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.15.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788607?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.15.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.15.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788608?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.16.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.16.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788609?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.16.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.16.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788610?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.17.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.17.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788611?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.17.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.17.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788612?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.18.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.18.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788613?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.19.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.19.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788614?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.20.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.20.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788615?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.21.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.21.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788616?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.21.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.21.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788617?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.22.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.22.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788618?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.22.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.22.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788619?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.22.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.22.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788620?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.22.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.22.3"},{"url":"http://public2.vulnerablecode.io/api/packages/788621?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.23.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.23.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788622?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.23.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.23.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788623?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.24.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.24.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788624?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.24.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.24.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788625?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.24.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.24.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788626?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.25.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.25.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788627?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.26.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.26.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788628?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.26.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.26.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788629?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.27.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.27.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788630?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.27.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.27.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788631?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.27.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.27.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788632?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.28.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.28.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788633?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.28.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.28.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788634?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.29.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.29.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788635?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.30.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.30.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788636?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.30.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.30.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788637?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.30.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.30.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788638?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.31.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.31.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788639?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.31.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.31.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788640?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.31.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.31.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788641?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.32.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.32.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788642?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.32.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.32.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788643?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.32.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.32.3"},{"url":"http://public2.vulnerablecode.io/api/packages/788644?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.33.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.33.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788645?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.33.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.33.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788646?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.34.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.34.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788647?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.34.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.34.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788648?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.35.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.35.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788649?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.35.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.35.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788650?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.36.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.36.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788651?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.36.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.36.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788652?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.36.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.36.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788653?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.36.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.36.3"},{"url":"http://public2.vulnerablecode.io/api/packages/788654?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.37.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.37.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788655?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.37.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.37.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788656?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.38.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.38.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788657?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.38.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.38.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788658?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.39.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.39.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788659?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.40.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.40.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788660?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.40.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.40.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788661?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.40.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.40.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788662?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.41.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.41.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788663?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.41.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.41.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788664?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.41.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.41.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788665?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.41.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.41.3"},{"url":"http://public2.vulnerablecode.io/api/packages/788666?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.42.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.42.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788667?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.42.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.42.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788668?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.42.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.42.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788669?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.42.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.42.3"},{"url":"http://public2.vulnerablecode.io/api/packages/788670?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.43.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.43.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788671?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.43.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.43.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788672?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.43.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.43.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788673?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.43.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.43.3"},{"url":"http://public2.vulnerablecode.io/api/packages/788674?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.44.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.44.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788675?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.44.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.44.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788676?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.44.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.44.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788677?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.45.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.45.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788678?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.45.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.45.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788679?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.45.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.45.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788680?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.45.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.45.3"},{"url":"http://public2.vulnerablecode.io/api/packages/788681?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.45.4","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.45.4"},{"url":"http://public2.vulnerablecode.io/api/packages/788682?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.46.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.46.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788683?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.46.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.46.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788684?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.47.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.47.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788685?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.47.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.47.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788686?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.48.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.48.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788687?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.48.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.48.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788688?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.48.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.48.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788689?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.49.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.49.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788690?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.49.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.49.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788691?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.49.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.49.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788692?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.50.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.50.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788693?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.50.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.50.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788694?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.50.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.50.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788695?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.50.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.50.3"},{"url":"http://public2.vulnerablecode.io/api/packages/788696?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.51.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.51.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788697?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.51.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.51.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788698?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.51.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.51.3"},{"url":"http://public2.vulnerablecode.io/api/packages/788699?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.52.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.52.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788700?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.52.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.52.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788701?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.53.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.53.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788702?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.54.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.54.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788703?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.54.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.54.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788704?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.54.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.54.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788705?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.55.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.55.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788706?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.55.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.55.3"},{"url":"http://public2.vulnerablecode.io/api/packages/788707?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.56.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.56.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788708?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.56.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.56.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788709?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.57.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.57.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788710?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.57.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.57.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788711?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.57.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.57.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788712?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.58.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.58.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788713?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.58.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.58.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788714?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.59.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.59.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788715?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.59.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.59.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788716?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.60.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.60.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788717?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.60.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.60.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788718?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.60.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.60.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788719?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.61.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.61.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788720?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.61.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.61.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788721?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.62.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.62.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788722?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.63.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.63.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788723?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.63.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.63.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788724?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.63.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.63.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788725?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.64.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.64.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788726?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.64.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.64.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788727?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.64.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.64.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788728?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.65.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.65.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788729?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.65.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.65.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788730?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.66.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.66.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788731?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.67.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.67.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788732?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.68.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.68.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788733?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.68.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.68.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788734?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.68.2","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.68.2"},{"url":"http://public2.vulnerablecode.io/api/packages/788735?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.68.3","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.68.3"},{"url":"http://public2.vulnerablecode.io/api/packages/788736?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.69.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.69.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788737?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.69.1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.69.1"},{"url":"http://public2.vulnerablecode.io/api/packages/788738?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.70.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.70.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788739?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.71.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.71.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788740?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.72.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.72.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788741?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.73.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.73.0"},{"url":"http://public2.vulnerablecode.io/api/packages/788742?format=json","purl":"pkg:maven/io.grpc/grpc-netty-shaded@1.74.0","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.grpc/grpc-netty-shaded@1.74.0"},{"url":"http://public2.vulnerablecode.io/api/packages/1026028?format=json","purl":"pkg:maven/io.netty/netty-codec-http2@4.1.123.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-cs79-xzk6-4kgp"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http2@4.1.123.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/581957?format=json","purl":"pkg:maven/io.netty/netty-codec-http2@4.2.0.Alpha1","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-7rcj-a9zf-yfhb"},{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-cs79-xzk6-4kgp"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http2@4.2.0.Alpha1"},{"url":"http://public2.vulnerablecode.io/api/packages/1026029?format=json","purl":"pkg:maven/io.netty/netty-codec-http2@4.2.3.Final","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-cs79-xzk6-4kgp"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:maven/io.netty/netty-codec-http2@4.2.3.Final"},{"url":"http://public2.vulnerablecode.io/api/packages/89421?format=json","purl":"pkg:rpm/redhat/eap7-jackson-annotations@2.8.11-2.redhat_00004.1.ep7?arch=el7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-pwnn-qx48-ykae"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-jackson-annotations@2.8.11-2.redhat_00004.1.ep7%3Farch=el7"},{"url":"http://public2.vulnerablecode.io/api/packages/89435?format=json","purl":"pkg:rpm/redhat/eap7-jackson-annotations@2.10.4-4.redhat_00008.1?arch=el7eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-pwnn-qx48-ykae"},{"vulnerability":"VCID-xme8-usmd-vqg3"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-jackson-annotations@2.10.4-4.redhat_00008.1%3Farch=el7eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89429?format=json","purl":"pkg:rpm/redhat/eap7-jackson-core@2.8.11-3.redhat_00004.1.ep7?arch=el7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-pwnn-qx48-ykae"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-jackson-core@2.8.11-3.redhat_00004.1.ep7%3Farch=el7"},{"url":"http://public2.vulnerablecode.io/api/packages/89436?format=json","purl":"pkg:rpm/redhat/eap7-jackson-core@2.10.4-4.redhat_00008.1?arch=el7eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-pwnn-qx48-ykae"},{"vulnerability":"VCID-xme8-usmd-vqg3"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-jackson-core@2.10.4-4.redhat_00008.1%3Farch=el7eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89423?format=json","purl":"pkg:rpm/redhat/eap7-jackson-databind@2.10.4-6.redhat_00008.1?arch=el7eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-pwnn-qx48-ykae"},{"vulnerability":"VCID-xme8-usmd-vqg3"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-jackson-databind@2.10.4-6.redhat_00008.1%3Farch=el7eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89422?format=json","purl":"pkg:rpm/redhat/eap7-jackson-jaxrs-providers@2.8.11-3.redhat_00004.1.ep7?arch=el7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-pwnn-qx48-ykae"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-jackson-jaxrs-providers@2.8.11-3.redhat_00004.1.ep7%3Farch=el7"},{"url":"http://public2.vulnerablecode.io/api/packages/89431?format=json","purl":"pkg:rpm/redhat/eap7-jackson-jaxrs-providers@2.10.4-4.redhat_00008.1?arch=el7eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-pwnn-qx48-ykae"},{"vulnerability":"VCID-xme8-usmd-vqg3"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-jackson-jaxrs-providers@2.10.4-4.redhat_00008.1%3Farch=el7eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89437?format=json","purl":"pkg:rpm/redhat/eap7-jackson-module-jaxb-annotations@2.8.11-3.redhat_00004.1.ep7?arch=el7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-pwnn-qx48-ykae"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-jackson-module-jaxb-annotations@2.8.11-3.redhat_00004.1.ep7%3Farch=el7"},{"url":"http://public2.vulnerablecode.io/api/packages/89430?format=json","purl":"pkg:rpm/redhat/eap7-jackson-modules-base@2.10.4-6.redhat_00008.1?arch=el7eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-pwnn-qx48-ykae"},{"vulnerability":"VCID-xme8-usmd-vqg3"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-jackson-modules-base@2.10.4-6.redhat_00008.1%3Farch=el7eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89441?format=json","purl":"pkg:rpm/redhat/eap7-jackson-modules-java8@2.8.11-2.redhat_00004.1.ep7?arch=el7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-pwnn-qx48-ykae"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-jackson-modules-java8@2.8.11-2.redhat_00004.1.ep7%3Farch=el7"},{"url":"http://public2.vulnerablecode.io/api/packages/89418?format=json","purl":"pkg:rpm/redhat/eap7-jackson-modules-java8@2.10.4-3.redhat_00008.1?arch=el7eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-pwnn-qx48-ykae"},{"vulnerability":"VCID-xme8-usmd-vqg3"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-jackson-modules-java8@2.10.4-3.redhat_00008.1%3Farch=el7eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89432?format=json","purl":"pkg:rpm/redhat/eap7-jboss-server-migration@1.7.2-20.Final_redhat_00021.1?arch=el7eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-pwnn-qx48-ykae"},{"vulnerability":"VCID-xme8-usmd-vqg3"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-jboss-server-migration@1.7.2-20.Final_redhat_00021.1%3Farch=el7eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89433?format=json","purl":"pkg:rpm/redhat/eap7-netty@4.1.63-3.Final_redhat_00004.1.ep7?arch=el7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-pwnn-qx48-ykae"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-netty@4.1.63-3.Final_redhat_00004.1.ep7%3Farch=el7"},{"url":"http://public2.vulnerablecode.io/api/packages/89428?format=json","purl":"pkg:rpm/redhat/eap7-netty@4.1.63-6.Final_redhat_00004.1?arch=el7eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-pwnn-qx48-ykae"},{"vulnerability":"VCID-xme8-usmd-vqg3"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-netty@4.1.63-6.Final_redhat_00004.1%3Farch=el7eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89419?format=json","purl":"pkg:rpm/redhat/eap7-netty@4.1.124-1.Final_redhat_00001.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-netty@4.1.124-1.Final_redhat_00001.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89440?format=json","purl":"pkg:rpm/redhat/eap7-netty@4.1.124-1.Final_redhat_00001.1?arch=el7eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-netty@4.1.124-1.Final_redhat_00001.1%3Farch=el7eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89427?format=json","purl":"pkg:rpm/redhat/eap7-netty@4.1.124-1.Final_redhat_00001.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-netty@4.1.124-1.Final_redhat_00001.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89426?format=json","purl":"pkg:rpm/redhat/eap7-netty-transport-native-epoll@4.1.124-1.Final_redhat_00001.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-netty-transport-native-epoll@4.1.124-1.Final_redhat_00001.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89420?format=json","purl":"pkg:rpm/redhat/eap7-netty-transport-native-epoll@4.1.124-1.Final_redhat_00001.1?arch=el7eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-netty-transport-native-epoll@4.1.124-1.Final_redhat_00001.1%3Farch=el7eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89434?format=json","purl":"pkg:rpm/redhat/eap7-netty-transport-native-epoll@4.1.124-1.Final_redhat_00001.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-netty-transport-native-epoll@4.1.124-1.Final_redhat_00001.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89438?format=json","purl":"pkg:rpm/redhat/eap7-undertow@1.4.18-18.SP16_redhat_00001.1.ep7?arch=el7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-pwnn-qx48-ykae"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-undertow@1.4.18-18.SP16_redhat_00001.1.ep7%3Farch=el7"},{"url":"http://public2.vulnerablecode.io/api/packages/89425?format=json","purl":"pkg:rpm/redhat/eap7-undertow@2.0.41-6.SP7_redhat_00001.1?arch=el7eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-pwnn-qx48-ykae"},{"vulnerability":"VCID-xme8-usmd-vqg3"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-undertow@2.0.41-6.SP7_redhat_00001.1%3Farch=el7eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89439?format=json","purl":"pkg:rpm/redhat/eap7-wildfly@7.1.13-6.GA_redhat_00002.1.ep7?arch=el7","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-pwnn-qx48-ykae"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-wildfly@7.1.13-6.GA_redhat_00002.1.ep7%3Farch=el7"},{"url":"http://public2.vulnerablecode.io/api/packages/89424?format=json","purl":"pkg:rpm/redhat/eap7-wildfly@7.3.16-3.GA_redhat_00003.1?arch=el7eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-pwnn-qx48-ykae"},{"vulnerability":"VCID-xme8-usmd-vqg3"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-wildfly@7.3.16-3.GA_redhat_00003.1%3Farch=el7eap"},{"url":"http://public2.vulnerablecode.io/api/packages/87370?format=json","purl":"pkg:rpm/redhat/eap7-wildfly@7.4.24-4.GA_redhat_00002.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-4rvj-nz7h-m7ek"},{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-huxp-ctsp-fqay"},{"vulnerability":"VCID-kk1t-t63f-rqg2"},{"vulnerability":"VCID-ns3p-22xg-q3bz"},{"vulnerability":"VCID-pwnn-qx48-ykae"},{"vulnerability":"VCID-qh9g-f6d2-zkeg"},{"vulnerability":"VCID-qqu7-yqc6-rqab"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-wildfly@7.4.24-4.GA_redhat_00002.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/87372?format=json","purl":"pkg:rpm/redhat/eap7-wildfly@7.4.24-4.GA_redhat_00002.1?arch=el7eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-4rvj-nz7h-m7ek"},{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-huxp-ctsp-fqay"},{"vulnerability":"VCID-kk1t-t63f-rqg2"},{"vulnerability":"VCID-ns3p-22xg-q3bz"},{"vulnerability":"VCID-pwnn-qx48-ykae"},{"vulnerability":"VCID-qh9g-f6d2-zkeg"},{"vulnerability":"VCID-qqu7-yqc6-rqab"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-wildfly@7.4.24-4.GA_redhat_00002.1%3Farch=el7eap"},{"url":"http://public2.vulnerablecode.io/api/packages/87373?format=json","purl":"pkg:rpm/redhat/eap7-wildfly@7.4.24-4.GA_redhat_00002.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-4rvj-nz7h-m7ek"},{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-huxp-ctsp-fqay"},{"vulnerability":"VCID-kk1t-t63f-rqg2"},{"vulnerability":"VCID-ns3p-22xg-q3bz"},{"vulnerability":"VCID-pwnn-qx48-ykae"},{"vulnerability":"VCID-qh9g-f6d2-zkeg"},{"vulnerability":"VCID-qqu7-yqc6-rqab"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap7-wildfly@7.4.24-4.GA_redhat_00002.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89219?format=json","purl":"pkg:rpm/redhat/eap8-apache-commons-lang@3.18.0-1.redhat_00002.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-apache-commons-lang@3.18.0-1.redhat_00002.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89203?format=json","purl":"pkg:rpm/redhat/eap8-apache-commons-lang@3.18.0-1.redhat_00002.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-apache-commons-lang@3.18.0-1.redhat_00002.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89201?format=json","purl":"pkg:rpm/redhat/eap8-apache-cxf@4.0.9-4.redhat_00002.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-apache-cxf@4.0.9-4.redhat_00002.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89215?format=json","purl":"pkg:rpm/redhat/eap8-apache-cxf@4.0.9-4.redhat_00002.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-apache-cxf@4.0.9-4.redhat_00002.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89210?format=json","purl":"pkg:rpm/redhat/eap8-apache-cxf@4.0.9-5.redhat_00002.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-apache-cxf@4.0.9-5.redhat_00002.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89224?format=json","purl":"pkg:rpm/redhat/eap8-apache-cxf@4.0.9-5.redhat_00002.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-apache-cxf@4.0.9-5.redhat_00002.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89218?format=json","purl":"pkg:rpm/redhat/eap8-apache-cxf-xjc-utils@4.1.0-1.redhat_00001.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-apache-cxf-xjc-utils@4.1.0-1.redhat_00001.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89206?format=json","purl":"pkg:rpm/redhat/eap8-apache-cxf-xjc-utils@4.1.0-1.redhat_00001.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-apache-cxf-xjc-utils@4.1.0-1.redhat_00001.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89212?format=json","purl":"pkg:rpm/redhat/eap8-eap-product-conf-parent@800.9.1-3.GA_redhat_00004.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-eap-product-conf-parent@800.9.1-3.GA_redhat_00004.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89227?format=json","purl":"pkg:rpm/redhat/eap8-eap-product-conf-parent@800.9.1-3.GA_redhat_00004.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-eap-product-conf-parent@800.9.1-3.GA_redhat_00004.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89209?format=json","purl":"pkg:rpm/redhat/eap8-eap-product-conf-parent@801.0.1-2.GA_redhat_00003.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-eap-product-conf-parent@801.0.1-2.GA_redhat_00003.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89222?format=json","purl":"pkg:rpm/redhat/eap8-eap-product-conf-parent@801.0.1-2.GA_redhat_00003.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-eap-product-conf-parent@801.0.1-2.GA_redhat_00003.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89214?format=json","purl":"pkg:rpm/redhat/eap8-jbossws-cxf@7.3.4-1.Final_redhat_00001.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-jbossws-cxf@7.3.4-1.Final_redhat_00001.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89228?format=json","purl":"pkg:rpm/redhat/eap8-jbossws-cxf@7.3.4-1.Final_redhat_00001.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-jbossws-cxf@7.3.4-1.Final_redhat_00001.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89221?format=json","purl":"pkg:rpm/redhat/eap8-netty@4.1.127-1.Final_redhat_00001.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-netty@4.1.127-1.Final_redhat_00001.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89208?format=json","purl":"pkg:rpm/redhat/eap8-netty@4.1.127-1.Final_redhat_00001.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-netty@4.1.127-1.Final_redhat_00001.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89223?format=json","purl":"pkg:rpm/redhat/eap8-netty-transport-native-epoll@4.1.127-1.Final_redhat_00001.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-netty-transport-native-epoll@4.1.127-1.Final_redhat_00001.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89204?format=json","purl":"pkg:rpm/redhat/eap8-netty-transport-native-epoll@4.1.127-1.Final_redhat_00001.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-netty-transport-native-epoll@4.1.127-1.Final_redhat_00001.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89205?format=json","purl":"pkg:rpm/redhat/eap8-opensaml@4.3.2-2.redhat_00002.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-opensaml@4.3.2-2.redhat_00002.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89216?format=json","purl":"pkg:rpm/redhat/eap8-opensaml@4.3.2-2.redhat_00002.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-opensaml@4.3.2-2.redhat_00002.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89220?format=json","purl":"pkg:rpm/redhat/eap8-wildfly@8.0.9-8.GA_redhat_00008.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-wildfly@8.0.9-8.GA_redhat_00008.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89207?format=json","purl":"pkg:rpm/redhat/eap8-wildfly@8.0.9-8.GA_redhat_00008.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-wildfly@8.0.9-8.GA_redhat_00008.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89217?format=json","purl":"pkg:rpm/redhat/eap8-wildfly@8.1.0-55.GA_redhat_00016.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-wildfly@8.1.0-55.GA_redhat_00016.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89202?format=json","purl":"pkg:rpm/redhat/eap8-wildfly@8.1.0-55.GA_redhat_00016.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-wildfly@8.1.0-55.GA_redhat_00016.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89226?format=json","purl":"pkg:rpm/redhat/eap8-wss4j@3.0.4-1.redhat_00002.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-wss4j@3.0.4-1.redhat_00002.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89211?format=json","purl":"pkg:rpm/redhat/eap8-wss4j@3.0.4-1.redhat_00002.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-wss4j@3.0.4-1.redhat_00002.1%3Farch=el9eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89225?format=json","purl":"pkg:rpm/redhat/eap8-xml-security@3.0.5-1.redhat_00001.1?arch=el8eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-xml-security@3.0.5-1.redhat_00001.1%3Farch=el8eap"},{"url":"http://public2.vulnerablecode.io/api/packages/89213?format=json","purl":"pkg:rpm/redhat/eap8-xml-security@3.0.5-1.redhat_00001.1?arch=el9eap","is_vulnerable":true,"affected_by_vulnerabilities":[{"vulnerability":"VCID-8p2e-63th-gqge"},{"vulnerability":"VCID-n9u5-a8js-hbf2"},{"vulnerability":"VCID-wnc6-kzv8-3qen"}],"resource_url":"http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/eap8-xml-security@3.0.5-1.redhat_00001.1%3Farch=el9eap"}],"references":[{"reference_url":"https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2025-55163.json","reference_id":"","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}],"url":"https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2025-55163.json"},{"reference_url":"https://api.first.org/data/v1/epss?cve=CVE-2025-55163","reference_id":"","reference_type":"","scores":[{"value":"0.00028","scoring_system":"epss","scoring_elements":"0.07757","published_at":"2026-04-02T12:55:00Z"},{"value":"0.00028","scoring_system":"epss","scoring_elements":"0.07803","published_at":"2026-04-04T12:55:00Z"},{"value":"0.00036","scoring_system":"epss","scoring_elements":"0.10737","published_at":"2026-04-08T12:55:00Z"},{"value":"0.00036","scoring_system":"epss","scoring_elements":"0.1066","published_at":"2026-04-07T12:55:00Z"},{"value":"0.00036","scoring_system":"epss","scoring_elements":"0.10616","published_at":"2026-04-16T12:55:00Z"},{"value":"0.00036","scoring_system":"epss","scoring_elements":"0.10752","published_at":"2026-04-13T12:55:00Z"},{"value":"0.00036","scoring_system":"epss","scoring_elements":"0.10776","published_at":"2026-04-12T12:55:00Z"},{"value":"0.00036","scoring_system":"epss","scoring_elements":"0.10807","published_at":"2026-04-11T12:55:00Z"},{"value":"0.00036","scoring_system":"epss","scoring_elements":"0.10793","published_at":"2026-04-09T12:55:00Z"},{"value":"0.0004","scoring_system":"epss","scoring_elements":"0.12023","published_at":"2026-04-24T12:55:00Z"},{"value":"0.0004","scoring_system":"epss","scoring_elements":"0.11927","published_at":"2026-04-18T12:55:00Z"},{"value":"0.0004","scoring_system":"epss","scoring_elements":"0.1199","published_at":"2026-04-26T12:55:00Z"},{"value":"0.0004","scoring_system":"epss","scoring_elements":"0.12045","published_at":"2026-04-21T12:55:00Z"},{"value":"0.00052","scoring_system":"epss","scoring_elements":"0.16411","published_at":"2026-05-15T12:55:00Z"},{"value":"0.00052","scoring_system":"epss","scoring_elements":"0.16238","published_at":"2026-04-29T12:55:00Z"},{"value":"0.00052","scoring_system":"epss","scoring_elements":"0.16105","published_at":"2026-05-05T12:55:00Z"},{"value":"0.00052","scoring_system":"epss","scoring_elements":"0.1622","published_at":"2026-05-07T12:55:00Z"},{"value":"0.00052","scoring_system":"epss","scoring_elements":"0.16326","published_at":"2026-05-09T12:55:00Z"},{"value":"0.00052","scoring_system":"epss","scoring_elements":"0.16296","published_at":"2026-05-11T12:55:00Z"},{"value":"0.00052","scoring_system":"epss","scoring_elements":"0.16329","published_at":"2026-05-12T12:55:00Z"},{"value":"0.00052","scoring_system":"epss","scoring_elements":"0.16403","published_at":"2026-05-14T12:55:00Z"}],"url":"https://api.first.org/data/v1/epss?cve=CVE-2025-55163"},{"reference_url":"https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-55163","reference_id":"","reference_type":"","scores":[],"url":"https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-55163"},{"reference_url":"https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml","reference_id":"","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"}],"url":"https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml"},{"reference_url":"https://github.com/grpc/grpc-java/commit/6462ef9a11980e168c21d90bbc7245c728fd1a7a","reference_id":"","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},{"value":"8.2","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/grpc/grpc-java/commit/6462ef9a11980e168c21d90bbc7245c728fd1a7a"},{"reference_url":"https://github.com/netty/netty","reference_id":"","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},{"value":"8.2","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/netty/netty"},{"reference_url":"https://github.com/netty/netty/commit/be53dc3c9acd9af2e20d0c3c07cd77115a594cf1","reference_id":"","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},{"value":"8.2","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://github.com/netty/netty/commit/be53dc3c9acd9af2e20d0c3c07cd77115a594cf1"},{"reference_url":"https://github.com/netty/netty/security/advisories/GHSA-prj3-ccx8-p6x4","reference_id":"","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},{"value":"HIGH","scoring_system":"cvssv3.1_qr","scoring_elements":""},{"value":"8.2","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""},{"value":"Track","scoring_system":"ssvc","scoring_elements":"SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2025-08-13T14:37:06Z/"}],"url":"https://github.com/netty/netty/security/advisories/GHSA-prj3-ccx8-p6x4"},{"reference_url":"https://nvd.nist.gov/vuln/detail/CVE-2025-55163","reference_id":"","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},{"value":"8.2","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://nvd.nist.gov/vuln/detail/CVE-2025-55163"},{"reference_url":"https://www.kb.cert.org/vuls/id/767506","reference_id":"","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},{"value":"8.2","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"https://www.kb.cert.org/vuls/id/767506"},{"reference_url":"http://www.openwall.com/lists/oss-security/2025/08/16/1","reference_id":"","reference_type":"","scores":[{"value":"7.5","scoring_system":"cvssv3.1","scoring_elements":"CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"},{"value":"8.2","scoring_system":"cvssv4","scoring_elements":"CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N"},{"value":"HIGH","scoring_system":"generic_textual","scoring_elements":""}],"url":"http://www.openwall.com/lists/oss-security/2025/08/16/1"},{"reference_url":"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1111105","reference_id":"1111105","reference_type":"","scores":[],"url":"https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1111105"},{"reference_url":"https://bugzilla.redhat.com/show_bug.cgi?id=2388252","reference_id":"2388252","reference_type":"","scores":[],"url":"https://bugzilla.redhat.com/show_bug.cgi?id=2388252"},{"reference_url":"https://github.com/advisories/GHSA-prj3-ccx8-p6x4","reference_id":"GHSA-prj3-ccx8-p6x4","reference_type":"","scores":[{"value":"HIGH","scoring_system":"cvssv3.1_qr","scoring_elements":""}],"url":"https://github.com/advisories/GHSA-prj3-ccx8-p6x4"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:14004","reference_id":"RHSA-2025:14004","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:14004"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:14008","reference_id":"RHSA-2025:14008","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:14008"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:14197","reference_id":"RHSA-2025:14197","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:14197"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:14911","reference_id":"RHSA-2025:14911","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:14911"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:14919","reference_id":"RHSA-2025:14919","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:14919"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:15612","reference_id":"RHSA-2025:15612","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:15612"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:15697","reference_id":"RHSA-2025:15697","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:15697"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:16407","reference_id":"RHSA-2025:16407","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:16407"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:17298","reference_id":"RHSA-2025:17298","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:17298"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:17299","reference_id":"RHSA-2025:17299","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:17299"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:17317","reference_id":"RHSA-2025:17317","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:17317"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:17318","reference_id":"RHSA-2025:17318","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:17318"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:17501","reference_id":"RHSA-2025:17501","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:17501"},{"reference_url":"https://access.redhat.com/errata/RHSA-2025:18989","reference_id":"RHSA-2025:18989","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2025:18989"},{"reference_url":"https://access.redhat.com/errata/RHSA-2026:0742","reference_id":"RHSA-2026:0742","reference_type":"","scores":[],"url":"https://access.redhat.com/errata/RHSA-2026:0742"}],"weaknesses":[{"cwe_id":770,"name":"Allocation of Resources Without Limits or Throttling","description":"The product allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor."},{"cwe_id":937,"name":"OWASP Top Ten 2013 Category A9 - Using Components with Known Vulnerabilities","description":"Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2013."},{"cwe_id":1035,"name":"OWASP Top Ten 2017 Category A9 - Using Components with Known Vulnerabilities","description":"Weaknesses in this category are related to the A9 category in the OWASP Top Ten 2017."}],"exploits":[],"severity_range_score":"7.0 - 8.9","exploitability":"0.5","weighted_severity":"8.0","risk_score":4.0,"resource_url":"http://public2.vulnerablecode.io/vulnerabilities/VCID-8p2e-63th-gqge"}