Description
A vulnerability was determined in hcr707305003 shiroiAdmin 1.1/1.3. Affected is the function FileController::upload of the file app/common/controller/FileController.php. Executing a manipulation of the argument File can lead to unrestricted upload. The attack may be launched remotely. The exploit has been publicly disclosed and may be utilized. Upgrading to version 1.4 is able to address this issue. This patch is called 3ecde28ea8a20a3840dbfefd6d6863ee79a83e70. It is suggested to upgrade the affected component. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-07-12
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In shiroiAdmin versions 1.1 and 1.3, the FileController::upload method accepts a resource named File that is not validated for type or location. This flaw allows a remote actor to upload arbitrary files to the server via the upload endpoint. The vulnerability is related to CWE-434 for unrestricted upload and CWE-284 for insufficient access control. By placing a script, executable, or other malicious content, the actor could gain further foothold or trigger unauthorized code execution if the uploaded content is later served or accessed. The impact is therefore a potential full compromise of the application or underlying system if the uploaded files are executable.

Affected Systems

The product hcr707305003 shiroiAdmin is affected. The specific vulnerable releases are 1.1 and 1.3. A vendor‑supplied patch is available in release 1.4 (commit 3ecde28ea8a20a3840dbfefd6d6863ee79a83e70), which removes the validation flaw. Any deployment still running 1.1 or 1.3 should be upgraded to 1.4 or later immediately. No other versions are known to be affected.

Risk and Exploitability

The CVSS score of 6.9 labels this vulnerability as moderate severity. An EPSS score of less than 1% indicates a very low likelihood of widespread exploitation at present. The vulnerability is not currently listed in CISA’s KEV catalog. The attack can be performed remotely by sending a crafted request to the file upload endpoint. While the CVSS score is moderate, the unrestricted nature of the upload provides a clear path for attackers to inject and potentially execute malicious files, which could result in a complete compromise of the target system if the application or webserver allows execution of files in the upload directory.

Generated by OpenCVE AI on August 1, 2026 at 11:15 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade hcr707305003 shiroiAdmin to version 1.4 or later to use the vendor-provided fix
  • Restrict the upload endpoint to allow only explicitly whitelisted file types and enforce MIME type validation to mitigate the underlying CWE-434 flaw
  • Ensure the directory that stores uploaded files is non‑executable or configure the web server to deny execution of files in that directory, and monitor for unexpected files

Generated by OpenCVE AI on August 1, 2026 at 11:15 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 13 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Sun, 12 Jul 2026 09:15:00 +0000

Type Values Removed Values Added
Description A vulnerability was determined in hcr707305003 shiroiAdmin 1.1/1.3. Affected is the function FileController::upload of the file app/common/controller/FileController.php. Executing a manipulation of the argument File can lead to unrestricted upload. The attack may be launched remotely. The exploit has been publicly disclosed and may be utilized. Upgrading to version 1.4 is able to address this issue. This patch is called 3ecde28ea8a20a3840dbfefd6d6863ee79a83e70. It is suggested to upgrade the affected component. The vendor was contacted early about this disclosure but did not respond in any way.
Title hcr707305003 shiroiAdmin FileController.php upload unrestricted upload
First Time appeared Hcr707305003
Hcr707305003 shiroiadmin
Weaknesses CWE-284
CWE-434
CPEs cpe:2.3:a:hcr707305003:shiroiadmin:*:*:*:*:*:*:*:*
Vendors & Products Hcr707305003
Hcr707305003 shiroiadmin
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


Subscriptions

Hcr707305003 Shiroiadmin
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-13T15:44:29.737Z

Reserved: 2026-07-11T10:18:41.821Z

Link: CVE-2026-15488

cve-icon Vulnrichment

Updated: 2026-07-13T15:44:15.410Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T11:30:05Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-434

    Unrestricted Upload of File with Dangerous Type