CVE-2023-39964 HIGH

CVE-2023-39964: 1Panel O&M management panel has a background arbitrary file reading vulnerability

Vendor 1Panel-Dev
Product 1Panel
Weakness CWE-22 · Path traversal
Published August 10, 2023
Last update October 4, 2024

CVSS base score

7.5/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

August 10, 2023 CVE published
October 4, 2024 Record updated