Lookup for vulnerable packages by Package URL.

Purlpkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.12
Typemaven
Namespaceorg.eclipse.jetty.http2
Namejetty-http2-common
Version12.0.12
Qualifiers
Subpath
Is_vulnerabletrue
Next_non_vulnerable_version12.0.25
Latest_non_vulnerable_version12.1.0.beta3
Affected_by_vulnerabilities
0
url VCID-gdcf-9axf-1yaq
vulnerability_id VCID-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.
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.31724
published_at 2026-04-18T12:55:00Z
1
value 0.00125
scoring_system epss
scoring_elements 0.31747
published_at 2026-04-16T12:55:00Z
2
value 0.00125
scoring_system epss
scoring_elements 0.31715
published_at 2026-04-13T12:55:00Z
3
value 0.00125
scoring_system epss
scoring_elements 0.3175
published_at 2026-04-12T12:55:00Z
4
value 0.00125
scoring_system epss
scoring_elements 0.3179
published_at 2026-04-11T12:55:00Z
5
value 0.00125
scoring_system epss
scoring_elements 0.31787
published_at 2026-04-09T12:55:00Z
6
value 0.00125
scoring_system epss
scoring_elements 0.31757
published_at 2026-04-08T12:55:00Z
7
value 0.00125
scoring_system epss
scoring_elements 0.31706
published_at 2026-04-07T12:55:00Z
8
value 0.00125
scoring_system epss
scoring_elements 0.31887
published_at 2026-04-04T12:55:00Z
9
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
fixed_packages
0
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
1
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
aliases CVE-2025-5115, GHSA-mmxm-8w33-wc4h
risk_score 4.0
exploitability 0.5
weighted_severity 8.0
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-gdcf-9axf-1yaq
1
url VCID-sshg-yscz-afga
vulnerability_id VCID-sshg-yscz-afga
summary
Eclipse Jetty HTTP/2 client can force the server to allocate a humongous byte buffer that may lead to OoM and subsequently the JVM to exit
### Original Report

In Eclipse Jetty versions 12.0.0 to 12.0.16 included, an HTTP/2 client can specify a very large value for the HTTP/2 settings parameter SETTINGS_MAX_HEADER_LIST_SIZE. The Jetty HTTP/2 server does not perform validation on this setting, and tries to allocate a ByteBuffer of the specified capacity to encode HTTP responses, likely resulting in OutOfMemoryError being thrown, or even the JVM process exiting.

### Impact
Remote peers can cause the JVM to crash or continuously report OOM.

### Patches
12.0.17

### Workarounds
No workarounds.

