CVE-2026-46336 Details
Description
Manyfold is an open source, self-hosted web application for managing a collection of 3d models, particularly focused on 3d printing. From 0.96.0 until 0.140.0, authenticated users can rename uploaded files with path traversal sequences because app/models/model_file.rb uses the user-controlled filename in File.join(model.path, filename) without sufficient sanitization, allowing files to be moved or written outside the configured library directory. This issue is fixed in version 0.140.0.
A path traversal vulnerability has been identified in Manyfold versions 0.96.0 prior to 0.140.0. This issue allows authenticated users to rename uploaded files using traversal sequences, which can manipulate file locations outside the designated library directory. The vulnerability arises because the application does not adequately sanitize user-controlled filenames before using them in file paths. As a result, files can be moved or written to unintended locations, potentially leading to unauthorized access or modification of files on the server.
Users can upgrade to Manyfold version 0.140.0 or later, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Jul 16, 2026CISA-ADP
Assessed Jul 18, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/manyfold3d/manyfold/security/advisories/GHSA-j5f9-r7wf-hv37 | CISA-ADP | AdvisoryExploitRemedyVendor |
| https://github.com/manyfold3d/manyfold/commit/ed6a53e54926708594c07d222155ac3a22f93174 | [email protected] | Source CodeVendor |
| https://github.com/manyfold3d/manyfold/pull/6122 | [email protected] | Source CodeVendor |
| https://github.com/manyfold3d/manyfold/releases/tag/v0.140.0 | [email protected] | Release NotesVendor |
| https://github.com/manyfold3d/manyfold/security/advisories/GHSA-j5f9-r7wf-hv37 | [email protected] | AdvisoryExploitRemedyVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
| CWE-73 | External Control of File Name or Path | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Manyfold | >= 0.96.0, < 0.140.0 (semver) |
CPE
Remediation
| |
Change History
2 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jul 18, 2026 | CVE Modified | CISA-ADP |
| Jul 16, 2026 | New CVE Received | [email protected] |
Volerion