CVE-2026-58228
Last modified
CVE-2026-58228 is a medium-severity vulnerability rated 5.1/10 on the CVSS scale. 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.
Description
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.
Metrics
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:L/VI:L/VA:N/SC:H/SI:H/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| phoenixframework | phoenix_live_view | >= 1.2.2, < 1.2.7 |
| phoenixframework | phoenix_live_view | >= 4b63216ae68886db99cf7772af23372d76c40e7e, < 86165533e311469a1b62093fd182d9d874de8106 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-58228?
How severe is CVE-2026-58228?
How do I fix CVE-2026-58228?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-58218A flaw was found in Samba's internal DNS server where unauth…5.3
- CVE-2026-5822Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-58222A security flaw combining LDAP filter injection and improper…8.8
- CVE-2026-58225SQL Injection vulnerability in elixir-ecto postgrex allows a…2.1
- CVE-2026-58226Inefficient Algorithmic Complexity vulnerability in elixir-m…8.7
- CVE-2026-58227The Erlang/OTP ssl application does not detect cycles when r…8.7
- CVE-2026-58229Allocation of resources without limits vulnerability in elix…8.2
- CVE-2026-5823A weakness has been identified in itsourcecode Construction …6.3
- CVE-2026-58233SAP Change and Transport System Attach Tool (ctsattach) allo…7.6
- CVE-2026-5824A security vulnerability has been detected in code-projects …7.3
- CVE-2026-58246SAP NetWeaver Application Server for ABAP and ABAP Platform …4.3
- CVE-2026-5825A vulnerability was detected in code-projects Simple Laundry…4.3
Are you affected by CVE-2026-58228?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
