Lookup for vulnerabilities affecting packages.

Vulnerability_idVCID-gdcf-9axf-1yaq
Summary
Eclipse Jetty affected by MadeYouReset HTTP/2 vulnerability
## Technical Details 
Below is a technical explanation of a newly discovered vulnerability in HTTP/2, which we refer to as “MadeYouReset.”

### MadeYouReset Vulnerability Summary
The 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.

### Mechanism
The 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). 
The vulnerability could be triggered by several primitives, defined by the RFC of HTTP/2 (RFC 9113). The Primitives are:
1. 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)
2. 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)
3. PRIORITY frame with a length other than 5. (section 6.3)
From our experience, the primitives are likely to exist in the decreasing order listed above.
Note 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.

The 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. 
While the protocol does not count those streams as active, the server’s backend logic still processes and handles the requests that were canceled.

Thus, 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.

### Attack Flow
For example, a possible attack scenario can be: 
1. Attacker opens an HTTP/2 connection to the server.
2. Attacker sends HEADERS frame with END_STREAM flag on a new stream X.  
3. Attacker sends WINDOW_UPDATE for stream X with flow-control window of 0.
4. The server receives the WINDOW_UPDATE and immediately sends RST_STREAM for stream X to the client (+ decreases the active streams counter by 1).

The 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.
This leads to resource exhaustion and distributed denial of service vulnerabilities with an impact of: CPU overload and/or memory exhaustion (implementation dependant)

### Comparison to Rapid Reset
The 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.
The 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.
Rapid 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.

### Suggested Mitigations for MadeYouReset
A quick and easy mitigation will be to limit the number/rate of RST_STREAMs sent from the server.
It 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.

As 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.


If you have any questions, we will be happy to clarify or schedule a Zoom call.

Gal, Anat and Yaniv.



## Jetty's Team Notes

