Credential leak in react-native-fast-image
Moderate severity
GitHub Reviewed
Published
May 18, 2021
to the GitHub Advisory Database
•
Updated Sep 12, 2023
Description
Published by the National Vulnerability Database
Jul 17, 2020
Reviewed
May 10, 2021
Published to the GitHub Advisory Database
May 18, 2021
Last updated
Sep 12, 2023
This affects all versions before version 8.3.0 of package react-native-fast-image. When an image with
source={{uri: "...", headers: { host: "somehost.com", authorization: "..." }}
is loaded, all other subsequent images will use the same headers, this can lead to signing credentials or other session tokens being leaked to other servers.References