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

exploitDog

github логотип

GHSA-pwgc-w4x9-gw67

Опубликовано: 03 мая 2024
Источник: github
Github: Прошло ревью
CVSS3: 4.3

Описание

changedetection.io Cross-site Scripting vulnerability

Summary

Input in parameter notification_urls is not processed resulting in javascript execution in the application

Details

changedetection.io version: v0.45.21

https://github.com/dgtlmoon/changedetection.io/blob/0.45.21/changedetectionio/forms.py#L226

for server_url in field.data: if not apobj.add(server_url): message = field.gettext('\'%s\' is not a valid AppRise URL.' % (server_url)) raise ValidationError(message)

PoC

Setting > ADD Notification URL List

image

"><img src=x onerror=alert(document.domain)>

image

Requests

image

Impact

A reflected XSS vulnerability happens when the user input from a URL or POST data is reflected on the page without being stored, thus allowing the attacker to inject malicious content

Пакеты

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

changedetection.io

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

< 0.45.22

0.45.22

EPSS

Процентиль: 96%
0.2769
Средний

4.3 Medium

CVSS3

Дефекты

CWE-79

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

CVSS3: 4.3
nvd
почти 2 года назад

changedetection.io is a free open source web page change detection, website watcher, restock monitor and notification service. In affected versions Input in parameter notification_urls is not processed resulting in javascript execution in the application. A reflected XSS vulnerability happens when the user input from a URL or POST data is reflected on the page without being stored, thus allowing the attacker to inject malicious content. This issue has been addressed in version 0.45.22. Users are advised to upgrade. There are no known workarounds for this vulnerability.

EPSS

Процентиль: 96%
0.2769
Средний

4.3 Medium

CVSS3

Дефекты

CWE-79