CVE-2025-63307
BaseFortify
Publication date: 2025-11-06
Last updated on: 2025-12-08
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| alexusmai | laravel_file_manager | 3.3.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in alexusmai laravel-file-manager 3.3.1 is a Cross Site Scripting (XSS) issue. It occurs because the application allows users to upload, create, and rename files with HTML and SVG types and then serves these files inline without properly validating the content type or sanitizing the output. This means malicious scripts can be injected and executed in the context of the application.
How can this vulnerability impact me? :
This vulnerability can allow attackers to execute malicious scripts in the context of the affected application, potentially leading to theft of user data, session hijacking, defacement, or other malicious actions that compromise the security and integrity of the application and its users.