Skip to content

1Panel arbitrary file write vulnerability

High severity GitHub Reviewed Published Aug 10, 2023 in 1Panel-dev/1Panel • Updated Nov 12, 2023

Package

gomod github.com/1Panel-dev/1Panel (Go)

Affected versions

= 1.4.3

Patched versions

1.5.0

Description

Summary

An arbitrary file write vulnerability could lead to direct control of the server

Details

Arbitrary file creation

In the api/v1/file.go file, there is a function called SaveContentthat,It recieves JSON data sent by users in the form of a POST request. And the lack of parameter filtering allows for arbitrary file write operations.It looks like this:

  • Vulnerable Code

微信图片_20230801092544

PoC

  • We can write the SSH public key into the /etc/.root/authorized_keys configuration file on the server.

微信图片_20230801093243

  • The server was successfully written to the public key
    微信图片_20230801093610

  • Successfully connected to the target server using an SSH private key.
    微信图片_20230801093933
    微信图片_20230801094037

As a result, the server is directly controlled, causing serious harm

Impact

1Panel v1.4.3

References

@wanghe-fit2cloud wanghe-fit2cloud published to 1Panel-dev/1Panel Aug 10, 2023
Published by the National Vulnerability Database Aug 10, 2023
Published to the GitHub Advisory Database Aug 10, 2023
Reviewed Aug 10, 2023
Last updated Nov 12, 2023

Severity

High
7.5
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N

Weaknesses

CVE ID

CVE-2023-39966

GHSA ID

GHSA-hf7j-xj3w-87g4

Source code

Credits

Loading Checking history
See something to contribute? Suggest improvements for this vulnerability.