CVE-2025-55735
5.4MEDIUMflaskBlog is a blog app built with Flask. In 2.8.0 and earlier, when creating a post, there's no validation of the content of the post stored in the variable "postContent". The vulnerability arises wh
Опубликовано: 8/19/2025Обновлено: 8/22/2025
Описание
flaskBlog is a blog app built with Flask. In 2.8.0 and earlier, when creating a post, there's no validation of the content of the post stored in the variable "postContent". The vulnerability arises when displaying the content of the post using the | safe filter, that tells the engine to not escape the rendered content. This can lead to a stored XSS inside the content of the post. The code that causes the problem is in template/routes.html.
ИИ-АнализНа базе ИИ
Затронутые продукты
dogukanurkerflaskblog
Ссылки
- https://github.com/DogukanUrker/FlaskBlog/security/advisories/GHSA-gj9v-qhc3-gcfxExploitThird Party Advisory