Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b909946

Browse files
Merge pull request #5530 from github/amita-seal-GHSA-ff77-26x5-69cr
2 parents f3575f0 + 8498e26 commit b909946

File tree

1 file changed

+62
-7
lines changed

1 file changed

+62
-7
lines changed

advisories/github-reviewed/2025/04/GHSA-ff77-26x5-69cr/GHSA-ff77-26x5-69cr.json

Lines changed: 62 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,14 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-ff77-26x5-69cr",
4-
"modified": "2025-05-06T18:03:39Z",
4+
"modified": "2025-05-06T18:03:43Z",
55
"published": "2025-04-28T21:30:43Z",
66
"aliases": [
77
"CVE-2025-31651"
88
],
99
"summary": "Apache Tomcat Rewrite rule bypass",
1010
"details": "Improper Neutralization of Escape, Meta, or Control Sequences vulnerability in Apache Tomcat. For a subset of unlikely rewrite rule configurations, it was possible for a specially crafted request to bypass some rewrite rules. If those rewrite rules effectively enforced security constraints, those constraints could be bypassed.\n\nThis issue affects Apache Tomcat: from 11.0.0-M1 through 11.0.5, from 10.1.0-M1 through 10.1.39, from 9.0.0.M1 through 9.0.102.\n\nUsers are recommended to upgrade to version 9.0.104, 10.1.40 or 11.0.6, which fix the issue.",
11-
"severity": [
12-
{
13-
"type": "CVSS_V4",
14-
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:U"
15-
}
16-
],
11+
"severity": [],
1712
"affected": [
1813
{
1914
"package": {
@@ -74,6 +69,66 @@
7469
]
7570
}
7671
]
72+
},
73+
{
74+
"package": {
75+
"ecosystem": "Maven",
76+
"name": "org.apache.tomcat:tomcat-embed-core"
77+
},
78+
"ranges": [
79+
{
80+
"type": "ECOSYSTEM",
81+
"events": [
82+
{
83+
"introduced": "9.0.76"
84+
},
85+
{
86+
"fixed": "9.0.104"
87+
}
88+
]
89+
}
90+
],
91+
"database_specific": {
92+
"last_known_affected_version_range": "<= 9.0.102"
93+
}
94+
},
95+
{
96+
"package": {
97+
"ecosystem": "Maven",
98+
"name": "org.apache.tomcat:tomcat-embed-core"
99+
},
100+
"ranges": [
101+
{
102+
"type": "ECOSYSTEM",
103+
"events": [
104+
{
105+
"introduced": "10.1.10"
106+
},
107+
{
108+
"fixed": "10.1.40"
109+
}
110+
]
111+
}
112+
]
113+
},
114+
{
115+
"package": {
116+
"ecosystem": "Maven",
117+
"name": "org.apache.tomcat:tomcat-embed-core"
118+
},
119+
"ranges": [
120+
{
121+
"type": "ECOSYSTEM",
122+
"events": [
123+
{
124+
"introduced": "11.0.0-M2"
125+
},
126+
{
127+
"fixed": "11.0.6"
128+
}
129+
]
130+
}
131+
]
77132
}
78133
],
79134
"references": [

0 commit comments

Comments
 (0)