Skip to content

Commit 9627df4

Browse files
1 parent c69b7a5 commit 9627df4

1 file changed

Lines changed: 43 additions & 9 deletions

File tree

advisories/github-reviewed/2025/07/GHSA-4j3c-42xv-3f84/GHSA-4j3c-42xv-3f84.json

Lines changed: 43 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,62 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-4j3c-42xv-3f84",
4-
"modified": "2025-11-05T20:14:29Z",
4+
"modified": "2025-11-05T20:14:32Z",
55
"published": "2025-07-10T21:31:52Z",
66
"aliases": [
77
"CVE-2025-52434"
88
],
99
"summary": "Apache Tomcat Utilities is vulnerable to resource exhaustion when using the APR/Native connector",
1010
"details": "Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') vulnerability in Apache Tomcat when using the APR/Native connector. This was particularly noticeable with client initiated closes of HTTP/2 connections.\n\nThis issue affects Apache Tomcat: from 9.0.0.M1 through 9.0.106. The following versions were EOL at the time the CVE was created but are known to be affected: 8.5.0 through 8.5.100. Other, older, EOL versions may also be affected.\n\nUsers are recommended to upgrade to version 9.0.107, which fixes the issue.",
1111
"severity": [
12-
{
13-
"type": "CVSS_V3",
14-
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
15-
},
1612
{
1713
"type": "CVSS_V4",
18-
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H/E:U"
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H"
1915
}
2016
],
2117
"affected": [
2218
{
2319
"package": {
2420
"ecosystem": "Maven",
25-
"name": "org.apache.tomcat:tomcat-util"
21+
"name": "org.apache.tomcat.embed:tomcat-embed-core"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "9.0.0.M1"
29+
},
30+
{
31+
"fixed": "9.0.107"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.apache.tomcat.embed:tomcat-embed-core"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "8.5.0"
48+
},
49+
{
50+
"last_affected": "8.5.100"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Maven",
59+
"name": "org.apache.tomcat:tomcat-coyote"
2660
},
2761
"ranges": [
2862
{
@@ -41,7 +75,7 @@
4175
{
4276
"package": {
4377
"ecosystem": "Maven",
44-
"name": "org.apache.tomcat:tomcat-util"
78+
"name": "org.apache.tomcat:tomcat-coyote"
4579
},
4680
"ranges": [
4781
{
@@ -88,7 +122,7 @@
88122
"cwe_ids": [
89123
"CWE-362"
90124
],
91-
"severity": "MODERATE",
125+
"severity": "HIGH",
92126
"github_reviewed": true,
93127
"github_reviewed_at": "2025-07-10T22:55:26Z",
94128
"nvd_published_at": "2025-07-10T19:15:25Z"

0 commit comments

Comments
 (0)