CVE-2025-60268 Details
Description
An arbitrary file upload vulnerability exists in JeeWMS 20250820, which is caused by the lack of file checking in the saveFiles function in /jeewms/cgUploadController.do. An attacker with normal privileges was able to upload a malicious file that would lead to remote code execution.
An arbitrary file upload vulnerability has been identified in JeeWMS version 20250820. This vulnerability arises from inadequate file validation in the 'saveFiles' function of the 'cgUploadController' endpoint. As a result, an authenticated user with normal privileges could upload a malicious file that enabled remote code execution on the server.
It is recommended to implement strict file type whitelisting, validate and sanitize file names, store uploaded files outside the web root, remove execute permissions from upload directories, verify content types by inspecting file magic bytes, scan uploads for malicious content, apply least-privilege principles to the web application user and database credentials, and add logging and alerting for upload attempts.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Oct 10, 2025References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://gitee.com/erzhongxmu/JEEWMS | [email protected] | Product |
| https://github.com/int-ux/report/issues/4 | [email protected] | ExploitIssue TrackingThird Party Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-77 | Improper Neutralization of Special Elements used in a Command ('Command Injection') | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| huayi-tec jeewms | 2025-08-20 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Oct 16, 2025 | Initial Analysis | [email protected] |
| Oct 10, 2025 | CVE Modified | CISA-ADP |
| Oct 10, 2025 | New CVE Received | [email protected] |