Bug 2509286 - CVE-2026-8927 trustee-guest-components: Information disclosure due to uncleared proxy authentication state [fedora-all]
Summary: CVE-2026-8927 trustee-guest-components: Information disclosure due to unclear...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: trustee-guest-components
Version: rawhide
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Uri Lublin
QA Contact:
URL:
Whiteboard: {"flaws": ["8769b971-d276-4ed3-a339-1...
Depends On:
Blocks: CVE-2026-8927
TreeView+ depends on / blocked
 
Reported: 2026-07-30 13:20 UTC by Lukas Javorsky
Modified: 2026-07-30 14:53 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2026-07-30 14:53:00 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Lukas Javorsky 2026-07-30 13:20:20 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

When reusing a libcurl handle for sequential transfers driven by
environment-variable proxy configuration, libcurl fails to clear the proxy
authentication state between requests. Specifically, if the initial transfer
authenticates against `proxyA` using Digest auth, a subsequent transfer routed
through `proxyB` erroneously leaks the `Proxy-Authorization:` header intended
solely for `proxyA`.

Comment 1 Uri Lublin 2026-07-30 14:53:00 UTC
The Fedora trustee-guest-components does not use (lib)curl

fedpkg clone -a trustee-guest-components
cd trustee-guest-components
fedpkg sources
fedpkg prep
cd trustee-guest-components-0.17.0-build/guest-components-0.17.0/
cargo tree |& grep curl
# no output ==> curl is not used


Note You need to log in before you can comment on or make changes to this bug.