CVE-2026-67435
### Summary `lib.url.fetch()` follows HTTP redirects (`follow_redirects=True`). httpx strips only `Authorization` and `Cookie` when a redirect crosses the origin, so any other caller-supplied credential header (a session token such as Redfish's `X-Auth-Token`, an API key, ...) was still sent to the redirect target. A malicious or redirect-capable server can therefore answer an authenticated request with a `3xx` to an attacker-chosen host and receive the credential (server-side request forgery + token disclosure). The pre-httpx `urllib` implementation was worse: it forwarded every header, including `Authorization`, across cross-host redirects. ### Impact Any plugin that authenticates to a host with a non-standard auth header and follows that host's redirects can be coerced into sending the credential, and an authenticated request, to another host the monitoring server can reach. The concrete case is the Redfish checks (`X-Auth-Token`), but the flaw is in the shared `fetch()` and affects every consumer. ### Patches Fixed in linuxfabrik-lib 6.0.0 (commit 6573ff9). On a cross-origin redirect (any scheme/host/port change other than a plain same-host HTTP-to-HTTPS upgrade) `fetch()` now keeps only benign transport headers and drops every other caller-supplied header, so credentials never follow a redirect to a different origin.
Properties
- ghsa_id
- GHSA-4jc5-g844-4x33
- severity
- medium
- summary
- linuxfabrik-lib: fetch() forwards credential headers across a cross-origin redirect
- epss_score
- 0.00286
- cve_id
- CVE-2026-67435
- signal_observed_at
- 2026-09-11T17:55:57+00:00
- is_ghsa_only
- false
- ghsa_published
- 2026-07-30T14:46:13Z
- source_url
- https://github.com/advisories/GHSA-4jc5-g844-4x33
- epss_percentile
- 0.21055
- ghsa_updated
- 2026-07-30T14:46:13Z
Related Entities (6)
ENRICHED_BY (1)
VULNERABLE_TO (1)
AFFECTS (1)
HAS_WEAKNESS (2)
REPORTED_BY (1)
Explore deeper with Ninja Signal's threat intelligence graph