CVE-2026-64941
Last modified
CVE-2026-64941 is a low-severity vulnerability rated 2.1/10 on the CVSS scale. URL Redirection to Untrusted Site ('Open Redirect') vulnerability in phoenixframework phoenix_live_view allows an attacker to send a victim's browser to an origin of the attacker's choosing via a :to value containing ASCII tab, LF or CR. redirect/2 validates :to through the private validate_local_url!/2 in lib/phoenix_live_view.ex, which is intended to guarantee the target is a path within the application. It rejects a leading // and any backslash, but not ASCII tab, LF or CR.
Description
URL Redirection to Untrusted Site ('Open Redirect') vulnerability in phoenixframework phoenix_live_view allows an attacker to send a victim's browser to an origin of the attacker's choosing via a :to value containing ASCII tab, LF or CR. redirect/2 validates :to through the private validate_local_url!/2 in lib/phoenix_live_view.ex, which is intended to guarantee the target is a path within the application. It rejects a leading // and any backslash, but not ASCII tab, LF or CR. Browsers strip those three characters before parsing a URL, so a value such as /<TAB>/example.com passes validation as a path and is then resolved as the scheme-relative URL //example.com. The live navigation functions share the guard but are not affected, because the client expands their target against the current origin. push_patch/2 is also affected before 0.7.0, which is when that expansion was added. This issue affects phoenix_live_view: from 0.5.0 before 1.0.19, from 1.1.0-rc.0 before 1.1.33, and from 1.2.0-rc.0 before 1.2.9.
Metrics
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:N/VI:N/VA:N/SC:L/SI:L/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 | >= 0.5.0, < 1.0.19; >= 1.1.0-rc.0, < 1.1.33; >= 1.2.0-rc.0, < 1.2.9 |
| phoenixframework | phoenix_live_view | >= b20dba3f65a380b2e4868dae03397f13d2daa070, < * |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-64941?
How severe is CVE-2026-64941?
How do I fix CVE-2026-64941?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- 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-64922Improper neutralization of input during web page generation …4.6
- CVE-2026-64927A flaw was found in the multicloud-operators-channel compone…6.4
- CVE-2026-6493A flaw has been found in lukevella rallly up to 4.7.4. This …3.5
- CVE-2026-64934The Mira cloud API accepts the firmware version reported by …5.3
- CVE-2026-6494A flaw was found in the AAP MCP server. An unauthenticated r…5.3
- CVE-2026-64940Tegalog -Fumy Otegaru Memo Logger- provided by Nishishi Fact…8.8
- CVE-2026-6495The Ajax Load More WordPress plugin before 7.8.4 does not s…7.1
- CVE-2026-64951A rogue Velociraptor client can upload a malformed sparse fi…3.5
- CVE-2026-64952The hunt_delete() VQL function allows deleting hunts. Velo…6.5
- CVE-2026-64954Velociraptor allows scheduling new collections via VQL queri…8.2
- CVE-2026-64955When Microsoft Excel imports a CSV file, it executes cells b…6.1
- CVE-2026-64958An incomplete fix for CVE-2026-50645 means that it is still …7.5
Are you affected by CVE-2026-64941?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
