Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. linuxfabrik-lib
  4. ›
  5. CVE-2026-67435

CVE-2026-67435: linuxfabrik-lib: fetch() forwards credential headers across a cross-origin redirect

July 30, 2026

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.

References

  • github.com/Linuxfabrik/lib/commit/6573ff9347e541200305d278d2663d2e54e052ff
  • github.com/Linuxfabrik/lib/releases/tag/v6.0.0
  • github.com/Linuxfabrik/monitoring-plugins/security/advisories/GHSA-4jc5-g844-4x33
  • github.com/advisories/GHSA-4jc5-g844-4x33
  • nvd.nist.gov/vuln/detail/CVE-2026-67435

Code Behaviors & Features

Detect and mitigate CVE-2026-67435 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 6.0.0

Fixed versions

  • 6.0.0

Solution

Upgrade to version 6.0.0 or above.

Impact 7.1 HIGH

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-200: Exposure of Sensitive Information to an Unauthorized Actor
  • CWE-918: Server-Side Request Forgery (SSRF)

Source file

pypi/linuxfabrik-lib/CVE-2026-67435.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 08 Aug 2026 00:17:48 +0000.