CVE-2026-28225: CWE-639: Authorization Bypass Through User-Controlled Key in manyfold3d manyfold
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.
AI Analysis
Technical Summary
Manyfold is an open-source, self-hosted web application designed for managing collections of 3D models, with a focus on 3D printing workflows. In versions prior to 0.133.1, the get_model method within the ModelFilesController loads 3D model data using Model.find_param(params[:model_id]) without applying Pundit's policy_scope authorization checks. This contrasts with other controllers, such as ModelsController, which correctly enforce authorization by using policy_scope(Model).find_param(). The absence of policy_scope in get_model leads to an authorization bypass vulnerability classified under CWE-639, where user-controlled input (model_id parameter) can be used to access models outside the user's permitted scope. This flaw allows an unauthenticated attacker to retrieve or potentially manipulate 3D model files without proper permissions, impacting the integrity of the data. The vulnerability has a CVSS 3.1 base score of 5.3, reflecting a medium severity level, with an attack vector of network (remote), low attack complexity, no privileges required, and no user interaction needed. The scope remains unchanged, and the impact affects integrity but not confidentiality or availability. The issue was addressed in manyfold version 0.133.1 by incorporating appropriate policy_scope authorization checks in the get_model method, ensuring that only authorized users can access specific models. There are no reports of active exploitation in the wild as of the publication date.
Potential Impact
The primary impact of this vulnerability is unauthorized access and potential modification of 3D model files within the manyfold application. For organizations relying on manyfold to manage proprietary or sensitive 3D printing models, this could lead to intellectual property theft, unauthorized alterations, or sabotage of 3D assets. Since the vulnerability does not affect confidentiality or availability directly, the risk centers on data integrity and trustworthiness of model files. Attackers could exploit this flaw remotely without authentication, increasing the risk of widespread unauthorized access if the application is exposed to the internet. This could undermine manufacturing processes, product development, or any workflows dependent on accurate 3D models. Organizations with public-facing manyfold instances or those lacking strict network segmentation are particularly vulnerable. While no known exploits exist currently, the medium severity rating and ease of exploitation warrant prompt remediation to prevent potential future attacks.
Mitigation Recommendations
To mitigate this vulnerability, organizations should upgrade manyfold to version 0.133.1 or later, where the authorization bypass is fixed by enforcing Pundit policy_scope checks in the get_model method. If immediate upgrading is not feasible, administrators should restrict network access to the manyfold application, limiting exposure to trusted internal networks only. Implementing web application firewalls (WAFs) with rules to detect and block suspicious requests targeting model retrieval endpoints can provide temporary protection. Additionally, auditing access logs for unusual or unauthorized model access attempts can help identify exploitation attempts. Developers maintaining forks or custom versions of manyfold should review their authorization logic to ensure consistent use of policy_scope across all model access points. Finally, organizations should incorporate regular security testing and code reviews focused on authorization controls to prevent similar issues.
Affected Countries
United States, Germany, Japan, South Korea, China, United Kingdom, France, Canada, Netherlands, Australia
CVE-2026-28225: CWE-639: Authorization Bypass Through User-Controlled Key in manyfold3d manyfold
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.
AI-Powered Analysis
Machine-generated threat intelligence
Technical Analysis
Manyfold is an open-source, self-hosted web application designed for managing collections of 3D models, with a focus on 3D printing workflows. In versions prior to 0.133.1, the get_model method within the ModelFilesController loads 3D model data using Model.find_param(params[:model_id]) without applying Pundit's policy_scope authorization checks. This contrasts with other controllers, such as ModelsController, which correctly enforce authorization by using policy_scope(Model).find_param(). The absence of policy_scope in get_model leads to an authorization bypass vulnerability classified under CWE-639, where user-controlled input (model_id parameter) can be used to access models outside the user's permitted scope. This flaw allows an unauthenticated attacker to retrieve or potentially manipulate 3D model files without proper permissions, impacting the integrity of the data. The vulnerability has a CVSS 3.1 base score of 5.3, reflecting a medium severity level, with an attack vector of network (remote), low attack complexity, no privileges required, and no user interaction needed. The scope remains unchanged, and the impact affects integrity but not confidentiality or availability. The issue was addressed in manyfold version 0.133.1 by incorporating appropriate policy_scope authorization checks in the get_model method, ensuring that only authorized users can access specific models. There are no reports of active exploitation in the wild as of the publication date.
Potential Impact
The primary impact of this vulnerability is unauthorized access and potential modification of 3D model files within the manyfold application. For organizations relying on manyfold to manage proprietary or sensitive 3D printing models, this could lead to intellectual property theft, unauthorized alterations, or sabotage of 3D assets. Since the vulnerability does not affect confidentiality or availability directly, the risk centers on data integrity and trustworthiness of model files. Attackers could exploit this flaw remotely without authentication, increasing the risk of widespread unauthorized access if the application is exposed to the internet. This could undermine manufacturing processes, product development, or any workflows dependent on accurate 3D models. Organizations with public-facing manyfold instances or those lacking strict network segmentation are particularly vulnerable. While no known exploits exist currently, the medium severity rating and ease of exploitation warrant prompt remediation to prevent potential future attacks.
Mitigation Recommendations
To mitigate this vulnerability, organizations should upgrade manyfold to version 0.133.1 or later, where the authorization bypass is fixed by enforcing Pundit policy_scope checks in the get_model method. If immediate upgrading is not feasible, administrators should restrict network access to the manyfold application, limiting exposure to trusted internal networks only. Implementing web application firewalls (WAFs) with rules to detect and block suspicious requests targeting model retrieval endpoints can provide temporary protection. Additionally, auditing access logs for unusual or unauthorized model access attempts can help identify exploitation attempts. Developers maintaining forks or custom versions of manyfold should review their authorization logic to ensure consistent use of policy_scope across all model access points. Finally, organizations should incorporate regular security testing and code reviews focused on authorization controls to prevent similar issues.
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-02-25T15:28:40.650Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 69a0cf8b32ffcdb8a25ff602
Added to database: 2/26/2026, 10:56:11 PM
Last enriched: 2/26/2026, 11:13:22 PM
Last updated: 4/12/2026, 9:54:28 PM
Views: 73
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Actions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.
Latest Threats
Check if your credentials are on the dark web
Instant breach scanning across billions of leaked records. Free tier available.