CVE-2026-36762 Details
Description
An issue in the fileEntityId parameter in the /a/file/upload endpoint of JeeSite v5.15.1 allows authenticated attackers with file upload permissions to execute a path traversal and write arbitrary files with whitelisted suffixes to arbitrary filesystem locations.
A path traversal vulnerability has been identified in JeeSite version 5.15.1 and earlier. The issue arises in the fileEntityId parameter of the /a/file/upload endpoint, where authenticated attackers with file upload permissions can exploit the vulnerability to write arbitrary files with whitelisted suffixes to any location on the filesystem. This vulnerability could lead to remote code execution if, for example, a malicious JAR file is uploaded to a directory where it can be executed.
Sanitize the fileEntityId parameter in the FileUploadController to prevent path traversal. This can be done by validating the parameter to ensure it does not contain illegal characters or sequences before it is processed.
Metrics
CVSS 4.0 Severity and Vector Strings:
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
Volerion
Assessed Apr 30, 2026CISA-ADP
Assessed May 4, 2026References 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://github.com/thinkgem/jeesite/issues/529 | CISA-ADP | ExploitIssue TrackingTechnical AnalysisVendor |
| https://github.com/thinkgem/jeesite | [email protected] | ProductSource CodeVendor |
| https://github.com/thinkgem/jeesite/issues/529 | [email protected] | ExploitIssue TrackingTechnical AnalysisVendor |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | CISA-ADP |
Affected Products
| Product | Versions |
|---|---|
| thinkgem JeeSite | <= 5.15.1 (semver) |
CPE
Remediation
| |
Change History
4 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 4, 2026 | CVE Modified | CISA-ADP |
| Apr 30, 2026 | New CVE Received | [email protected] |
Volerion