Vulnerability Description
Wildfire IM is an instant messaging and real-time audio/video solution. Prior to 1.4.3, a critical vulnerability exists in the im-server component related to the file upload functionality found in com.xiaoleilu.loServer.action.UploadFileAction. The application exposes an endpoint (/fs) that handles multipart file uploads but fails to properly sanitize the filename provided by the user. Specifically, the writeFileUploadData method directly concatenates the configured storage directory with the filename extracted from the upload request without stripping directory traversal sequences (e.g., ../../). This vulnerability allows an attacker to write arbitrary files to any location on the server's filesystem where the application process has write permissions. By uploading malicious files (such as scripts, executables, or overwriting configuration files like authorized_keys or cron jobs), an attacker can achieve Remote Code Execution (RCE) and completely compromise the server. This vulnerability is fixed in 1.4.3.
CVSS Score
CRITICAL
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Wildfirechat | Im-Server | < 1.4.3 |
Related Weaknesses (CWE)
References
- https://github.com/wildfirechat/im-server/commit/2f9c4e028c01c64913cab32e7248bccPatch
- https://github.com/wildfirechat/im-server/releases/tag/1.4.3Release Notes
- https://github.com/wildfirechat/im-server/security/advisories/GHSA-74hq-jhx2-fq6Vendor Advisory
FAQ
What is CVE-2025-66480?
CVE-2025-66480 is a vulnerability with a CVSS score of 9.8 (CRITICAL). Wildfire IM is an instant messaging and real-time audio/video solution. Prior to 1.4.3, a critical vulnerability exists in the im-server component related to the file upload functionality found in com...
How severe is CVE-2025-66480?
CVE-2025-66480 has been rated CRITICAL with a CVSS base score of 9.8/10. This is considered a critical vulnerability requiring immediate attention.
Is there a patch for CVE-2025-66480?
Check the references section above for vendor advisories and patch information. Affected products include: Wildfirechat Im-Server.