CVE-2025-55737
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-08-19

Last updated on: 2025-08-21

Assigner: GitHub, Inc.

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-08-19
Last Modified
2025-08-21
Generated
2026-05-06
AI Q&A
2025-08-19
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
dogukanurker flaskblog to 2.8.0 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

This vulnerability in flaskBlog (version 2.8.0 and earlier) allows any user to delete comments made by other users without validation. When a user attempts to delete a comment, the application does not verify if the user owns that comment. By intercepting the delete request and changing the commentID, a user can delete arbitrary comments from other users on any post.


How can this vulnerability impact me? :

This vulnerability can lead to unauthorized deletion of comments by any user, potentially causing loss of data, disruption of discussions, and abuse of the application’s functionality. It undermines user trust and can negatively affect the integrity of the content on the blog.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart