Vulnerability Details
Basic Information
| Title | io.jmix.localfs:jmix-localfs affected by DoS in the Local File Storage |
|---|---|
| Type | github |
| Published | 2025-04-22T16:55:41 |
| Last Seen | 2025-04-22T18:43:34 |
| CVSS Score | 6.5 (MEDIUM) |
CVSS v3 Details
| Attack Vector | NETWORK |
|---|---|
| Attack Complexity | LOW |
| Privileges Required | LOW |
| User Interaction | NONE |
| Scope | UNCHANGED |
| Confidentiality Impact | NONE |
| Integrity Impact | NONE |
| Availability Impact | HIGH |
CVE Information
| CVE IDs | CVE-2025-32952 |
|---|---|
| CWE | CWE-770 |
| Bulletin Family | software |
Description
The local file storage implementation does not restrict the size of uploaded files. An attacker could exploit this by uploading excessively large files, potentially causing the server to run out of space and return HTTP 500 error, resulting in a denial of service.
The severity of the vulnerability is mitigated by the fact that the application UI and the generic REST API are typically accessible only to authenticated users. Additionally, the /files endpoint in Jmix requires specific permissions and is disabled by default.
### Patches
The problem has been fixed in Jmix 1.6.2+ and 2.4.0+.
### Workarounds
A workaround for those who are unable to upgrade: [Disable Files Endpoint in Jmix Application](https://docs.jmix.io/jmix/files-vulnerabilities.html#disable-files-endpoint-in-jmix-application).
Impact Assessment
| Base Score | 6.5 |
|---|---|
| Severity | MEDIUM |