### References
https://github.com/jetty/jetty.project/issues/12690
references
0
reference_url https://access.redhat.com/hydra/rest/securitydata/cve/CVE-2025-1948.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-1948.json
1
reference_url https://api.first.org/data/v1/epss?cve=CVE-2025-1948
reference_id
reference_type
scores
0
value 0.00576
scoring_system epss
scoring_elements 0.68836
published_at 2026-04-18T12:55:00Z
1
value 0.00576
scoring_system epss
scoring_elements 0.68737
published_at 2026-04-02T12:55:00Z
2
value 0.00576
scoring_system epss
scoring_elements 0.68757
published_at 2026-04-04T12:55:00Z
3
value 0.00576
scoring_system epss
scoring_elements 0.68735
published_at 2026-04-07T12:55:00Z
4
value 0.00576
scoring_system epss
scoring_elements 0.68787
published_at 2026-04-08T12:55:00Z
5
value 0.00576
scoring_system epss
scoring_elements 0.68806
published_at 2026-04-09T12:55:00Z
6
value 0.00576
scoring_system epss
scoring_elements 0.68828
published_at 2026-04-11T12:55:00Z
7
value 0.00576
scoring_system epss
scoring_elements 0.68814
published_at 2026-04-12T12:55:00Z
8
value 0.00576
scoring_system epss
scoring_elements 0.68785
published_at 2026-04-13T12:55:00Z
9
value 0.00576
scoring_system epss
scoring_elements 0.68826
published_at 2026-04-16T12:55:00Z
url https://api.first.org/data/v1/epss?cve=CVE-2025-1948
2
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 HIGH
scoring_system generic_textual
scoring_elements
url https://github.com/jetty/jetty.project
3
reference_url https://github.com/jetty/jetty.project/commit/c8c2515936ef968dc8a3cecd9e79d1e69291e4bb
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 generic_textual
scoring_elements
url https://github.com/jetty/jetty.project/commit/c8c2515936ef968dc8a3cecd9e79d1e69291e4bb
4
reference_url https://github.com/jetty/jetty.project/issues/12690
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 generic_textual
scoring_elements
url https://github.com/jetty/jetty.project/issues/12690
5
reference_url https://github.com/jetty/jetty.project/security/advisories/GHSA-889j-63jv-qhr8
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 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-05-08T18:31:29Z/
url https://github.com/jetty/jetty.project/security/advisories/GHSA-889j-63jv-qhr8
6
reference_url https://gitlab.eclipse.org/security/cve-assignement/-/issues/56
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 generic_textual
scoring_elements
2
value Track
scoring_system ssvc
scoring_elements SSVCv2/E:N/A:Y/T:P/P:M/B:A/M:M/D:T/2025-05-08T18:31:29Z/
url https://gitlab.eclipse.org/security/cve-assignement/-/issues/56
7
reference_url https://nvd.nist.gov/vuln/detail/CVE-2025-1948
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 generic_textual
scoring_elements
url https://nvd.nist.gov/vuln/detail/CVE-2025-1948
8
reference_url https://bugzilla.redhat.com/show_bug.cgi?id=2365137
reference_id 2365137
reference_type
scores
url https://bugzilla.redhat.com/show_bug.cgi?id=2365137
9
reference_url https://github.com/advisories/GHSA-889j-63jv-qhr8
reference_id GHSA-889j-63jv-qhr8
reference_type
scores
0
value HIGH
scoring_system cvssv3.1_qr
scoring_elements
url https://github.com/advisories/GHSA-889j-63jv-qhr8
10
reference_url https://access.redhat.com/errata/RHSA-2025:10092
reference_id RHSA-2025:10092
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:10092
11
reference_url https://access.redhat.com/errata/RHSA-2025:10097
reference_id RHSA-2025:10097
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:10097
12
reference_url https://access.redhat.com/errata/RHSA-2025:10098
reference_id RHSA-2025:10098
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:10098
13
reference_url https://access.redhat.com/errata/RHSA-2025:10104
reference_id RHSA-2025:10104
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:10104
14
reference_url https://access.redhat.com/errata/RHSA-2025:10118
reference_id RHSA-2025:10118
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:10118
15
reference_url https://access.redhat.com/errata/RHSA-2025:10119
reference_id RHSA-2025:10119
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:10119
16
reference_url https://access.redhat.com/errata/RHSA-2025:10120
reference_id RHSA-2025:10120
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:10120
17
reference_url https://access.redhat.com/errata/RHSA-2025:13274
reference_id RHSA-2025:13274
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:13274
18
reference_url https://access.redhat.com/errata/RHSA-2025:7696
reference_id RHSA-2025:7696
reference_type
scores
url https://access.redhat.com/errata/RHSA-2025:7696
fixed_packages
0
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
aliases CVE-2025-1948, GHSA-889j-63jv-qhr8
risk_score 4.0
exploitability 0.5
weighted_severity 8.0
resource_url http://public2.vulnerablecode.io/vulnerabilities/VCID-sshg-yscz-afga
Fixing_vulnerabilities
Risk_score4.0
Resource_urlhttp://public2.vulnerablecode.io/packages/pkg:maven/org.eclipse.jetty.http2/jetty-http2-common@12.0.12