Описание
Memos Vulnerable to Stored Cross-Site Scripting
Memos 0.22 is vulnerable to Stored Cross site scripting (XSS) vulnerabilities by the upload attachment and user avatar features. Memos does not verify the content type of the uploaded data and serve it back as is. An authenticated attacker can use this to elevate their privileges when the stored XSS is viewed by an admin.
Ссылки
- https://nvd.nist.gov/vuln/detail/CVE-2025-56761
- https://github.com/usememos/memos/blob/v0.24.0/server/router/api/v1/user_service.go#L147
- https://github.com/usememos/memos/blob/v0.24.4/server/router/api/v1/resource_service.go#L48
- https://www.sonarsource.com/blog/securing-go-applications-with-sonarqube-real-world-examples
Пакеты
Наименование
github.com/usememos/memos
go
Затронутые версииВерсия исправления
<= 0.22.0
Отсутствует
Связанные уязвимости
CVSS3: 5.4
nvd
5 месяцев назад
Memos 0.22 is vulnerable to Stored Cross site scripting (XSS) vulnerabilities by the upload attachment and user avatar features. Memos does not verify the content type of the uploaded data and serve it back as is. An authenticated attacker can use this to elevate their privileges when the stored XSS is viewed by an admin.