CVE-2025-55383
8.6Moss · Moss
A file upload vulnerability in Moss before v0.15 allows unauthenticated attackers to upload arbitrary file types to any location on the server.
Executive summary
A critical file upload vulnerability in Moss allows unauthenticated remote attackers to achieve arbitrary file placement on the server, posing a significant risk of remote code execution.
Vulnerability
The application fails to restrict file extensions or destination paths within the upload function. This vulnerability is accessible to unauthenticated attackers, as indicated by the CVSS attack vector (AV:N/PR:N).
Business impact
The ability to upload arbitrary files to any location on a server is a severe security failure that often leads to full system compromise. With a CVSS score of 8.6, this high-severity flaw enables an attacker to upload malicious scripts, such as web shells, to gain unauthorized access, modify data, or disrupt business operations.
Remediation
Immediate Action: Upgrade to version 0.15 or the latest available release to ensure the upload function includes proper validation and sanitization.
Proactive Monitoring: Review web server access logs for suspicious file upload requests or attempts to access unexpected file types in restricted directories.
Compensating Controls: Implement a Web Application Firewall (WAF) to filter and block suspicious file upload requests that deviate from expected patterns.
Exploitation status
Public Exploit Available: Unknown.
Analyst recommendation
Given the ease with which this vulnerability can be exploited by unauthenticated actors, it represents a significant risk to organizational infrastructure. Administrators should prioritize upgrading the affected Moss software immediately. If an update is not immediately feasible, restrict access to the upload functionality through network-level controls or WAF rules to prevent unauthorized file placement.