CVE-2025-56399
BaseFortify
Publication date: 2025-10-28
Last updated on: 2025-10-30
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-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in alexusmai laravel-file-manager versions 3.3.1 and earlier allows an authenticated attacker to perform Remote Code Execution (RCE). The attacker uploads a file with a '.png' extension that actually contains PHP code. Although the client-side validation rejects the upload, the file is still saved on the server. The attacker then uses the rename API to change the file extension to '.php'. When the file is accessed via a public URL, the server executes the embedded PHP code, allowing the attacker to run arbitrary code remotely.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to execute arbitrary code on the server remotely, potentially leading to full system compromise. This can result in unauthorized access to sensitive data, disruption of services, data loss, or further exploitation of the affected system.