๐Ÿ” CVE Alert

CVE-2026-28225

MEDIUM 5.3

Manyfold has IDOR in ModelFilesController

CVSS Score
5.3
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-639
Vendor manyfold3d
Product manyfold
Published Feb 26, 2026
Last Updated Feb 27, 2026
Stay Ahead of the Next One

Get instant alerts for manyfold3d manyfold

Be the first to know when new medium vulnerabilities affecting manyfold3d manyfold are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

Affected Versions

manyfold3d / manyfold
< 0.133.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/manyfold3d/manyfold/security/advisories/GHSA-v8pw-3r2f-3fqm github.com: https://github.com/manyfold3d/manyfold/releases/tag/v0.133.1