CVE-2026-28225
Received Received - Intake
Authorization Bypass in Manyfold ModelFilesController Prior to

Publication date: 2026-02-26

Last updated on: 2026-02-27

Assigner: GitHub, Inc.

Description
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.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-26
Last Modified
2026-02-27
Generated
2026-06-16
AI Q&A
2026-02-27
EPSS Evaluated
2026-06-15
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
manyfold manyfold to 0.133.1 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-639 The system's authorization functionality does not prevent one user from gaining access to another user's data or record by modifying the key value identifying the data.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

The vulnerability exists in Manyfold, an open source web application for managing 3D models. Before version 0.133.1, the `get_model` method in the `ModelFilesController` loads models using `Model.find_param(params[:model_id])` without applying the `policy_scope()` authorization check provided by Pundit. This means that the method bypasses the intended access control, potentially allowing unauthorized access to models. Other controllers correctly use `policy_scope(Model).find_param()`, enforcing proper authorization. The issue was fixed in version 0.133.1.

Impact Analysis

This vulnerability can allow unauthorized users to access 3D models that they should not have permission to view or manage. Since the authorization check is bypassed in the affected method, sensitive or private models could be exposed to users without proper rights, potentially leading to information disclosure or misuse of intellectual property.

Compliance Impact

I don't know

Detection Guidance

I don't know

Mitigation Strategies

To mitigate this vulnerability, upgrade Manyfold to version 0.133.1 or later, where the issue with bypassing Pundit authorization in the get_model method is fixed.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-28225. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart