4 matches found
CVE-2026-9086-poc
CVE-2026-9086: Keycloak URI-Schema-Validierungs-Bypass XSS PoC Englische Version Überblick Dieses Repository ist ein Proof of Concept PoC der Cross-Site-Scripting XSS-Schwachstelle CVE-2026-9086 in der Client-URI-Validierung von Keycloak. Das verwundbare Keycloak validierte die javascript:- und...
PT-2026-52506
Name of the Vulnerable Software and Affected Versions Keycloak affected versions not specified Description An issue exists where a remote attacker with administrative privileges, specifically those with manage-client permission or access to client registration endpoints, can bypass client Uniform...
Bandit trusts client-supplied URI scheme on plaintext connections
Summary Bandit reflects the client-supplied URI scheme into conn.scheme without verifying the actual transport. Over a plaintext HTTP/1.1 connection or h2c, an unauthenticated attacker can send an absolute-form request target like GET https://victim/path HTTP/1.1 and the application observes...
CVE-2026-39807 Client-supplied URI scheme trusted without transport verification in bandit
Reliance on Untrusted Inputs in a Security Decision vulnerability in mtrudel bandit allows unauthenticated transport-state spoofing on plaintext HTTP connections. 'Elixir.Bandit.Pipeline':determinescheme/2 in lib/bandit/pipeline.ex returns the client-supplied URI scheme verbatim, ignoring the...