Vulnerability Information
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
Vulnerability Title
User profile page vulnerable to Cross Site Scripting (XSS) in flaskBlog
Vulnerability Description
flaskBlog is a simple blog app built with Flask. Improper storage and rendering of the `/user/<user>` page allows a user's comments to execute arbitrary javascript code. The html template `user.html` contains the following code snippet to render comments made by a user: `<div class="content" tag="content">{{comment[2]|safe}}</div>`. Use of the "safe" tag causes flask to _not_ escape the rendered content. To remediate this, simply remove the `|safe` tag from the HTML above. No fix is is available and users are advised to manually edit their installation.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L
Vulnerability Type
在Web页面生成时对输入的转义处理不恰当(跨站脚本)
Vulnerability Title
FlaskBlog 跨站脚本漏洞
Vulnerability Description
FlaskBlog是一个使用 Flask 构建的简单博客应用程序。 FlaskBlog 存在跨站脚本漏洞,该漏洞源于页面的不正确存储和渲染,允许攻击者执行任意JavaScript代码。
CVSS Information
N/A
Vulnerability Type
N/A