CVE-2020-5404:
Insufficiently Protected Credentials in Reactor Netty
5.9
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.65377%
CWE
Published
2/10/2022
Updated
2/1/2023
KEV Status
No
Technology
Java
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:H/I:L/A:N
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
io.projectreactor.netty:reactor-netty-http | maven | >= 0.9.0, < 0.9.5 | 0.9.5 |
io.projectreactor.netty:reactor-netty-http | maven | >= 0.8.0, < 0.8.16 | 0.8.16 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from improper credential handling during cross-domain redirects. While exact patch details are unavailable, the CVE description indicates the core issue is in redirect handling logic. These functions are fundamental to Reactor Netty's redirect mechanism and would be responsible for propagating headers. The vulnerability would manifest in these functions when they forward Authorization headers to new domains without validation. Patches likely added domain comparison checks in these areas to strip credentials when domains change.