Answer in brief
CVE-2026-58228 records a Medium severity (CVSS 5.1) vulnerability in Scheme validation bypass in Phoenix.LiveView.Utils leads to XSS via <.link>. The current sources do not mark it as known exploited. The current feed maps phoenixframework/phoenix_live_view (generic), phoenixframework/phoenix_live_view (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 5.1. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps phoenixframework/phoenix_live_view (generic), phoenixframework/phoenix_live_view (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| phoenixframework/phoenix_live_viewgeneric | >=1.2.2 <1.2.7 | 1.2.7 |
| phoenixframework/phoenix_live_viewgeneric | >=4b63216ae68886db99cf7772af23372d76c40e7e <86165533e311469a1b62093fd182d9d874de8106 | 86165533e311469a1b62093fd182d9d874de8106 |
Published upstream
Jul 13, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Jul 14, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jul 13, 2026
Cross-site scripting vulnerability in phoenixframework phoenix_live_view allows an attacker to bypass URL scheme validation and execute JavaScript in a victim's browser session. The Phoenix.LiveView.Utils.valid_destination!/2 and Phoenix.LiveView.Utils.valid_live_navigation_destination!/2 functions in lib/phoenix_live_view/utils.ex rely on an internal uri_scheme/1 helper that only detects a scheme when the input's first byte is an ASCII letter. Inputs beginning with an ASCII control character or space fall through to a nil-returning clause, causing the URL to be treated as a safe relative path. Standard browsers implement the WHATWG URL parser, which strips leading C0 control and space characters before parsing. As a result, an input such as " javascript:alert(1)" is passed unchanged into <.link href={...}> and, when clicked, is parsed by the browser as a javascript: URL that executes attacker-controlled script in the victim's session. Applications that render user-supplied URLs (for example profile links, redirect targets, or external references) via <.link href={...}> are affected. This issue affects phoenix_live_view: from 1.2.2 before 1.2.7.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2026-58228 records a Medium severity (CVSS 5.1) vulnerability in Scheme validation bypass in Phoenix.LiveView.Utils leads to XSS via <.link>. The current sources do not mark it as known exploited. The current feed maps phoenixframework/phoenix_live_view (generic), phoenixframework/phoenix_live_view (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 5.1. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps phoenixframework/phoenix_live_view (generic), phoenixframework/phoenix_live_view (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| phoenixframework/phoenix_live_viewgeneric | >=1.2.2 <1.2.7 | 1.2.7 |
| phoenixframework/phoenix_live_viewgeneric | >=4b63216ae68886db99cf7772af23372d76c40e7e <86165533e311469a1b62093fd182d9d874de8106 | 86165533e311469a1b62093fd182d9d874de8106 |
Published upstream
Jul 13, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Jul 14, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Jul 13, 2026
Cross-site scripting vulnerability in phoenixframework phoenix_live_view allows an attacker to bypass URL scheme validation and execute JavaScript in a victim's browser session. The Phoenix.LiveView.Utils.valid_destination!/2 and Phoenix.LiveView.Utils.valid_live_navigation_destination!/2 functions in lib/phoenix_live_view/utils.ex rely on an internal uri_scheme/1 helper that only detects a scheme when the input's first byte is an ASCII letter. Inputs beginning with an ASCII control character or space fall through to a nil-returning clause, causing the URL to be treated as a safe relative path. Standard browsers implement the WHATWG URL parser, which strips leading C0 control and space characters before parsing. As a result, an input such as " javascript:alert(1)" is passed unchanged into <.link href={...}> and, when clicked, is parsed by the browser as a javascript: URL that executes attacker-controlled script in the victim's session. Applications that render user-supplied URLs (for example profile links, redirect targets, or external references) via <.link href={...}> are affected. This issue affects phoenix_live_view: from 1.2.2 before 1.2.7.
Quoted source text, attributed separately from HOL analysis.