CVE-2026-19927
Received Received - Intake

Server-Side Request Forgery in OpenBoxes Product Upload

Vulnerability report for CVE-2026-19927, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-16

Last updated on: 2026-08-16

Assigner: VulDB

Description

A vulnerability was found in OpenBoxes up to 0.9.7. The impacted element is the function Upload of the file grails-app/controllers/org/pih/warehouse/product/ProductController.groovy of the component Product Upload Endpoint. Performing a manipulation of the argument params.url results in server-side request forgery. The attack is possible to be carried out remotely. The exploit has been made public and could be used. Upgrading to version 0.9.8-hotfix1 and 0.9.8 is sufficient to resolve this issue. The patch is named a599007325efe780a21b3537ecce3ca25635c926. It is suggested to upgrade the affected component.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-16
Last Modified
2026-08-16
Generated
2026-08-16
AI Q&A
2026-08-16
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 3 associated CPEs
Vendor Product Version / Range
openboxes openboxes to 0.9.8 (exc)
openboxes openboxes 0.9.8-hotfix1
openboxes openboxes 0.9.8

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-918 The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-19927 is a Server-Side Request Forgery (SSRF) vulnerability in OpenBoxes up to version 0.9.7. It exists in the ProductController.groovy file where the upload function processes a user-controlled URL parameter without validation. This allows attackers to make the server fetch arbitrary URLs, potentially accessing internal services or cloud metadata.

Detection Guidance

To detect this SSRF vulnerability in OpenBoxes, inspect the ProductController.groovy file for the upload method around line 449. Look for unvalidated use of params.url in new URL(params.url).openStream(). Check for any direct server-side requests to internal or external URLs. Review logs for unusual outbound HTTP requests from the server.

Impact Analysis

An attacker could exploit this to make the server access internal networks, retrieve sensitive data like cloud credentials, or probe internal services. Since it requires authentication but no special privileges, any authenticated user could trigger it. The server might store fetched content, exposing it via the UI.

Compliance Impact

This SSRF vulnerability could lead to unauthorized access to sensitive data, violating GDPR's data protection principles and HIPAA's security rules for protected health information. Unauthorized data exposure or access may result in compliance breaches, legal penalties, and reputational damage.

Mitigation Strategies

Immediately upgrade OpenBoxes to version 0.9.8 or 0.9.8-hotfix1. Remove or disable the vulnerable ProductController.upload method. Ensure all file uploads and URL processing include strict validation, such as allowlisting file extensions and MIME types. Validate URLs to prevent path traversal or external redirection.

Chat Assistant

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

EPSS Chart