CVE-2026-4542 Details
Description
A vulnerability has been found in SSCMS 4.7.0. The affected element is an unknown function of the file LayerImageController.Submit.cs of the component layerImage Endpoint. Such manipulation of the argument filePaths leads to path traversal. The attack may be performed from remote. The exploit has been disclosed to the public and may be used.
A path traversal vulnerability has been identified in SSCMS version 4.7.0, specifically within the layerImage endpoint. The issue arises in the LayerImageController.Submit.cs file, where the function improperly handles user-supplied filePaths. This lack of proper validation allows for traversal sequences to be exploited, enabling access to files outside the designated upload directory. The vulnerability can be exploited remotely, and there is a public proof-of-concept available.
To address this vulnerability, implement the following measures: 1) Normalize paths to absolute canonical forms and enforce strict directory whitelists, 2) Replace user-supplied paths with server-generated file IDs or tokens, 3) Limit deletion operations to temporary files created by the server, 4) Validate file extensions, MIME types, and file signatures, and 5) Introduce security audit logs and regression tests for path traversal.
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 Mar 22, 2026CISA-ADP
Assessed Mar 23, 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.
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 |
|---|---|
| SSCMS | 4.7.0 (semver) |
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 |
| Apr 29, 2026 | Data Remediation | [email protected] |
| Apr 18, 2026 | CVE Modified | [email protected] |
| Mar 22, 2026 | New CVE Received | [email protected] |
Volerion