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

exploitDog

github логотип

GHSA-fg89-g389-p346

Опубликовано: 16 окт. 2025
Источник: github
Github: Прошло ревью
CVSS3: 6.9

Описание

bagisto has a Cross Site Scripting (XSS) vulnerability in TinyMCE Image Upload (SVG)

Summary

In Bagisto v2.3.7, the TinyMCE image upload functionality allows an attacker with sufficient privileges (e.g. admin) to upload a crafted SVG file containing embedded JavaScript. When viewed, the malicious code executes in the context of the admin/user’s browser.

Details

The underlying problem is that SVG is XML/markup, so when it is uploaded and then directly rendered or embedded, script or event handlers within are allowed to run unless sanitized. In Bagisto, the integration of TinyMCE’s image upload (or media manager) may accept SVG files without sanitizing or rejecting unsafe content. When the SVG is later included (inline or via object/embed) in content displayed in admin or UI, the browser may execute the script portion of the SVG. The application might not validate the file content (i.e. inspect the SVG XML) or strip

PoC

Navigate to any forms with TinyMCE editor. Attempt to upload a SVG file with embedded JavaScript. image JavaScript was triggered. image

Impact

Malicious script is stored in SVG file and executed when the content is viewed. An attacker (with upload privilege) can target other admin users or editors who view the content, enabling session hijacking, unauthorized actions, or privilege escalation.

Пакеты

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

bagisto/bagisto

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

<= 2.3.7

2.3.8

EPSS

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

6.9 Medium

CVSS3

Дефекты

CWE-79
CWE-80
CWE-87

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

CVSS3: 6.9
nvd
4 месяца назад

Bagisto is an open source laravel eCommerce platform. In Bagisto v2.3.7, the TinyMCE image upload functionality allows an attacker with sufficient privileges (e.g. admin) to upload a crafted SVG file containing embedded JavaScript. When viewed, the malicious code executes in the context of the admin/user’s browser. This vulnerability is fixed in 2.3.8.

EPSS

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

6.9 Medium

CVSS3

Дефекты

CWE-79
CWE-80
CWE-87