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.
Security readout for executives and security teams
Plain-English summary
CVE-2026-15488 affects shiroiAdmin versions 1.1 and 1.3. A remote attacker may abuse the file upload function to upload unrestricted files. Public exploit information reportedly exists, but CISA KEV is not listed in the provided data. Organizations using shiroiAdmin should prioritize upgrading to version 1.4 and verify exposed deployments.
Executive priority
Prioritize this as a near-term remediation item for any exposed shiroiAdmin deployment. The issue is remotely reachable, unauthenticated per CVSS, and has public exploit disclosure. Upgrade confirmed instances quickly, especially internet-facing systems, while validating for suspicious uploaded content.
Technical view
The issue is in FileController::upload in app/common/controller/FileController.php. Manipulation of the File argument can lead to unrestricted file upload, mapped to CWE-434 and CWE-284. VulDB rates it high with CVSS 2.0 score 7.5, network exploitable, low complexity, and no authentication required. The cited fix is commit 3ecde28ea8a20a3840dbfefd6d6863ee79a83e70 in version 1.4.
Likely exposure
Exposure is likely where shiroiAdmin 1.1 or 1.3 is reachable over a network, especially internet-facing admin panels. The source bundle says the attack may be launched remotely without authentication. Asset owners should confirm whether shiroiAdmin is deployed and whether upload functionality is accessible.
Exploitation context
The VulDB description states that an exploit has been publicly disclosed and may be utilized. The provided bundle does not show CISA KEV inclusion or confirmed active exploitation in the wild. Treat public proof-of-concept availability as increasing urgency, but do not assume compromise without validation evidence.
Researcher notes
There is a source inconsistency: the narrative names versions 1.1 and 1.3 as affected and says 1.4 fixes it, while the structured affected list includes 1.4. Use the advisory narrative and patch reference for remediation direction, and verify against the GitHub release and commit.
Mitigation direction
Upgrade shiroiAdmin affected deployments to version 1.4 per the cited advisory.
Review the referenced commit 3ecde28ea8a20a3840dbfefd6d6863ee79a83e70 before deployment.
Restrict network access to shiroiAdmin administrative interfaces where feasible.
Check vendor or project guidance for any additional hardening instructions.
Back up and test the application before production upgrade.
Validation and detection
Inventory systems for hcr707305003 shiroiAdmin installations.
Identify deployed versions and prioritize 1.1 and 1.3.
Confirm whether FileController.php upload functionality is reachable remotely.
Verify version 1.4 or the cited patch commit is present after remediation.
Review upload directories and logs for unexpected files or access patterns.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-284: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
CWE-434: File access and web shell behavior lookup
File traversal and upload weaknesses can lead teams to review file, web shell, execution, and collection telemetry. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
4CVSS vectors
6Timeline events
0ADP providers
8Source links
CVSS vector scores
4 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-284 · source CWE mapping
Improper Access Control
Improper Access Control represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Unrestricted Upload of File with Dangerous Type represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.