Page 2 of 7 results (0.006 seconds)

CVSS: 6.5EPSS: 0%CPEs: 1EXPL: 1

1Panel is an open source Linux server operation and maintenance management panel. In version 1.4.3, authenticated attackers can download arbitrary files through the API interface. This code has unauthorized access. Attackers can freely download the file content on the target system. This may cause a large amount of information leakage. • https://github.com/1Panel-dev/1Panel/releases/tag/v1.5.0 https://github.com/1Panel-dev/1Panel/security/advisories/GHSA-85cf-gj29-f555 • CWE-863: Incorrect Authorization •

CVSS: 7.5EPSS: 0%CPEs: 1EXPL: 1

1Panel is an open source Linux server operation and maintenance management panel. In version 1.4.3, arbitrary file reads allow an attacker to read arbitrary important configuration files on the server. In the `api/v1/file.go` file, there is a function called `LoadFromFile`, which directly reads the file by obtaining the requested path `parameter[path]`. The request parameters are not filtered, resulting in a background arbitrary file reading vulnerability. Version 1.5.0 has a patch for this issue. • https://github.com/1Panel-dev/1Panel/releases/tag/v1.5.0 https://github.com/1Panel-dev/1Panel/security/advisories/GHSA-pv7q-v9mv-9mh5 • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') •