### Impact
A denial of service vulnerability similar to [Rapid Reset](https://github.com/jetty/jetty.project/security/advisories/GHSA-c745-7wm4-7738), but where the client triggers a reset from the server by sending a malformed or invalid frame.
In particular, this may be triggered by WINDOW_UPDATE frames that are invalid (e.g. with `delta==0` or when the delta makes the window exceed `2^31-1`).

### Patches
Patch has been merged into 12.0.x mainline via https://github.com/jetty/jetty.project/pull/13449.

### Workarounds
No workarounds apart disabling HTTP/2.
Aliases
0
alias CVE-2025-5115
1
alias GHSA-mmxm-8w33-wc4h
Fixed_packages
0
url pkg:deb/debian/jetty12@12.0.17-3.1~deb13u1?distro=trixie
purl pkg:deb/debian/jetty12@12.0.17-3.1~deb13u1?distro=trixie
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-daws-9x98-vbbm
1
vulnerability VCID-e1r9-bbdh-qqf6
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty12@12.0.17-3.1~deb13u1%3Fdistro=trixie
1
url pkg:deb/debian/jetty12@12.0.17-3.1?distro=trixie
purl pkg:deb/debian/jetty12@12.0.17-3.1?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty12@12.0.17-3.1%3Fdistro=trixie
2
url pkg:deb/debian/jetty12@12.0.33-1?distro=trixie
purl pkg:deb/debian/jetty12@12.0.33-1?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty12@12.0.33-1%3Fdistro=trixie
3
url pkg:deb/debian/jetty9@9.4.50-4%2Bdeb11u2?distro=trixie
purl pkg:deb/debian/jetty9@9.4.50-4%2Bdeb11u2?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.50-4%252Bdeb11u2%3Fdistro=trixie
4
url pkg:deb/debian/jetty9@9.4.57-0%2Bdeb11u3?distro=trixie
purl pkg:deb/debian/jetty9@9.4.57-0%2Bdeb11u3?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.57-0%252Bdeb11u3%3Fdistro=trixie
5
url pkg:deb/debian/jetty9@9.4.57-1.1~deb12u1?distro=trixie
purl pkg:deb/debian/jetty9@9.4.57-1.1~deb12u1?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.57-1.1~deb12u1%3Fdistro=trixie
6
url pkg:deb/debian/jetty9@9.4.57-1.1~deb12u1
purl pkg:deb/debian/jetty9@9.4.57-1.1~deb12u1
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.57-1.1~deb12u1
7
url pkg:deb/debian/jetty9@9.4.57-1.1~deb13u1?distro=trixie
purl pkg:deb/debian/jetty9@9.4.57-1.1~deb13u1?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.57-1.1~deb13u1%3Fdistro=trixie
8
url pkg:deb/debian/jetty9@9.4.57-1.1?distro=trixie
purl pkg:deb/debian/jetty9@9.4.57-1.1?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.57-1.1%3Fdistro=trixie
9
url pkg:deb/debian/jetty9@9.4.58-1?distro=trixie
purl pkg:deb/debian/jetty9@9.4.58-1?distro=trixie
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.58-1%3Fdistro=trixie
10
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.58.v20250814
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.58.v20250814
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.58.v20250814
11
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.26
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.26
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.26
12
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.26
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.26
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.26
13
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.25
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.25
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.25
14
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.1.0.beta3
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.1.0.beta3
is_vulnerable false
affected_by_vulnerabilities
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.1.0.beta3
Affected_packages
0
url pkg:deb/debian/jetty9@9.2.21-1~bpo8%2B1
purl pkg:deb/debian/jetty9@9.2.21-1~bpo8%2B1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-12gq-ezut-ckhz
1
vulnerability VCID-1ejr-3tea-kydr
2
vulnerability VCID-3f6t-fkt7-wub9
3
vulnerability VCID-5781-s1ny-q7ey
4
vulnerability VCID-5qhm-ase5-5qhy
5
vulnerability VCID-9xw3-4a4u-hbbb
6
vulnerability VCID-ahev-zdjd-gqg1
7
vulnerability VCID-czhb-gqt2-17av
8
vulnerability VCID-dvyn-8phs-a3a6
9
vulnerability VCID-dznb-x27e-kqan
10
vulnerability VCID-g3ff-brt6-vkeh
11
vulnerability VCID-gdcf-9axf-1yaq
12
vulnerability VCID-gq93-ctd4-aqbp
13
vulnerability VCID-kvqz-fppe-d7fe
14
vulnerability VCID-kx4x-gnk4-yugu
15
vulnerability VCID-kxtv-ma18-8fer
16
vulnerability VCID-memq-11qz-9qem
17
vulnerability VCID-nubz-xqaw-tkfr
18
vulnerability VCID-nyxu-ekhs-gyb5
19
vulnerability VCID-p7cu-h519-83hx
20
vulnerability VCID-prd3-mmuv-n3dc
21
vulnerability VCID-q35p-8qhp-aqec
22
vulnerability VCID-q3k2-1x5q-buhy
23
vulnerability VCID-rpc4-u4aq-4qde
24
vulnerability VCID-sw3q-jzqx-dkbn
25
vulnerability VCID-thpu-76e5-j3d3
26
vulnerability VCID-tqm9-4ch7-s7b3
27
vulnerability VCID-u2b5-uyd6-fbh9
28
vulnerability VCID-uuju-ey95-tyfq
29
vulnerability VCID-y3mv-vmwd-tydt
30
vulnerability VCID-ypc7-f1nd-t7gn
31
vulnerability VCID-zdt8-jrn2-m3ff
32
vulnerability VCID-znv6-77jf-v3gu
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.2.21-1~bpo8%252B1
1
url pkg:deb/debian/jetty9@9.2.21-1%2Bdeb9u1
purl pkg:deb/debian/jetty9@9.2.21-1%2Bdeb9u1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-12gq-ezut-ckhz
1
vulnerability VCID-1ejr-3tea-kydr
2
vulnerability VCID-3f6t-fkt7-wub9
3
vulnerability VCID-5781-s1ny-q7ey
4
vulnerability VCID-5qhm-ase5-5qhy
5
vulnerability VCID-9xw3-4a4u-hbbb
6
vulnerability VCID-ahev-zdjd-gqg1
7
vulnerability VCID-czhb-gqt2-17av
8
vulnerability VCID-dvyn-8phs-a3a6
9
vulnerability VCID-dznb-x27e-kqan
10
vulnerability VCID-g3ff-brt6-vkeh
11
vulnerability VCID-gdcf-9axf-1yaq
12
vulnerability VCID-gq93-ctd4-aqbp
13
vulnerability VCID-kvqz-fppe-d7fe
14
vulnerability VCID-kx4x-gnk4-yugu
15
vulnerability VCID-kxtv-ma18-8fer
16
vulnerability VCID-memq-11qz-9qem
17
vulnerability VCID-nubz-xqaw-tkfr
18
vulnerability VCID-nyxu-ekhs-gyb5
19
vulnerability VCID-p7cu-h519-83hx
20
vulnerability VCID-prd3-mmuv-n3dc
21
vulnerability VCID-q35p-8qhp-aqec
22
vulnerability VCID-q3k2-1x5q-buhy
23
vulnerability VCID-rpc4-u4aq-4qde
24
vulnerability VCID-sw3q-jzqx-dkbn
25
vulnerability VCID-thpu-76e5-j3d3
26
vulnerability VCID-tqm9-4ch7-s7b3
27
vulnerability VCID-u2b5-uyd6-fbh9
28
vulnerability VCID-uuju-ey95-tyfq
29
vulnerability VCID-y3mv-vmwd-tydt
30
vulnerability VCID-ypc7-f1nd-t7gn
31
vulnerability VCID-zdt8-jrn2-m3ff
32
vulnerability VCID-znv6-77jf-v3gu
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.2.21-1%252Bdeb9u1
2
url pkg:deb/debian/jetty9@9.2.23-1~bpo8%2B1
purl pkg:deb/debian/jetty9@9.2.23-1~bpo8%2B1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-12gq-ezut-ckhz
1
vulnerability VCID-1ejr-3tea-kydr
2
vulnerability VCID-3f6t-fkt7-wub9
3
vulnerability VCID-5781-s1ny-q7ey
4
vulnerability VCID-5qhm-ase5-5qhy
5
vulnerability VCID-9xw3-4a4u-hbbb
6
vulnerability VCID-ahev-zdjd-gqg1
7
vulnerability VCID-czhb-gqt2-17av
8
vulnerability VCID-dvyn-8phs-a3a6
9
vulnerability VCID-g3ff-brt6-vkeh
10
vulnerability VCID-gdcf-9axf-1yaq
11
vulnerability VCID-gq93-ctd4-aqbp
12
vulnerability VCID-kvqz-fppe-d7fe
13
vulnerability VCID-kx4x-gnk4-yugu
14
vulnerability VCID-kxtv-ma18-8fer
15
vulnerability VCID-memq-11qz-9qem
16
vulnerability VCID-nubz-xqaw-tkfr
17
vulnerability VCID-nyxu-ekhs-gyb5
18
vulnerability VCID-p7cu-h519-83hx
19
vulnerability VCID-prd3-mmuv-n3dc
20
vulnerability VCID-q35p-8qhp-aqec
21
vulnerability VCID-q3k2-1x5q-buhy
22
vulnerability VCID-rpc4-u4aq-4qde
23
vulnerability VCID-sw3q-jzqx-dkbn
24
vulnerability VCID-thpu-76e5-j3d3
25
vulnerability VCID-tqm9-4ch7-s7b3
26
vulnerability VCID-u2b5-uyd6-fbh9
27
vulnerability VCID-uuju-ey95-tyfq
28
vulnerability VCID-y3mv-vmwd-tydt
29
vulnerability VCID-ypc7-f1nd-t7gn
30
vulnerability VCID-zdt8-jrn2-m3ff
31
vulnerability VCID-znv6-77jf-v3gu
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.2.23-1~bpo8%252B1
3
url pkg:deb/debian/jetty9@9.4.16-0%2Bdeb10u1
purl pkg:deb/debian/jetty9@9.4.16-0%2Bdeb10u1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-3f6t-fkt7-wub9
2
vulnerability VCID-5781-s1ny-q7ey
3
vulnerability VCID-5qhm-ase5-5qhy
4
vulnerability VCID-9xw3-4a4u-hbbb
5
vulnerability VCID-ahev-zdjd-gqg1
6
vulnerability VCID-czhb-gqt2-17av
7
vulnerability VCID-dvyn-8phs-a3a6
8
vulnerability VCID-g3ff-brt6-vkeh
9
vulnerability VCID-gdcf-9axf-1yaq
10
vulnerability VCID-gq93-ctd4-aqbp
11
vulnerability VCID-kx4x-gnk4-yugu
12
vulnerability VCID-kxtv-ma18-8fer
13
vulnerability VCID-memq-11qz-9qem
14
vulnerability VCID-nubz-xqaw-tkfr
15
vulnerability VCID-nyxu-ekhs-gyb5
16
vulnerability VCID-p7cu-h519-83hx
17
vulnerability VCID-prd3-mmuv-n3dc
18
vulnerability VCID-q35p-8qhp-aqec
19
vulnerability VCID-q3k2-1x5q-buhy
20
vulnerability VCID-rpc4-u4aq-4qde
21
vulnerability VCID-sw3q-jzqx-dkbn
22
vulnerability VCID-thpu-76e5-j3d3
23
vulnerability VCID-tqm9-4ch7-s7b3
24
vulnerability VCID-uuju-ey95-tyfq
25
vulnerability VCID-y3mv-vmwd-tydt
26
vulnerability VCID-ypc7-f1nd-t7gn
27
vulnerability VCID-zdt8-jrn2-m3ff
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.16-0%252Bdeb10u1
4
url pkg:deb/debian/jetty9@9.4.50-4%2Bdeb11u2
purl pkg:deb/debian/jetty9@9.4.50-4%2Bdeb11u2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-1ejr-3tea-kydr
1
vulnerability VCID-gdcf-9axf-1yaq
2
vulnerability VCID-gq93-ctd4-aqbp
3
vulnerability VCID-kx4x-gnk4-yugu
4
vulnerability VCID-memq-11qz-9qem
resource_url http://public2.vulnerablecode.io/packages/pkg:deb/debian/jetty9@9.4.50-4%252Bdeb11u2
5
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.0
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.0
6
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.0.v20150612
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.0.v20150612
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.0.v20150612
7
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.1.v20150714
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.1.v20150714
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.1.v20150714
8
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.2.v20150730
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.2.v20150730
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.2.v20150730
9
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.3.v20150827
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.3.v20150827
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.3.v20150827
10
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.4.RC0
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.4.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.4.RC0
11
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.4.RC1
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.4.RC1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.4.RC1
12
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.4.v20151007
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.4.v20151007
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.4.v20151007
13
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.5.v20151012
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.5.v20151012
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.5.v20151012
14
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.6.v20151106
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.6.v20151106
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.6.v20151106
15
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.7.RC0
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.7.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.7.RC0
16
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.7.RC1
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.7.RC1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.7.RC1
17
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.7.v20160115
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.7.v20160115
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.7.v20160115
18
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.8.RC0
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.8.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.8.RC0
19
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.8.v20160314
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.8.v20160314
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.8.v20160314
20
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.9.M0
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.9.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.9.M0
21
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.9.M1
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.9.M1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.9.M1
22
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.9.v20160517
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.9.v20160517
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.9.v20160517
23
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.10.M0
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.10.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.10.M0
24
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.10.v20160621
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.10.v20160621
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.10.v20160621
25
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.11.M0
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.11.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.11.M0
26
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.11.v20160721
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.11.v20160721
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.11.v20160721
27
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.12.v20160915
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.12.v20160915
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.12.v20160915
28
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.13.M0
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.13.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.13.M0
29
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.13.v20161014
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.13.v20161014
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.13.v20161014
30
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.14.v20161028
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.14.v20161028
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.14.v20161028
31
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.15.v20161220
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.15.v20161220
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.15.v20161220
32
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.16.v20170120
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.16.v20170120
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.16.v20170120
33
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.17.RC0
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.17.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.17.RC0
34
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.17.v20170317
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.17.v20170317
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.17.v20170317
35
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.18.v20170406
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.18.v20170406
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.18.v20170406
36
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.19.v20170502
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.19.v20170502
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.19.v20170502
37
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.20.v20170531
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.20.v20170531
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.20.v20170531
38
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.21.M0
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.21.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.21.M0
39
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.21.RC0
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.21.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.21.RC0
40
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.21.v20170918
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.21.v20170918
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.21.v20170918
41
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.22.v20171030
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.22.v20171030
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.22.v20171030
42
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.23.v20180228
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.23.v20180228
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.23.v20180228
43
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.24.v20180605
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.24.v20180605
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.24.v20180605
44
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.25.v20180904
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.25.v20180904
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.25.v20180904
45
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.26.v20190403
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.26.v20190403
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.26.v20190403
46
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.27.v20190418
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.27.v20190418
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.27.v20190418
47
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.28.v20191105
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.28.v20191105
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.28.v20191105
48
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.29.v20201019
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.29.v20201019
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.29.v20201019
49
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.30.v20211001
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.30.v20211001
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.3.30.v20211001
50
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.M0
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.M0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.M0
51
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.M1
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.M1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.M1
52
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.RC0
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.RC0
53
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.RC1
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.RC1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.RC1
54
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.RC2
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.RC2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.RC2
55
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.RC3
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.RC3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.RC3
56
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.v20161208
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.v20161208
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.v20161208
57
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.v20180619
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.0.v20180619
58
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.1.v20170120
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.1.v20170120
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.1.v20170120
59
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.1.v20180619
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.1.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.1.v20180619
60
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.2.v20170220
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.2.v20170220
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.2.v20170220
61
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.2.v20180619
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.2.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.2.v20180619
62
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.3.v20170317
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.3.v20170317
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.3.v20170317
63
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.3.v20180619
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.3.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.3.v20180619
64
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.4.v20170414
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.4.v20170414
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.4.v20170414
65
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.4.v20180619
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.4.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.4.v20180619
66
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.5.v20170502
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.5.v20170502
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.5.v20170502
67
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.5.v20180619
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.5.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.5.v20180619
68
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.6.v20170531
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.6.v20170531
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.6.v20170531
69
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.6.v20180619
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.6.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.6.v20180619
70
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.7.RC0
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.7.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.7.RC0
71
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.7.v20170914
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.7.v20170914
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.7.v20170914
72
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.7.v20180619
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.7.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.7.v20180619
73
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.8.v20171121
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.8.v20171121
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.8.v20171121
74
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.8.v20180619
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.8.v20180619
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.8.v20180619
75
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.9.v20180320
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.9.v20180320
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.9.v20180320
76
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.10.RC0
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.10.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.10.RC0
77
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.10.RC1
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.10.RC1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.10.RC1
78
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.10.v20180503
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.10.v20180503
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.10.v20180503
79
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.11.v20180605
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.11.v20180605
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.11.v20180605
80
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.12.RC0
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.12.RC0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.12.RC0
81
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.12.RC1
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.12.RC1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.12.RC1
82
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.12.RC2
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.12.RC2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.12.RC2
83
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.12.v20180830
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.12.v20180830
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.12.v20180830
84
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.13.v20181111
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.13.v20181111
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.13.v20181111
85
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.14.v20181114
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.14.v20181114
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.14.v20181114
86
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.15.v20190215
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.15.v20190215
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.15.v20190215
87
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.16.v20190411
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.16.v20190411
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.16.v20190411
88
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.17.v20190418
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.17.v20190418
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.17.v20190418
89
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.18.v20190429
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.18.v20190429
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.18.v20190429
90
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.19.v20190610
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.19.v20190610
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.19.v20190610
91
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.20.v20190813
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.20.v20190813
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.20.v20190813
92
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.21.v20190926
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.21.v20190926
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.21.v20190926
93
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.22.v20191022
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.22.v20191022
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.22.v20191022
94
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.23.v20191118
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.23.v20191118
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.23.v20191118
95
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.24.v20191120
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.24.v20191120
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.24.v20191120
96
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.25.v20191220
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.25.v20191220
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.25.v20191220
97
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.26.v20200117
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.26.v20200117
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.26.v20200117
98
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.27.v20200227
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.27.v20200227
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.27.v20200227
99
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.28.v20200408
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.28.v20200408
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.28.v20200408
100
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.29.v20200521
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.29.v20200521
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.29.v20200521
101
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.30.v20200611
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.30.v20200611
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.30.v20200611
102
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.31.v20200723
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.31.v20200723
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.31.v20200723
103
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.32.v20200930
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.32.v20200930
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.32.v20200930
104
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.33.v20201020
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.33.v20201020
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.33.v20201020
105
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.34.v20201102
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.34.v20201102
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.34.v20201102
106
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.35.v20201120
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.35.v20201120
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.35.v20201120
107
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.36.v20210114
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.36.v20210114
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.36.v20210114
108
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.37.v20210219
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.37.v20210219
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.37.v20210219
109
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.38.v20210224
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.38.v20210224
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.38.v20210224
110
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.39.v20210325
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.39.v20210325
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.39.v20210325
111
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.40.v20210413
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.40.v20210413
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.40.v20210413
112
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.41.v20210516
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.41.v20210516
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.41.v20210516
113
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.42.v20210604
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.42.v20210604
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.42.v20210604
114
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.43.v20210629
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.43.v20210629
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.43.v20210629
115
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.44.v20210927
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.44.v20210927
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.44.v20210927
116
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.45.v20220203
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.45.v20220203
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.45.v20220203
117
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.46.v20220331
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.46.v20220331
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.46.v20220331
118
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.47.v20220610
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.47.v20220610
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.47.v20220610
119
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.48.v20220622
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.48.v20220622
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.48.v20220622
120
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.49.v20220914
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.49.v20220914
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.49.v20220914
121
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.50.v20221201
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.50.v20221201
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.50.v20221201
122
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.51.v20230217
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.51.v20230217
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.51.v20230217
123
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.52.v20230823
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.52.v20230823
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.52.v20230823
124
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.53.v20231009
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.53.v20231009
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5qhm-ase5-5qhy
1
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.53.v20231009
125
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.54.v20240208
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.54.v20240208
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.54.v20240208
126
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.55.v20240627
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.55.v20240627
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.55.v20240627
127
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.56.v20240826
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.56.v20240826
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.56.v20240826
128
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.57
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.57
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.57
129
url pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.57.v20241219
purl pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.57.v20241219
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@9.4.57.v20241219
130
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.0
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.0
131
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.1
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.1
132
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.2
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.2
133
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.3
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.3
134
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.4
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.4
135
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.5
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.5
136
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.6
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.6
137
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.7
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.7
138
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.8
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.8
139
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.9
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.9
140
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.10
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.10
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.10
141
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.11
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.11
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.11
142
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.12
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.12
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.12
143
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.13
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.13
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.13
144
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.14
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.14
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.14
145
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.15
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.15
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.15
146
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.16
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.16
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.16
147
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.17
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.17
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5qhm-ase5-5qhy
1
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.17
148
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.18
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.18
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5qhm-ase5-5qhy
1
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.18
149
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.19
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.19
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5qhm-ase5-5qhy
1
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.19
150
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.20
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.20
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.20
151
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.21
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.21
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.21
152
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.22
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.22
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.22
153
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.23
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.23
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.23
154
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.24
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.24
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.24
155
url pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.25
purl pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.25
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.25
156
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.0
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.0
157
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.1
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.1
158
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.2
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.2
159
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.3
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.3
160
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.4
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.4
161
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.5
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.5
162
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.6
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.6
163
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.7
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.7
164
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.8
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.8
165
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.9
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.9
166
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.10
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.10
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.10
167
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.11
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.11
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.11
168
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.12
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.12
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.12
169
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.13
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.13
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.13
170
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.14
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.14
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.14
171
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.15
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.15
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.15
172
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.16
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.16
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.16
173
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.17
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.17
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5qhm-ase5-5qhy
1
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.17
174
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.18
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.18
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5qhm-ase5-5qhy
1
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.18
175
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.19
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.19
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5qhm-ase5-5qhy
1
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.19
176
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.20
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.20
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.20
177
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.21
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.21
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.21
178
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.22
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.22
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.22
179
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.23
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.23
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.23
180
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.24
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.24
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.24
181
url pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.25
purl pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.25
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/http2-common@11.0.25
182
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.0
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
3
vulnerability VCID-sshg-yscz-afga
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.0
183
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.1
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5781-s1ny-q7ey
1
vulnerability VCID-5qhm-ase5-5qhy
2
vulnerability VCID-gdcf-9axf-1yaq
3
vulnerability VCID-sshg-yscz-afga
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.1
184
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.2
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5qhm-ase5-5qhy
1
vulnerability VCID-gdcf-9axf-1yaq
2
vulnerability VCID-sshg-yscz-afga
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.2
185
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.3
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.3
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5qhm-ase5-5qhy
1
vulnerability VCID-gdcf-9axf-1yaq
2
vulnerability VCID-sshg-yscz-afga
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.3
186
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.4
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.4
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5qhm-ase5-5qhy
1
vulnerability VCID-gdcf-9axf-1yaq
2
vulnerability VCID-sshg-yscz-afga
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.4
187
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.5
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.5
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-5qhm-ase5-5qhy
1
vulnerability VCID-gdcf-9axf-1yaq
2
vulnerability VCID-sshg-yscz-afga
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.5
188
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.6
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.6
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
1
vulnerability VCID-sshg-yscz-afga
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.6
189
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.7
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.7
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
1
vulnerability VCID-sshg-yscz-afga
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.7
190
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.8
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
1
vulnerability VCID-sshg-yscz-afga
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.8
191
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.9
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
1
vulnerability VCID-sshg-yscz-afga
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.9
192
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.10
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.10
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
1
vulnerability VCID-sshg-yscz-afga
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.10
193
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.11
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.11
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
1
vulnerability VCID-sshg-yscz-afga
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.11
194
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.12
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.12
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
1
vulnerability VCID-sshg-yscz-afga
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.12
195
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.13
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.13
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
1
vulnerability VCID-sshg-yscz-afga
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.13
196
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.14
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.14
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
1
vulnerability VCID-sshg-yscz-afga
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.14
197
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.15
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.15
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
1
vulnerability VCID-sshg-yscz-afga
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.15
198
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.16
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.16
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
1
vulnerability VCID-sshg-yscz-afga
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.16
199
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.17
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.17
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.17
200
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.18
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.18
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.18
201
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.19
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.19
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.19
202
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.20
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.20
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.20
203
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.21
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.21
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.21
204
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.22
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.22
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.22
205
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.23
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.23
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.23
206
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.24
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.24
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.24
207
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.1.0.alpha0
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.1.0.alpha0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.1.0.alpha0
208
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.1.0.alpha1
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.1.0.alpha1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.1.0.alpha1
209
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.1.0.alpha2
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.1.0.alpha2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.1.0.alpha2
210
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.1.0.beta0
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.1.0.beta0
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.1.0.beta0
211
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.1.0.beta1
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.1.0.beta1
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.1.0.beta1
212
url pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.1.0.beta2
purl pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.1.0.beta2
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.1.0.beta2
213
url pkg:rpm/redhat/jenkins@2.516.3.1758206866-3?arch=el9
purl pkg:rpm/redhat/jenkins@2.516.3.1758206866-3?arch=el9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins@2.516.3.1758206866-3%3Farch=el9
214
url pkg:rpm/redhat/jenkins@2.516.3.1758259817-3?arch=el9
purl pkg:rpm/redhat/jenkins@2.516.3.1758259817-3?arch=el9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins@2.516.3.1758259817-3%3Farch=el9
215
url pkg:rpm/redhat/jenkins@2.516.3.1758260563-3?arch=el9
purl pkg:rpm/redhat/jenkins@2.516.3.1758260563-3?arch=el9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins@2.516.3.1758260563-3%3Farch=el9
216
url pkg:rpm/redhat/jenkins@2.516.3.1758298953-3?arch=el8
purl pkg:rpm/redhat/jenkins@2.516.3.1758298953-3?arch=el8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins@2.516.3.1758298953-3%3Farch=el8
217
url pkg:rpm/redhat/jenkins@2.516.3.1758299374-3?arch=el8
purl pkg:rpm/redhat/jenkins@2.516.3.1758299374-3?arch=el8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins@2.516.3.1758299374-3%3Farch=el8
218
url pkg:rpm/redhat/jenkins@2.516.3.1758302106-3?arch=el8
purl pkg:rpm/redhat/jenkins@2.516.3.1758302106-3?arch=el8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins@2.516.3.1758302106-3%3Farch=el8
219
url pkg:rpm/redhat/jenkins@2.516.3.1758302665-3?arch=el8
purl pkg:rpm/redhat/jenkins@2.516.3.1758302665-3?arch=el8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins@2.516.3.1758302665-3%3Farch=el8
220
url pkg:rpm/redhat/jenkins@2.516.3.1758336945-3?arch=el9
purl pkg:rpm/redhat/jenkins@2.516.3.1758336945-3?arch=el9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins@2.516.3.1758336945-3%3Farch=el9
221
url pkg:rpm/redhat/jenkins-2-plugins@4.12.1758299735-1?arch=el8
purl pkg:rpm/redhat/jenkins-2-plugins@4.12.1758299735-1?arch=el8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins-2-plugins@4.12.1758299735-1%3Farch=el8
222
url pkg:rpm/redhat/jenkins-2-plugins@4.13.1758299004-1?arch=el8
purl pkg:rpm/redhat/jenkins-2-plugins@4.13.1758299004-1?arch=el8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins-2-plugins@4.13.1758299004-1%3Farch=el8
223
url pkg:rpm/redhat/jenkins-2-plugins@4.14.1758302383-1?arch=el8
purl pkg:rpm/redhat/jenkins-2-plugins@4.14.1758302383-1?arch=el8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins-2-plugins@4.14.1758302383-1%3Farch=el8
224
url pkg:rpm/redhat/jenkins-2-plugins@4.15.1758303157-1?arch=el8
purl pkg:rpm/redhat/jenkins-2-plugins@4.15.1758303157-1?arch=el8
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins-2-plugins@4.15.1758303157-1%3Farch=el8
225
url pkg:rpm/redhat/jenkins-2-plugins@4.16.1758337173-1?arch=el9
purl pkg:rpm/redhat/jenkins-2-plugins@4.16.1758337173-1?arch=el9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins-2-plugins@4.16.1758337173-1%3Farch=el9
226
url pkg:rpm/redhat/jenkins-2-plugins@4.17.1758260106-1?arch=el9
purl pkg:rpm/redhat/jenkins-2-plugins@4.17.1758260106-1?arch=el9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins-2-plugins@4.17.1758260106-1%3Farch=el9
227
url pkg:rpm/redhat/jenkins-2-plugins@4.18.1758260849-1?arch=el9
purl pkg:rpm/redhat/jenkins-2-plugins@4.18.1758260849-1?arch=el9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins-2-plugins@4.18.1758260849-1%3Farch=el9
228
url pkg:rpm/redhat/jenkins-2-plugins@4.19.1758207171-1?arch=el9
purl pkg:rpm/redhat/jenkins-2-plugins@4.19.1758207171-1?arch=el9
is_vulnerable true
affected_by_vulnerabilities
0
vulnerability VCID-gdcf-9axf-1yaq
resource_url http://public2.vulnerablecode.io/packages/pkg:rpm/redhat/jenkins-2-plugins@4.19.1758207171-1%3Farch=el9
References
0
reference_url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2025-5115.json
reference_id
reference_type
scores
0
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-5115.json
1
reference_url https://api.first.org/data/v1/epss?cve=CVE-2025-5115
reference_id
reference_type
scores
0
value 0.00125
scoring_system epss
scoring_elements 0.31747
published_at 2026-04-16T12:55:00Z
1
value 0.00125
scoring_system epss
scoring_elements 0.31715
published_at 2026-04-13T12:55:00Z
2
value 0.00125
scoring_system epss
scoring_elements 0.3175
published_at 2026-04-12T12:55:00Z
3
value 0.00125
scoring_system epss
scoring_elements 0.3179
published_at 2026-04-11T12:55:00Z
4
value 0.00125
scoring_system epss
scoring_elements 0.31787
published_at 2026-04-09T12:55:00Z
5
value 0.00125
scoring_system epss
scoring_elements 0.31757
published_at 2026-04-08T12:55:00Z
6
value 0.00125
scoring_system epss
scoring_elements 0.31706
published_at 2026-04-07T12:55:00Z
7
value 0.00125
scoring_system epss
scoring_elements 0.31887
published_at 2026-04-04T12:55:00Z
8
value 0.00125
scoring_system epss
scoring_elements 0.31843
published_at 2026-04-02T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2025-5115
2
reference_url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-5115
reference_id
reference_type
scores
url https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-5115
3
reference_url https://ftp.suse.com/pub/projects/security/yaml/suse-cvss-scores.yaml
reference_id
reference_type
scores
0
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
4
reference_url https://github.com/jetty/jetty.project
reference_id
reference_type
scores
0
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
1
value 7.7
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:H
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/jetty/jetty.project
5
reference_url https://github.com/jetty/jetty.project/commit/f9ee3904788b08203ed62c95a560d951da37bdb1
reference_id
reference_type
scores
0
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
1
value 7.7
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:H
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/jetty/jetty.project/commit/f9ee3904788b08203ed62c95a560d951da37bdb1
6
reference_url https://github.com/jetty/jetty.project/pull/13449
reference_id
reference_type
scores
0
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
1
value 7.7
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:H
2
value HIGH
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2025-08-20T19:28:04Z/
url https://github.com/jetty/jetty.project/pull/13449
7
reference_url https://github.com/jetty/jetty.project/releases/tag/jetty-10.0.26
reference_id
reference_type
scores
0
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
1
value 7.7
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:H
2
value HIGH
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2025-08-20T19:28:04Z/
url https://github.com/jetty/jetty.project/releases/tag/jetty-10.0.26
8
reference_url https://github.com/jetty/jetty.project/releases/tag/jetty-11.0.26
reference_id
reference_type
scores
0
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
1
value 7.7
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:H
2
value HIGH
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2025-08-20T19:28:04Z/
url https://github.com/jetty/jetty.project/releases/tag/jetty-11.0.26
9
reference_url https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.25
reference_id
reference_type
scores
0
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
1
value 7.7
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:H
2
value HIGH
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2025-08-20T19:28:04Z/
url https://github.com/jetty/jetty.project/releases/tag/jetty-12.0.25
10
reference_url https://github.com/jetty/jetty.project/releases/tag/jetty-12.1.0
reference_id
reference_type
scores
0
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
1
value 7.7
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:H
2
value HIGH
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2025-08-20T19:28:04Z/
url https://github.com/jetty/jetty.project/releases/tag/jetty-12.1.0
11
reference_url https://github.com/jetty/jetty.project/releases/tag/jetty-9.4.58.v20250814
reference_id
reference_type
scores
0
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
1
value 7.7
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:H
2
value HIGH
scoring_system generic_textual
scoring_elements
3
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2025-08-20T19:28:04Z/
url https://github.com/jetty/jetty.project/releases/tag/jetty-9.4.58.v20250814
12
reference_url https://github.com/jetty/jetty.project/security/advisories/GHSA-mmxm-8w33-wc4h
reference_id
reference_type
scores
0
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
1
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
2
value 7.7
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:H
3
value HIGH
scoring_system generic_textual
scoring_elements
4
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2025-08-20T19:28:04Z/
url https://github.com/jetty/jetty.project/security/advisories/GHSA-mmxm-8w33-wc4h
13
reference_url https://lists.debian.org/debian-lts-announce/2025/09/msg00014.html
reference_id
reference_type
scores
0
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
1
value 7.7
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:H
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://lists.debian.org/debian-lts-announce/2025/09/msg00014.html
14
reference_url https://nvd.nist.gov/vuln/detail/CVE-2025-5115
reference_id
reference_type
scores
0
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
1
value 7.7
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:H
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2025-5115
15
reference_url https://www.kb.cert.org/vuls/id/767506
reference_id
reference_type
scores
0
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
1
value 7.7
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:H
2
value HIGH
scoring_system generic_textual
scoring_elements
url https://www.kb.cert.org/vuls/id/767506
16
reference_url http://www.openwall.com/lists/oss-security/2025/08/20/4
reference_id
reference_type
scores
0
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
1
value 7.7
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:H
2
value HIGH
scoring_system generic_textual
scoring_elements
url http://www.openwall.com/lists/oss-security/2025/08/20/4
17
reference_url http://www.openwall.com/lists/oss-security/2025/09/17/1
reference_id
reference_type
scores
0
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
1
value 7.7
scoring_system cvssv4
scoring_elements CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:N/SC:N/SI:N/SA:H
2
value HIGH
scoring_system generic_textual
scoring_elements
url http://www.openwall.com/lists/oss-security/2025/09/17/1
18
reference_url https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1111765
reference_id 1111765
reference_type
scores
url https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1111765
19
reference_url https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1111766
reference_id 1111766
reference_type
scores
url https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1111766
20
reference_url https://bugzilla.redhat.com/show_bug.cgi?id=2373310
reference_id 2373310
reference_type
scores
url https://bugzilla.redhat.com/show_bug.cgi?id=2373310
21
reference_url https://github.com/advisories/GHSA-mmxm-8w33-wc4h
reference_id GHSA-mmxm-8w33-wc4h
reference_type
scores
0
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-mmxm-8w33-wc4h
22
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
23
reference_url https://access.redhat.com/errata/RHSA-2025:16454
reference_id RHSA-2025:16454
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:16454
24
reference_url https://access.redhat.com/errata/RHSA-2025:16455
reference_id RHSA-2025:16455
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:16455
25
reference_url https://access.redhat.com/errata/RHSA-2025:16456
reference_id RHSA-2025:16456
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:16456
26
reference_url https://access.redhat.com/errata/RHSA-2025:16457
reference_id RHSA-2025:16457
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:16457
27
reference_url https://access.redhat.com/errata/RHSA-2025:16459
reference_id RHSA-2025:16459
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:16459
28
reference_url https://access.redhat.com/errata/RHSA-2025:16460
reference_id RHSA-2025:16460
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:16460
29
reference_url https://access.redhat.com/errata/RHSA-2025:16461
reference_id RHSA-2025:16461
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:16461
30
reference_url https://access.redhat.com/errata/RHSA-2025:16462
reference_id RHSA-2025:16462
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:16462
31
reference_url https://access.redhat.com/errata/RHSA-2025:16989
reference_id RHSA-2025:16989
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:16989
32
reference_url https://access.redhat.com/errata/RHSA-2025:17567
reference_id RHSA-2025:17567
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:17567
Weaknesses
0
cwe_id 400
name Uncontrolled Resource Consumption
description The product does not properly control the allocation and maintenance of a limited resource, thereby enabling an actor to influence the amount of resources consumed, eventually leading to the exhaustion of available resources.
1
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.
2
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.
3
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_score7.0 - 8.9
Exploitability0.5
Weighted_severity8.0
Risk_score4.0
Resource_urlhttp://public2.vulnerablecode.io/vulnerabilities/VCID-gdcf-9axf-1yaq