Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-2qrj-g9hq-chph

Опубликовано: 13 мая 2025
Источник: github
Github: Прошло ревью
CVSS4: 2.3
CVSS3: 0

Описание

Umbraco.Forms has HTML injection vulnerability in 'Send email' workflow

Impact

The 'Send email' workflow does not HTML encode the user-provided field values in the sent email message, making any form with this workflow configured vulnerable, as it allows sending the message from a trusted system and address (potentially bypassing spam and email client security systems).

Patches

This issue affects all (supported) versions Umbraco Forms and is patched in 13.4.2 and 15.1.2.

Workarounds

Unpatched or unsupported versions can workaround this issue by using the 'Send email with template (Razor)' workflow instead or writing a custom workflow type.

To avoid accidentally using the vulnerable workflow again, the SendEmail workflow type can be removed using the following composer (tested on Umbraco 10, 13, 14 and 15):

using Umbraco.Cms.Core.Composing; using Umbraco.Forms.Core.Providers.Extensions; using Umbraco.Forms.Core.Providers.WorkflowTypes; internal sealed class RemoveFormsSendEmailWorkflowTypeComposer : IComposer { public void Compose(IUmbracoBuilder builder) => builder.FormsWorkflows().Exclude<SendEmail>(); }

Пакеты

Наименование

Umbraco.Forms

nuget
Затронутые версииВерсия исправления

>= 7.0.0, < 13.4.2

13.4.2

Наименование

UmbracoForms

nuget
Затронутые версииВерсия исправления

>= 7.0.0, <= 8.13.16

Отсутствует

Наименование

Umbraco.Forms

nuget
Затронутые версииВерсия исправления

>= 14.0.0, < 15.1.2

15.1.2

EPSS

Процентиль: 25%
0.00086
Низкий

2.3 Low

CVSS4

0 Low

CVSS3

Дефекты

CWE-116

Связанные уязвимости

CVSS3: 6.1
nvd
9 месяцев назад

Umbraco Forms is a form builder that integrates with the Umbraco content management system. Starting in the 7.x branch and prior to versions 13.4.2 and 15.1.2, the 'Send email' workflow does not HTML encode the user-provided field values in the sent email message, making any form with this workflow configured vulnerable, as it allows sending the message from a trusted system and address, potentially bypassing spam and email client security systems. This issue affects all (supported) versions Umbraco Forms and is patched in 13.4.2 and 15.1.2. Unpatched or unsupported versions can workaround this issue by using the `Send email with template (Razor)` workflow instead or writing a custom workflow type. To avoid accidentally using the vulnerable workflow again, the `SendEmail` workflow type can be removed using a composer available in the GitHub Security Advisory for this vulnerability.

EPSS

Процентиль: 25%
0.00086
Низкий

2.3 Low

CVSS4

0 Low

CVSS3

Дефекты

CWE-116