GHSA-9XFW-JJQ2-7V8H
Vulnerability from github – Published: 2024-02-05 20:19 – Updated: 2025-01-20 16:52
VLAI?
Summary
1Panel set-cookie is missing the Secure keyword
Details
Summary
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 when accessing http accidentally.
https://developer.mozilla.org/zh-CN/docs/Web/HTTP/Headers/Set-Cookie#secure
PoC
Directly configure https for the panel, and then capture the packet when logging in again and find that the cookie does not have the Secure keyword
Impact
Everyone who has configured the panel https
Severity ?
{
"affected": [
{
"database_specific": {
"last_known_affected_version_range": "\u003c= 1.9.5"
},
"package": {
"ecosystem": "Go",
"name": "github.com/1Panel-dev/1Panel"
},
"ranges": [
{
"events": [
{
"introduced": "0"
},
{
"fixed": "1.9.6"
}
],
"type": "ECOSYSTEM"
}
]
}
],
"aliases": [
"CVE-2024-24768"
],
"database_specific": {
"cwe_ids": [
"CWE-311",
"CWE-315"
],
"github_reviewed": true,
"github_reviewed_at": "2024-02-05T20:19:30Z",
"nvd_published_at": "2024-02-05T15:15:09Z",
"severity": "LOW"
},
"details": "### Summary\nThe https cookie that comes with the panel does not have the Secure keyword, which may cause the cookie to be sent in plain text when accessing http accidentally.\n\nhttps://developer.mozilla.org/zh-CN/docs/Web/HTTP/Headers/Set-Cookie#secure\n\n### PoC\nDirectly configure https for the panel, and then capture the packet when logging in again and find that the cookie does not have the Secure keyword\n\n### Impact\nEveryone who has configured the panel https\n",
"id": "GHSA-9xfw-jjq2-7v8h",
"modified": "2025-01-20T16:52:56Z",
"published": "2024-02-05T20:19:30Z",
"references": [
{
"type": "WEB",
"url": "https://github.com/1Panel-dev/1Panel/security/advisories/GHSA-9xfw-jjq2-7v8h"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2024-24768"
},
{
"type": "WEB",
"url": "https://github.com/1Panel-dev/1Panel/pull/3817"
},
{
"type": "WEB",
"url": "https://github.com/1Panel-dev/1Panel/commit/1169648162c4b9b48e0b4aa508f9dea4d6bc50d5"
},
{
"type": "PACKAGE",
"url": "https://github.com/1Panel-dev/1Panel"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:N/A:N",
"type": "CVSS_V3"
}
],
"summary": "1Panel set-cookie is missing the Secure keyword"
}
Loading…
Loading…
Sightings
| Author | Source | Type | Date |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
Loading…
Loading…