CVE-2025-8739
BaseFortify
Publication date: 2025-08-08
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| zhenfeng13 | my-blog | 1.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-352 | The web application does not, or cannot, sufficiently verify whether a request was intentionally provided by the user who sent the request, which could have originated from an unauthorized actor. |
| CWE-862 | The product does not perform an authorization check when an actor attempts to access a resource or perform an action. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in zhenfeng13 My-Blog up to version 1.0.0 and involves the manipulation of the tagName argument in the /admin/tags/save file processing. It leads to a cross-site request forgery (CSRF) attack, which can be initiated remotely. Essentially, an attacker can trick a user into performing unwanted actions on the web application without their consent.
How can this vulnerability impact me? :
The vulnerability allows an attacker to perform unauthorized actions on behalf of a user by exploiting the CSRF flaw. This can lead to unwanted changes or actions within the affected application, potentially compromising the integrity of user interactions or data.