CVE-2025-55737
BaseFortify
Publication date: 2025-08-19
Last updated on: 2025-08-21
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| dogukanurker | flaskblog | to 2.8.0 (inc) |
Helpful Resources
Exploitability
| 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.