Skip to content

Commit fb0532f

Browse files
1 parent b2648b8 commit fb0532f

File tree

1 file changed

+69
-0
lines changed

1 file changed

+69
-0
lines changed
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-rpr2-4hqj-hc4q",
4+
"modified": "2025-12-10T21:52:36Z",
5+
"published": "2025-12-10T18:30:25Z",
6+
"aliases": [
7+
"CVE-2025-34410"
8+
],
9+
"summary": "1Panel contains a cross-site request forgery (CSRF) vulnerability in the Change Username functionality",
10+
"details": "1Panel versions 1.10.33 - 2.0.15 contain a cross-site request forgery (CSRF) vulnerability in the Change Username functionality available from the settings panel (/settings/panel). The endpoint does not implement CSRF protections such as anti-CSRF tokens or Origin/Referer validation. An attacker can craft a malicious webpage that submits a username-change request; when a victim visits the page while authenticated, the browser includes valid session cookies and the request succeeds. This allows an attacker to change the victim’s 1Panel username without consent. After the change, the victim is logged out and unable to log in with the previous username, resulting in account lockout and denial of service.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
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+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "ADVISORY",
41+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-34410"
42+
},
43+
{
44+
"type": "WEB",
45+
"url": "https://1panel.pro"
46+
},
47+
{
48+
"type": "PACKAGE",
49+
"url": "https://github.com/1Panel-dev/1Panel"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/1Panel-dev/1Panel/releases"
54+
},
55+
{
56+
"type": "WEB",
57+
"url": "https://www.vulncheck.com/advisories/1panel-csrf-in-change-username-functionality-allows-account-lockout"
58+
}
59+
],
60+
"database_specific": {
61+
"cwe_ids": [
62+
"CWE-352"
63+
],
64+
"severity": "HIGH",
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-12-10T20:02:18Z",
67+
"nvd_published_at": "2025-12-10T16:16:24Z"
68+
}
69+
}

0 commit comments

Comments
 (0)