CVE•Published 2025-10-28•Modified 2026-07-05•1 article on news•6 live references•NVD data
CVE-2025-56399
Vulnerability data via NVD (ingested)
CVSS v3.1
8.8
HIGH
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS percentile
42
Exploit Prediction Scoring System · top 58% of all CVEs
Weaknesses (CWE)
Description
alexusmai laravel-file-manager 3.3.1 and before allows an authenticated attacker to achieve Remote Code Execution (RCE) through a crafted file upload. A file with a '.png` extension containing PHP code can be uploaded via the file manager interface. Although the upload appears to fail client-side validation, the file is still saved on the server. The attacker can then use the rename API to change the file extension to `.php`, and upon accessing it via a public URL, the server executes the embedded code.
Timeline
Published 2025-10-28
Modified 2026-07-05
External references
Search for exposed instances
Shodan + Censys queries derived from NVD's CPE data. The vuln tag catches assets Shodan has explicitly linked to this CVE; the product / banner fingerprints find exposed instances even when the vuln tag was never applied (which is common).
More intel sources (5)
Shodan report
vuln:CVE-2025-56399Country / ASN / product breakdown for the vuln query.
Censys
vulnerabilities.cve_id: CVE-2025-56399Censys host search filtered to this CVE id.
grep.app
CVE-2025-56399Public source-code mentions — fast PoC discovery.
GitHub code
CVE-2025-56399GitHub code search for direct mentions.
Google dork
"CVE-2025-56399" exploit -site:nvd.nist.govWrite-ups and news, NVD excluded.
Known PoCs on GitHub (2)
CVE-2025-563992 repos
Theethat-Thamwasin/CVE-2025-56399unknown
An authenticated Remote Code Execution (RCE) vulnerability in laravel-file-manager v3.3.1 and below allows attackers with access to the file manager interface to execute arbitrary …
im-hanzou/CVE-2025-56399Python
CVE-2025-56399 – Remote Code Execution in laravel-file-manager v3.3.1. Exploits misconfigured config in Laravel File Manager to upload and verify a PHP shell via unauthenticated fi…