Lucene search
+L

103 matches found

CVE
CVE
added 2024/03/10 1:31 a.m.163 views

CVE-2024-2352

1Panel up to 1.10.1-lts is affected by CVE-2024-2352 via command injection in the function baseApi.UpdateDeviceSwap (file /api/v1/toolbox/device/update/swap). The issue arises from untrusted input in the Path argument (example: 123123123\nopen -a Calculator), which can be exploited remotely. Publ...

9.8CVSS6.8AI score0.03044EPSS
SaveExploits1References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/03/10 1:31 a.m.20 views

CVE-2024-2352 1Panel swap baseApi.UpdateDeviceSwap command injection

A vulnerability, which was classified as critical, has been found in 1Panel up to 1.10.1-lts. Affected by this issue is the function baseApi.UpdateDeviceSwap of the file /api/v1/toolbox/device/update/swap. The manipulation of the argument Path with the input 123123123\nopen -a Calculator leads to...

6.5CVSS7.3AI score0.03044EPSS
SaveExploits1References5
GitLab Advisory Database
GitLab Advisory Database
added 2024/03/10 12:00 a.m.45 views

1Panel is vulnerable to command injection

1Panel is vulnerable to command injection. This vulnerability has been classified as critical, has been found in 1Panel up to 1.10.1-lts. Affected by this issue is the function baseApi.UpdateDeviceSwap of the file /api/v1/toolbox/device/update/swap. The manipulation of the argument Path with the...

9.8CVSS7.7AI score0.03044EPSS
SaveExploits1References8Affected Software1
OSV
OSV
added 2024/03/06 6:23 p.m.14 views

CVE-2024-27288 1Panel open source panel project has an unauthorized vulnerability.

1Panel is an open source Linux server operation and maintenance management panel. Prior to version 1.10.1-lts, users can use Burp to obtain unauthorized access to the console page. The vulnerability has been fixed in v1.10.1-lts. There are no known workarounds...

6.3CVSS6.3AI score
SaveExploits0References4
CVE
CVE
added 2024/03/06 6:23 p.m.149 views

CVE-2024-27288

1Panel open source Linux server panel vulnerable before version 1.10.1-lts . If a user intercepts a request with Burp to the secure entry point, they can obtain unauthorized access to the console page (no data returned or modifications in some reports). The issue is fixed in v1.10.1-lts; affected...

6.3CVSS6.1AI score0.00471EPSS
SaveExploits1References2Affected Software1
Vulnrichment
Vulnrichment
added 2024/03/06 6:23 p.m.28 views

CVE-2024-27288 1Panel open source panel project has an unauthorized vulnerability.

1Panel is an open source Linux server operation and maintenance management panel. Prior to version 1.10.1-lts, users can use Burp to obtain unauthorized access to the console page. The vulnerability has been fixed in v1.10.1-lts. There are no known workarounds...

6.3CVSS6.6AI score0.00471EPSS
SaveExploits1References2
Github Security Blog
Github Security Blog
added 2024/03/06 3:29 p.m.37 views

1Panel open source panel project has an unauthorized vulnerability.

Impact The steps are as follows: 1. Access https://IP:PORT/ in the browser, which prompts the user to access with a secure entry point. 2. Use Burp to intercept: When opening the browser and entering the URL allowing the first intercepted packet through Burp, the following is displayed: It is fou...

6.3CVSS5AI score0.00471EPSS
SaveExploits1References5Affected Software1
Vulnrichment
Vulnrichment
added 2024/02/05 3:07 p.m.1 views

CVE-2024-24768 1Panel set-cookie is missing the Secure keyword

1Panel is an open source Linux server operation and maintenance management panel. The HTTPS cookie that comes with the panel does not have the Secure keyword, which may cause the cookie to be sent in plain text if accessed using HTTP. This issue has been patched in version 1.9.6...

6.5CVSS7AI score0.00304EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/02/05 3:07 p.m.37 views

CVE-2024-24768 1Panel set-cookie is missing the Secure keyword

1Panel is an open source Linux server operation and maintenance management panel. The HTTPS cookie that comes with the panel does not have the Secure keyword, which may cause the cookie to be sent in plain text if accessed using HTTP. This issue has been patched in version 1.9.6...

6.5CVSS7.6AI score0.00304EPSS
SaveExploits0References3
CVE
CVE
added 2024/02/05 3:07 p.m.164 views

