Description
A security vulnerability has been detected in OpenBoxes up to 0.9.1. This issue affects the function DocumentController of the file grails-app/controllers/org/pih/warehouse/core/DocumentController.groovy of the component Document Upload Controller. The manipulation leads to unrestricted upload. It is possible to initiate the attack remotely. The exploit has been disclosed publicly and may be used. Upgrading to version 0.9.2 is capable of addressing this issue. The identifier of the patch is e945d6bfcec29642f514e7d298dfba2cc6cd7cd4. Upgrading the affected component is recommended.
Published: 2026-08-18
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability resides in the DocumentController of OpenBoxes up to version 0.9.1, allowing any remote attacker to upload arbitrary files because the controller lacks proper validation or access controls. This flaw, classified as CWE‑284 and CWE‑434, can enable the attacker to place malicious files such as web shells or data exfiltration tools on the server, potentially leading to remote code execution, data tampering, or denial of service.

Affected Systems

OpenBoxes; the flaw affects all installations of OpenBoxes 0.9.1 and earlier. The update that mitigates the problem is version 0.9.2, which includes commit e945d6bfcec29642f514e7d298dfba2cc6cd7cd4. No other vendors or product lines are currently listed as affected.

Risk and Exploitability

The CVSS score of 5.3 indicates a medium severity. The EPSS score is not available, and the vulnerability is not listed in the CISA KEV catalog, implying no known active exploitation as of the last data release. The flaw is exploitable remotely; an attacker simply needs to send a crafted upload request to the DocumentController endpoint, which will accept and store the file without restriction. Because the upload functionality is publicly reachable, the attack path is straightforward and does not require privileged credentials, increasing the potential risk for exposed systems.

Generated by OpenCVE AI on August 18, 2026 at 11:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade OpenBoxes to version 0.9.2, which includes the fix for the unrestricted upload vulnerability.
  • Ensure the update includes commit hash e945d6bfcec29642f514e7d298dfba2cc6cd7cd4.
  • If an immediate upgrade is not possible, restrict the upload endpoint to authenticated users only and limit accepted MIME types to safe file types to mitigate exploitation risk.

Generated by OpenCVE AI on August 18, 2026 at 11:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 18 Aug 2026 10:45:00 +0000

Type Values Removed Values Added
Description A security vulnerability has been detected in OpenBoxes up to 0.9.1. This issue affects the function DocumentController of the file grails-app/controllers/org/pih/warehouse/core/DocumentController.groovy of the component Document Upload Controller. The manipulation leads to unrestricted upload. It is possible to initiate the attack remotely. The exploit has been disclosed publicly and may be used. Upgrading to version 0.9.2 is capable of addressing this issue. The identifier of the patch is e945d6bfcec29642f514e7d298dfba2cc6cd7cd4. Upgrading the affected component is recommended.
Title OpenBoxes Document Upload Controller DocumentController.groovy DocumentController unrestricted upload
First Time appeared Openboxes
Openboxes openboxes
Weaknesses CWE-284
CWE-434
CPEs cpe:2.3:a:openboxes:openboxes:*:*:*:*:*:*:*:*
Vendors & Products Openboxes
Openboxes openboxes
References
Metrics cvssV2_0

{'score': 6.5, 'vector': 'AV:N/AC:L/Au:S/C:P/I:P/A:P/E:POC/RL:OF/RC:C'}

cvssV3_0

{'score': 6.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C'}

cvssV3_1

{'score': 6.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L/E:P/RL:O/RC:C'}

cvssV4_0

{'score': 5.3, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Openboxes Openboxes
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-18T13:36:43.592Z

Reserved: 2026-08-16T05:47:46.363Z

Link: CVE-2024-14046

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-08-18T11:16:47.177

Modified: 2026-08-20T12:48:31.843

Link: CVE-2024-14046

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-18T11:30:13Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-434

    Unrestricted Upload of File with Dangerous Type