7 results (0.002 seconds)

CVSS: 7.5EPSS: 0%CPEs: 1EXPL: 0

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. 1Panel es un panel de gestión de operación y mantenimiento de servidores Linux de código abierto. La cookie HTTPS que viene con el panel no tiene la palabra clave Secure, lo que puede hacer que la cookie se envíe en texto plano si se accede mediante HTTP. Este problema se solucionó en la versión 1.9.6. • https://github.com/1Panel-dev/1Panel/commit/1169648162c4b9b48e0b4aa508f9dea4d6bc50d5 https://github.com/1Panel-dev/1Panel/pull/3817 https://github.com/1Panel-dev/1Panel/security/advisories/GHSA-9xfw-jjq2-7v8h • CWE-311: Missing Encryption of Sensitive Data CWE-315: Cleartext Storage of Sensitive Information in a Cookie •

CVSS: 9.8EPSS: 0%CPEs: 1EXPL: 1

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 form of a POST request. And the lack of parameter filtering allows for arbitrary file write operations. Version 1.5.0 contains a patch for this issue. 1Panel es un panel de gestión de operación y mantenimiento de servidores Linux de código abierto. • https://github.com/1Panel-dev/1Panel/releases/tag/v1.5.0 https://github.com/1Panel-dev/1Panel/security/advisories/GHSA-hf7j-xj3w-87g4 • CWE-862: Missing Authorization •

CVSS: 6.5EPSS: 0%CPEs: 1EXPL: 1

1Panel is an open source Linux server operation and maintenance management panel. In version 1.4.3, authenticated attackers can download arbitrary files through the API interface. This code has unauthorized access. Attackers can freely download the file content on the target system. This may cause a large amount of information leakage. • https://github.com/1Panel-dev/1Panel/releases/tag/v1.5.0 https://github.com/1Panel-dev/1Panel/security/advisories/GHSA-85cf-gj29-f555 • CWE-863: Incorrect Authorization •

CVSS: 7.5EPSS: 0%CPEs: 1EXPL: 1

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. • https://github.com/1Panel-dev/1Panel/releases/tag/v1.5.0 https://github.com/1Panel-dev/1Panel/security/advisories/GHSA-pv7q-v9mv-9mh5 • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') •

CVSS: 8.8EPSS: 2%CPEs: 1EXPL: 1

1Panel is an open source Linux server operation and maintenance management panel. 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. 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. An attacker can execute arbitrary code on the target system, which can lead to a complete compromise of the system. • https://github.com/1Panel-dev/1Panel/commit/e17b80cff4975ee343568ff526b62319f499005d https://github.com/1Panel-dev/1Panel/security/advisories/GHSA-p9xf-74xh-mhw5 • CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') •