Security Advisory

CVE-2023-39964

CVE vulnerability detail — eXtreme Datacenter Security Operations

Published 2023-08-10 17:39:11
Last updated 2024-10-04 18:57:45
Assigner GitHub_M
State PUBLISHED

Description

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.