Summary
Workarounds
As a workaround, you can temporarily disable file upload by removing AddUploadedFileStorage or AddDefaultTempStorage from your DotVVM configuration.
Even with the patch, we recommend configuring file upload to use a dedicated partition with limited size.
References
- DotVVM file upload configuration: https://www.dotvvm.com/docs/4.0/pages/concepts/upload-and-download-files/upload-files
Impact
All users of DotVVM with configured file upload storage are affected.
DotVVM allows anyone to upload files to the application, potentially causing denial of service by filling the disk.
The application accepts file uploads without adequately restricting the file type or content. Typical impact: remote code execution if the uploaded file can be served and executed on the server.
GHSA-2RM3-333W-XVC4 has a CVSS score of 5.3 (Medium). The vector is network-reachable, no privileges required, and no user interaction. A CVSS score reflects the worst-case severity of the vulnerability, not your specific exposure. Whether this affects your application depends on whether the vulnerable code is present and reachable in your environment. A fixed version is available (4.2.11, 4.3.15, 5.0.0-preview09-final); upgrading removes the vulnerable code path.
Affected versions
Security releases
Kodem intelligence
Severity tells you how bad this could be in the worst case. It does not tell you whether you are exposed. Exploitability and impact are functions of runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A vulnerable package can sit in your dependency tree and never run.
Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter. Kodem's runtime-powered SCA identifies whether this CVE is reachable in your applications.
Remediation advice
Since version 4.3.15, 4.2.11 and 5.0.0-preview09, DotVVM requires all file upload request to have a cryptographic token, which is automatically generated by the FileUpload component. This means that users without access to any page with the FileUpload component cannot upload any files.
The patch also add the DotvvmConfiguration.Security.AuthorizeFileUpload option which allow you to further restrict which users can upload files.
Frequently Asked Questions
- What is GHSA-2RM3-333W-XVC4? GHSA-2RM3-333W-XVC4 is a medium-severity unrestricted upload of dangerous file types vulnerability in DotVVM (nuget), affecting versions < 4.2.11. It is fixed in 4.2.11, 4.3.15, 5.0.0-preview09-final. The application accepts file uploads without adequately restricting the file type or content.
- How severe is GHSA-2RM3-333W-XVC4? GHSA-2RM3-333W-XVC4 has a CVSS score of 5.3 (Medium). This score reflects the worst-case severity of the vulnerability, not your specific exposure. Whether it represents real risk in your environment depends on whether the vulnerable code is present and reachable.
- Which versions of DotVVM are affected by GHSA-2RM3-333W-XVC4? DotVVM (nuget) versions < 4.2.11 is affected.
- Is there a fix for GHSA-2RM3-333W-XVC4? Yes. GHSA-2RM3-333W-XVC4 is fixed in 4.2.11, 4.3.15, 5.0.0-preview09-final. Upgrade to this version or later.
- Is GHSA-2RM3-333W-XVC4 exploitable, and should I be worried? Whether GHSA-2RM3-333W-XVC4 is exploitable in your environment depends on whether the vulnerable code is present and reachable. A CVSS score is a worst-case rating; it does not account for your specific deployment, configuration, or usage patterns. Kodem, an Intelligent Application Security platform, uses runtime intelligence to show which vulnerabilities actually execute in production, so you can focus on the ones that represent real risk. Get a demo
- What actually determines whether GHSA-2RM3-333W-XVC4 is exploitable, and how bad it is? Exploitability and impact are not fixed properties of a CVE. They depend on runtime truth: whether the vulnerable code is present, reachable, and actually executes in your application. A high CVSS score on a dependency that never runs is not the same as real risk. Kodem, an Intelligent Application Security platform, uses runtime intelligence to reveal which vulnerabilities actually execute in production, so teams prioritize the ones that genuinely matter.
- How do I fix GHSA-2RM3-333W-XVC4?
- Upgrade
DotVVMto 4.2.11 or later - Upgrade
DotVVMto 4.3.15 or later - Upgrade
DotVVMto 5.0.0-preview09-final or later
- Upgrade