Skip to content

1Panel command injection vulnerability in Firewall ip functionality

High severity GitHub Reviewed Published Jul 18, 2023 in 1Panel-dev/1Panel • Updated Nov 7, 2023

Package

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

Affected versions

<= 1.4.2

Patched versions

1.4.3

Description

Summary

An OS command injection vulnerability exists in 1Panel firewall functionality. A specially-crafted HTTP request can lead to arbitrary command execution. An attacker can make an authenticated HTTP request to trigger this vulnerability.

Details

1Panel firewall functionality /hosts/firewall/ip endpoint read user input without validation, the attacker extends the default functionality of the application, which execute system commands.

PoC

the payload ; sleep 3 # will lead server response in 3 seconds
image

the payload ; sleep 6 # will lead server response in 6 seconds
image

Impact

An attacker can execute arbitrary code on the target system, which can lead to a complete compromise of the system.

Patches

The vulnerability has been fixed in v1.4.3.

Workarounds

It is recommended to upgrade the version to v1.4.3.

References

If you have any questions or comments about this advisory:

Open an issue in https://github.com/1Panel-dev/1Panel
Email us at wanghe@fit2cloud.com

References

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

Severity

High
8.8
/ 10

CVSS base metrics

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

Weaknesses

CVE ID

CVE-2023-37477

GHSA ID

GHSA-p9xf-74xh-mhw5

Source code

Credits

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