Skip to content

Commit e75403a

Browse files
1 parent b94caed commit e75403a

File tree

2 files changed

+84
-36
lines changed

2 files changed

+84
-36
lines changed
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-4q2v-9p7v-3v22",
4+
"modified": "2025-07-16T20:35:41Z",
5+
"published": "2025-07-16T12:30:21Z",
6+
"aliases": [
7+
"CVE-2025-22227"
8+
],
9+
"summary": "Reactor Netty HTTP is vulnerable to credential leaks during chained redirects",
10+
"details": "In some specific scenarios with chained redirects, Reactor Netty HTTP client leaks credentials. In order for this to happen, the HTTP client must have been explicitly configured to follow redirects.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "io.projectreactor.netty:reactor-netty-http"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "1.3.0-M1"
29+
},
30+
{
31+
"fixed": "1.3.0-M5"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "io.projectreactor.netty:reactor-netty-http"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"fixed": "1.2.8"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "ADVISORY",
60+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-22227"
61+
},
62+
{
63+
"type": "WEB",
64+
"url": "https://github.com/reactor/reactor-netty/commit/522892307ea89bf24fe634e8bfea35728c9bf411"
65+
},
66+
{
67+
"type": "PACKAGE",
68+
"url": "https://github.com/reactor/reactor-netty"
69+
},
70+
{
71+
"type": "WEB",
72+
"url": "https://spring.io/security/cve-2025-22227"
73+
}
74+
],
75+
"database_specific": {
76+
"cwe_ids": [
77+
"CWE-200"
78+
],
79+
"severity": "MODERATE",
80+
"github_reviewed": true,
81+
"github_reviewed_at": "2025-07-16T20:35:41Z",
82+
"nvd_published_at": "2025-07-16T10:15:27Z"
83+
}
84+
}

advisories/unreviewed/2025/07/GHSA-4q2v-9p7v-3v22/GHSA-4q2v-9p7v-3v22.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)