CVE-2026-8736 Details
Description
A security flaw has been discovered in Oinone Pamirs up to 7.2.0. This vulnerability affects the function request.getParameter of the file LocalFileClient.java of the component RestController. Performing a manipulation of the argument uniqueFileName results in path traversal. The attack may be carried out on the physical device. The exploit has been released to the public and may be used for attacks. The vendor was contacted early about this disclosure but did not respond in any way.
A path traversal vulnerability has been identified in Oinone Pamirs versions through 7.2.0. The issue resides in the RestController component, specifically within the LocalFileClient.java file. The vulnerability arises because the request.getParameter function does not properly sanitize the uniqueFileName parameter, allowing attackers to manipulate the file path and escape the designated upload directory. This exploitation can lead to unauthorized file uploads, with potential for remote code execution.
Update the Spring configuration to enforce permission checks on the '/file/**' path, preventing access by unauthenticated users. Implement validation to normalize and verify file paths before writing them. Additionally, avoid running the Java process as the root user and restrict the web service's write permissions to safe directories.
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 May 17, 2026CISA-ADP
Assessed May 18, 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/SourByte05/SourByte-Lab/issues/14 | [email protected] | ExploitIssue TrackingRemedy |
| https://vuldb.com/submit/809889 | [email protected] | Permission Required |
| https://vuldb.com/vuln/364324 | [email protected] | AdvisoryPermission Required |
| https://vuldb.com/vuln/364324/cti | [email protected] | Permission Required |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-22 | Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| Oinone Pamirs | All versions |
CPE
Remediation
| |
Change History
3 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| May 17, 2026 | New CVE Received | [email protected] |
Volerion