CVE-2022-25347
29.03.2022, 17:15
Delta Electronics DIAEnergie (All versions prior to 1.8.02.004) is vulnerable to path traversal attacks, which may allow an attacker to write arbitrary files to locations on the file system.
Vendor | Product | Version |
---|---|---|
deltaww | diaenergie | 𝑥 < 1.8.02.004 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-37 - Path Traversal: '/absolute/pathname/here'A software system that accepts input in the form of a slash absolute path ('/absolute/pathname/here') without appropriate validation can allow an attacker to traverse the file system to unintended locations or access arbitrary files.
- CWE-22 - Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')The software 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 software 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.