VDB
KO
MEDIUM 6.5

GHSA-48rx-c7pg-q66r

Excon does not redact additional sensitive/risky headers when following redirects

Details

### Impact The redirect follower middleware previously failed to strip a number of headers that are known to be sensitive and did not provide a way to provide a custom list of headers to strip.

_What kind of vulnerability is it? Who is impacted?_ This could cause inadvertent leakage of sensitive data for users of the RedirectFollower middleware in cases where the initial request includes header information that is not intended for the new target.

### Patches Patch exists and is released in v1.5.0

### Workarounds Users can backport the [fix](https://github.com/excon/excon/commit/ea89a35308a12f4b791b6c50f2cbd33f94889fa3) to a custom redirect follower middleware.

Are you affected?

Enter the version of the package you're using.

Affected packages

RubyGems / excon
Introduced in: 0 Fixed in: 1.5.0
Fix bundle update excon

References