CVE-2025-7452
BaseFortify
Publication date: 2025-07-11
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 |
|---|---|---|
| kone-net | go-chat | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a path traversal issue in the GetFile function of the go-chat/api/v1/file_controller.go component in kone-net go-chat. By manipulating the fileName argument, an attacker can access files outside the intended directory. The attack can be performed remotely and the exploit has been publicly disclosed.
How can this vulnerability impact me? :
The vulnerability allows remote attackers to access unauthorized files on the system by exploiting the path traversal flaw. This can lead to exposure of sensitive information, potential data breaches, and compromise of system integrity.