CVE-2024-24768

What is affected : 1Panel, a Linux server operation and maintenance management panel. Vulnerability : The HTTPS session cookie used by 1Panel does not have the Secure attribute, which may allow the cookie to be exposed over non-HTTPS connections. Root cause / details in sources : Cookie missing S...

7.5CVSS7.3AI score0.00304EPSS
SaveExploits0References3Affected Software1
CNNVD
CNNVD
added 2024/02/05 12:00 a.m.16 views

1Panel Security Vulnerability

1Panel is an open source Linux server operations and management panel for the Chinese 1panel community. A security vulnerability exists in 1Panel that stems from a vulnerability that causes a cookie to be sent in plain text once accessed using HTTP...

7.5CVSS6.8AI score0.00304EPSS
SaveExploits0References4
Veracode
Veracode
added 2023/08/14 3:55 p.m.24 views

Information Disclosure

github.com/1panel-dev/1panel is vulnerable to Information Disclosure. The vulnerability exists due to lack of access restrictions which allows an attacker to perform arbitrary file download and expose sensitive information...

6.5CVSS6.8AI score0.00441EPSS
SaveExploits1References4Affected Software1
Veracode
Veracode
added 2023/08/14 3:31 p.m.23 views

Arbitrary File Write

github.com/1panel-dev/1panel is vulnerable to Arbitrary File Write. The vulnerability exists in SaveContent function at file.go due to lack of parameter filtering which allows an attacker to perform arbitrary file writes in the system...

9.8CVSS6.9AI score0.00834EPSS
SaveExploits1References3Affected Software1
Veracode
Veracode
added 2023/08/14 2:41 p.m.25 views

Arbitrary File Reads

github.com/1panel-dev/1panel is vulnerable to Arbitrary File Reads. The vulnerability exists in LoadFromFile at file.go due to not restricting the request parameters which allows an attacker to directly read arbitrary files on the system...

7.5CVSS6.8AI score0.00972EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2023/08/10 8:09 p.m.71 views

GHSA-HF7J-XJ3W-87G4 1Panel arbitrary file write vulnerability

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...

7.5CVSS8.6AI score0.00834EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2023/08/10 8:09 p.m.46 views

1Panel arbitrary file write vulnerability

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...

9.8CVSS6.9AI score0.00834EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2023/08/10 8:09 p.m.44 views

1Panel Arbitrary File Download vulnerability

Summary Any file downloading vulnerability exists in 1Panel backend. Details Authenticated attackers can download arbitrary files through the API interface. This code has unauthorized access. PoC payload: POST /api/v1/files/download/bypath HTTP/1.1 Host: ip Content-Type: application/json...

6.5CVSS6.9AI score0.00441EPSS
SaveExploits1References4Affected Software1
Vulnrichment
Vulnrichment
added 2023/08/10 5:46 p.m.16 views

CVE-2023-39966 1Panel arbitrary file write vulnerability exists in the background

1Panel is an open source Linux server operation and maintenance management panel. In version 1.4.3, an arbitrary file write vulnerability could lead to direct control of the server. In the api/v1/file.go file, there is a function called SaveContentthat,It recieves JSON data sent by users in the...

7.5CVSS6.9AI score0.00834EPSS
SaveExploits1References2
CVE
CVE
added 2023/08/10 5:46 p.m.2532 views

CVE-2023-39966

1Panel CVE-2023-39966 affects v1.4.3; the api/v1/file.go SaveContentthat function accepts user POST JSON without proper parameter filtering, enabling arbitrary file writes and potential full server control. 1.5.0 patches this issue. Related advisories cite an arbitrary file write vulnerability wi...

9.8CVSS8.6AI score0.00834EPSS
SaveExploits1References2Affected Software1
Cvelist
Cvelist
added 2023/08/10 5:46 p.m.65 views

CVE-2023-39966 1Panel arbitrary file write vulnerability exists in the background

1Panel is an open source Linux server operation and maintenance management panel. In version 1.4.3, an arbitrary file write vulnerability could lead to direct control of the server. In the api/v1/file.go file, there is a function called SaveContentthat,It recieves JSON data sent by users in the...

7.5CVSS9.7AI score0.00834EPSS
SaveExploits1References2
Rows per page
Query Builder