Security Advisory

CVE-2025-55735

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2025-08-19 18:56:42
Last updated 2025-08-19 19:18:45
Assigner GitHub_M
State PUBLISHED

Description

flaskBlog is a blog app built with Flask. In 2.8.0 and earlier, when creating a post, theres 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.