---
id: CVE-2026-46336
title: >-
  Manyfold is an open source, self-hosted web application for managing a
  collection of 3d models, particularly focused on 3d printing
summary: >-
  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 b…
severity: high
cvss: 7.1
cvssVector: 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:L'
cwe:
  - CWE-22
  - CWE-73
published: '2026-07-16'
updated: '2026-07-18'
source: NVD
sourceUrl: 'https://nvd.nist.gov/vuln/detail/CVE-2026-46336'
references:
  - url: >-
      https://github.com/manyfold3d/manyfold/commit/ed6a53e54926708594c07d222155ac3a22f93174
    label: security-advisories@github.com
  - url: 'https://github.com/manyfold3d/manyfold/pull/6122'
    label: security-advisories@github.com
  - url: 'https://github.com/manyfold3d/manyfold/releases/tag/v0.140.0'
    label: security-advisories@github.com
  - url: >-
      https://github.com/manyfold3d/manyfold/security/advisories/GHSA-j5f9-r7wf-hv37
    label: security-advisories@github.com
  - url: >-
      https://github.com/manyfold3d/manyfold/security/advisories/GHSA-j5f9-r7wf-hv37
    label: 134c704f-9b21-4f2e-91b3-4a467353bcc0
tags:
  - nvd
epss: 0.00501
epssPercentile: 0.40319
ingestedAt: '2026-07-18T20:24:54.457Z'
---

## Overview

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.

## Remediation

Refer to the linked advisories for vendor-supplied fixes and affected version ranges.
