Lucene search

K
githubGitHub Advisory DatabaseGHSA-HF7J-XJ3W-87G4
HistoryAug 10, 2023 - 8:09 p.m.

1Panel arbitrary file write vulnerability

2023-08-1020:09:47
CWE-862
GitHub Advisory Database
github.com
17
arbitrary file write
parameter filtering
direct control
savecontent function
server
1panel v1.4.3
ssh public key
vulnerability

CVSS3

9.8

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

EPSS

0.002

Percentile

61.0%

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

Affected configurations

Vulners
Node
1panel-dev1panelMatch1.4.3
VendorProductVersionCPE
1panel-dev1panel1.4.3cpe:2.3:a:1panel-dev:1panel:1.4.3:*:*:*:*:*:*:*

CVSS3

9.8

Attack Vector

NETWORK

Attack Complexity

LOW

Privileges Required

NONE

User Interaction

NONE

Scope

UNCHANGED

Confidentiality Impact

HIGH

Integrity Impact

HIGH

Availability Impact

HIGH

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

EPSS

0.002

Percentile

61.0%

Related for GHSA-HF7J-XJ3W-87G4