Skip to content

Commit ca33223

Browse files
1 parent 92f2236 commit ca33223

File tree

2 files changed

+60
-10
lines changed

2 files changed

+60
-10
lines changed

advisories/unreviewed/2025/12/GHSA-5xpq-2vmc-5cqp/GHSA-5xpq-2vmc-5cqp.json renamed to advisories/github-reviewed/2025/12/GHSA-5xpq-2vmc-5cqp/GHSA-5xpq-2vmc-5cqp.json

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-5xpq-2vmc-5cqp",
4-
"modified": "2025-12-10T21:31:32Z",
4+
"modified": "2025-12-10T21:56:32Z",
55
"published": "2025-12-10T21:31:32Z",
66
"aliases": [
77
"CVE-2025-34430"
88
],
9+
"summary": "1Panel contains a cross-site request forgery (CSRF) vulnerability in the panel name management functionality",
910
"details": "1Panel versions 1.10.33 through 2.0.15 contain a cross-site request forgery (CSRF) vulnerability in the panel name management functionality. The affected endpoint does not implement CSRF defenses such as anti-CSRF tokens or Origin/Referer validation. An attacker can craft a malicious webpage that submits a panel-name change request; if a victim visits the page while authenticated, the browser includes valid session cookies and the request succeeds. This allows a remote attacker to change the victim’s panel name to an arbitrary value without consent.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V4",
13-
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/1Panel-dev/1Panel"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "1.10.33"
29+
},
30+
{
31+
"last_affected": "2.0.15"
32+
}
33+
]
34+
}
35+
]
1436
}
1537
],
16-
"affected": [],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -23,6 +44,10 @@
2344
"type": "WEB",
2445
"url": "https://1panel.pro"
2546
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/1Panel-dev/1Panel"
50+
},
2651
{
2752
"type": "WEB",
2853
"url": "https://github.com/1Panel-dev/1Panel/releases"
@@ -37,8 +62,8 @@
3762
"CWE-352"
3863
],
3964
"severity": "MODERATE",
40-
"github_reviewed": false,
41-
"github_reviewed_at": null,
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-12-10T21:56:32Z",
4267
"nvd_published_at": "2025-12-10T19:16:13Z"
4368
}
4469
}

advisories/unreviewed/2025/12/GHSA-wrvc-x3wf-j5f5/GHSA-wrvc-x3wf-j5f5.json renamed to advisories/github-reviewed/2025/12/GHSA-wrvc-x3wf-j5f5/GHSA-wrvc-x3wf-j5f5.json

Lines changed: 30 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-wrvc-x3wf-j5f5",
4-
"modified": "2025-12-10T21:31:32Z",
4+
"modified": "2025-12-10T21:55:56Z",
55
"published": "2025-12-10T21:31:32Z",
66
"aliases": [
77
"CVE-2025-34429"
88
],
9+
"summary": "1Panel contains a cross-site request forgery (CSRF) vulnerability in the web port configuration functionality",
910
"details": "1Panel versions 1.10.33 - 2.0.15 contain a cross-site request forgery (CSRF) vulnerability in the web port configuration functionality. The port-change endpoint lacks CSRF defenses such as anti-CSRF tokens or Origin/Referer validation. An attacker can craft a malicious webpage that submits a port-change request; when a victim visits it while authenticated, the browser includes valid session cookies and the request succeeds. This allows an attacker to change the port on which the 1Panel web service listens, causing loss of access on the original port and resulting in service disruption or denial of service, and may unintentionally expose the service on an attacker-chosen port.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V4",
13-
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X"
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:N/VI:L/VA:H/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/1Panel-dev/1Panel"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "1.10.33"
29+
},
30+
{
31+
"last_affected": "2.0.15"
32+
}
33+
]
34+
}
35+
]
1436
}
1537
],
16-
"affected": [],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -23,6 +44,10 @@
2344
"type": "WEB",
2445
"url": "https://1panel.pro"
2546
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/1Panel-dev/1Panel"
50+
},
2651
{
2752
"type": "WEB",
2853
"url": "https://github.com/1Panel-dev/1Panel/releases"
@@ -37,8 +62,8 @@
3762
"CWE-352"
3863
],
3964
"severity": "HIGH",
40-
"github_reviewed": false,
41-
"github_reviewed_at": null,
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-12-10T21:55:56Z",
4267
"nvd_published_at": "2025-12-10T19:16:13Z"
4368
}
4469
}

0 commit comments

Comments
 (0)