CVE-2025-57698
BaseFortify
Publication date: 2025-11-07
Last updated on: 2025-12-05
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| astrbot | astrbot | 3.5.22 |
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 directory traversal issue in AstrBot Project v3.5.22. The install_plugin_upload handler function takes a filename from the user's request body and uses it directly to determine where to save a file on the system without validating the filename. This allows an attacker to craft a filename that can traverse directories and save files to arbitrary locations on the file system.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to write files to arbitrary locations on the server's file system. This could lead to overwriting critical files, uploading malicious files, or gaining further control over the system, potentially compromising the integrity and security of the affected system.