CVE-2026-1549
Path Traversal in jshERP PluginController Allows Remote Exploit
Publication date: 2026-01-28
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| jishenghua | jsherp | to 3.6 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the jishenghua jshERP software up to version 3.6, specifically in the PluginController component's /jshERP-boot/plugin/uploadPluginConfigFile file. It involves manipulation of the 'configFile' argument, which leads to a path traversal vulnerability. This means an attacker can potentially access files and directories outside the intended scope by exploiting this flaw remotely.
How can this vulnerability impact me? :
The vulnerability allows an attacker to perform path traversal remotely, which can lead to unauthorized access to sensitive files on the server. This could compromise the confidentiality of data, as the attacker might read files that should be protected. However, the vulnerability does not impact integrity or availability according to the CVSS scores.