Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Barna Kovacs

#51059of 56,330
5.1Total CVSS
Vulnerabilities · 1
PT-2026-57851
5.1
2026-07-13
Unknown · Phoenix Live View · CVE-2026-58228
**Name of the Vulnerable Software and Affected Versions** phoenix live view versions 1.2.2 through 1.2.6 **Description** A cross-site scripting issue exists in phoenix live view due to improper URL scheme validation. The functions `valid destination!/2` and `valid live navigation destination!/2` use an internal `uri scheme/1` helper that fails to detect schemes if the input begins with a space or an ASCII control character. Because standard browsers strip these leading characters before parsing, an attacker can provide a payload like " javascript:alert(1)" that bypasses validation and is treated as a safe relative path. When rendered via `<.link href={...}>`, the browser executes the script in the victim's session. This affects applications that render user-supplied URLs, such as redirect targets or profile links. **Recommendations** Update phoenix live view to version 1.2.7 or later.