CVE-2025-57697
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-125 | The product reads data past the end, or before the beginning, of the intended buffer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in AstrBot Project v3.5.22 within the _encode_image_bs64 function. The function opens an image file specified by the user in the request body and returns its content as a base64-encoded string without verifying if the image path is legitimate. This allows attackers to craft malicious URLs to read arbitrary files on the system, leading to unauthorized access to sensitive data.
How can this vulnerability impact me? :
The vulnerability can lead to sensitive data leakage by allowing attackers to read arbitrary files on the system. This unauthorized file access can expose confidential information, potentially compromising system security and user privacy.