CVE-2026-28225

Manyfold is an open source, self-hosted web application for managing a collection of 3d models, particularly focused on 3d printing. Prior to version 0.133.1, the `get_model` method in `ModelFilesController` (line 158-160) loads models using `Model.find_param(params[:model_id])` without `policy_scope()`, bypassing Pundit authorization. All other controllers correctly use `policy_scope(Model).find_param()` (e.g., `ModelsController` line 263). Version 0.133.1 fixes the issue.
Configurations

Configuration 1 (hide)

cpe:2.3:a:manyfold:manyfold:*:*:*:*:*:*:*:*

History

27 Feb 2026, 16:55

Type Values Removed Values Added
First Time Manyfold manyfold
Manyfold
CPE cpe:2.3:a:manyfold:manyfold:*:*:*:*:*:*:*:*
References () https://github.com/manyfold3d/manyfold/releases/tag/v0.133.1 - () https://github.com/manyfold3d/manyfold/releases/tag/v0.133.1 - Product, Release Notes
References () https://github.com/manyfold3d/manyfold/security/advisories/GHSA-v8pw-3r2f-3fqm - () https://github.com/manyfold3d/manyfold/security/advisories/GHSA-v8pw-3r2f-3fqm - Mitigation, Vendor Advisory, Exploit

27 Feb 2026, 14:06

Type Values Removed Values Added
Summary
  • (es) Manyfold es una aplicación web de código abierto y autoalojada para gestionar una colección de modelos 3D, particularmente enfocada en la impresión 3D. Antes de la versión 0.133.1, el método `get_model` en `ModelFilesController` (línea 158-160) carga modelos usando `Model.find_param(params[:model_id])` sin `policy_scope()`, eludiendo la autorización de Pundit. Todos los demás controladores usan correctamente `policy_scope(Model).find_param()` (por ejemplo, `ModelsController` línea 263). La versión 0.133.1 corrige el problema.

26 Feb 2026, 23:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-02-26 23:16

Updated : 2026-02-27 16:55


NVD link : CVE-2026-28225

Mitre link : CVE-2026-28225

CVE.ORG link : CVE-2026-28225


JSON object : View

Products Affected

manyfold

  • manyfold
CWE
CWE-639

Authorization Bypass Through User-Controlled Key