Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1001 Bytes

CVE-2021-22876.md

File metadata and controls

18 lines (12 loc) · 1001 Bytes

Description

curl 7.1.1 to and including 7.75.0 is vulnerable to an "Exposure of Private Personal Information to an Unauthorized Actor" by leaking credentials in the HTTP Referer: header. libcurl does not strip off user credentials from the URL when automatically populating the Referer: HTTP request header field in outgoing HTTP requests, and therefore risks leaking sensitive data to the server that is the target of the second HTTP request.

POC

Reference

No PoCs from references.

Github