PT-2026-42686 · Nuget · Umbraco Cms

Published

2026-05-21

·

Updated

2026-05-21

·

CVE-2026-46616

CVSS v3.1

5.4

Medium

VectorAV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N

Impact

Some of the Surface Controllers in the CMS provide to support member related operations fail to validate redirect URLs, making Razor templates that derive 'RedirectUrl' from user-controlled query parameters vulnerable to malicious redirect attacks.

Patches

The issue is resolved in versions 17.4.0 and 13.14.0.

Workarounds

If users cannot upgrade immediately, they can mitigate the issue in their own site by ensuring every Razor form that posts to UmbLoginStatusController, UmbProfileController or UmbRegisterController passes a concrete, trusted RedirectUrl into Html.BeginUmbracoForm's route values.
For example:
 @using (Html.BeginUmbracoForm<UmbLoginStatusController>(
   "HandleLogout",
   new { RedirectUrl = Model.Url() }))
 {
   <button type="submit">Log out</button>
 }

Resources

Fix

Open Redirect

Weakness Enumeration

Related Identifiers

CVE-2026-46616
GHSA-2QJJ-H6WP-C7H7

Affected Products

Umbraco Cms