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

exploitDog

github логотип

GHSA-3m9m-24vh-39wx

Опубликовано: 14 апр. 2026
Источник: github
Github: Прошло ревью
CVSS4: 5.5

Описание

Server-Side Request Forgery (SSRF) in Craft CMS with Asset Uploads Mutations

Required Permissions

The exploitation requires a few permissions to be enabled in the used GraphQL schema:

  • "Edit assets in the volume"
  • "Create assets in the volume"

Details

The implementation fails to restrict the URL Scheme. While the application is intended to "upload assets", there is no whitelist forcing http or https. This allows attackers to use the Gopher protocol to wrap raw TCP commands.

Impact: Combined with the DWORD bypass, an attacker can hit internal services without triggering any "127.0.0.1" string-matching filters.

Example Payload: gopher://2130706433:6379/_FLUSHALL (Targets local Redis via DWORD).

Remediation Strategy

To prevent mathematical IP obfuscation, the application must normalize the hostname before validation.

Пакеты

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

craftcms/cms

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

>= 5.0.0-RC1, <= 5.9.14

5.9.15

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

craftcms/cms

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

>= 4.0.0-RC1, <= 4.17.8

4.17.9

EPSS

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

5.5 Medium

CVSS4

Дефекты

CWE-918

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

nvd
4 месяца назад

Craft CMS is a content management system (CMS). Versions on the 4.x branch through 4.17.8 and the 5.x branch through 5.9.14 are vulnerable to Server-Side Request Forgery. The exploitation requires a few permissions to be enabled in the used GraphQL schema: "Edit assets in the <VolumeName> volume" and "Create assets in the <VolumeName> volume." Versions 4.17.9 and 5.9.15 patch the issue.

EPSS

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

5.5 Medium

CVSS4

Дефекты

CWE-918