CVE-2026-28225 MEDIUM

CVE-2026-28225: Manyfold has IDOR in ModelFilesController

Vendor Manyfold3D
Product manyfold
Weakness CWE-639 · IDOR
Published February 26, 2026
Last update February 27, 2026

CVSS base score

5.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

February 26, 2026 CVE published
February 27, 2026 Record updated