RubySec

Providing security resources for the Ruby community

CVE-2026-54171 (excon): redact additional sensitive/risky headers when following redirects

redact additional sensitive/risky headers when following redirects

Published: June 03, 2026

SECURITY IDENTIFIERS

GEM

excon

SEVERITY

CVSS v3.x: 6.5 (Medium)

PATCHED VERSIONS

>= 1.5.0

DESCRIPTION

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 (commit below) to a custom redirect follower middleware.

RELATED