]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
curl: fix CVE-2025-0167
authorYogita Urade <yogita.urade@windriver.com>
Tue, 22 Apr 2025 11:48:15 +0000 (11:48 +0000)
committerSteve Sakoman <steve@sakoman.com>
Tue, 22 Apr 2025 17:32:27 +0000 (10:32 -0700)
commitb74dba43f2d6896245232373f2a9fdf07086a237
treeed737742bc72574e1a8cb13c6ce9fb813bf06bf1
parent084d8ca3b47b47333edba87f6aa427a12ee574f2
curl: fix CVE-2025-0167

When asked to use a `.netrc` file for credentials *and* to
follow HTTP redirects, curl could leak the password used
for the first host to the followed-to host under certain
circumstances.

This flaw only manifests itself if the netrc file has a
`default` entry that omits both login and password. A
rare circumstance.

Reference:
https://nvd.nist.gov/vuln/detail/CVE-2025-0167

Upstream patch:
https://github.com/curl/curl/commit/0e120c5b925e8ca75d5319e

Signed-off-by: Yogita Urade <yogita.urade@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-support/curl/curl/CVE-2025-0167.patch [new file with mode: 0644]
meta/recipes-support/curl/curl_8.7.1.bb