Beveiligingsadvies

CVE-2025-55737

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2025-08-19 19:06:15
Laatst bijgewerkt 2025-08-19 19:27:18
Toegewezen door GitHub_M
CVSS-score 6.9
Status PUBLISHED

Beschrijving

flaskBlog is a blog app built with Flask. In 2.8.0 and earlier, when deleting a comment, there's no validation of the ownership of the comment. Every user can delete an arbitrary comment of another user on every post, by simply intercepting the delete request and changing the commentID. The code that causes the problem is in routes/post.py.