Skip to content

Commit b5de815

Browse files
1 parent cac7025 commit b5de815

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-4hr2-xf7w-jf76",
4+
"modified": "2025-12-04T16:57:17Z",
5+
"published": "2025-12-04T16:57:17Z",
6+
"aliases": [
7+
"CVE-2025-11222"
8+
],
9+
"summary": "Central Dogma's Login Function Has an Open Redirect Vulnerability",
10+
"details": "### Impact\nSuccessful exploitation of this vulnerability could allow an attacker to craft a malicious link that, when clicked by a victim, redirects them to a phishing website designed to mimic the legitimate Central Dogma login page. This could result in the compromise of user accounts and unauthorized access to the Central Dogma instance.\n\n### Patches\nThis vulnerability is addressed and resolved in Central Dogma version 0.78.0. The server operators who run Central Dogma server with Shiro authentication are strongly encouraged to upgrade to this version or later to mitigate the risk associated with the open redirect vulnerability.\n\n### Workarounds\nImplement `AuthProvider` to overrides `webLoginService()`.\n\n### References\n- https://cwe.mitre.org/data/definitions/601.html",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "com.linecorp.centraldogma:centraldogma-server-auth-shiro"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "0.78.0"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/line/centraldogma/security/advisories/GHSA-4hr2-xf7w-jf76"
42+
},
43+
{
44+
"type": "ADVISORY",
45+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-11222"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/line/centraldogma/pull/1207"
50+
},
51+
{
52+
"type": "WEB",
53+
"url": "https://github.com/line/centraldogma/commit/95e7bbd77266493e4ec70b670bd91fa3e3289de0"
54+
},
55+
{
56+
"type": "PACKAGE",
57+
"url": "https://github.com/line/centraldogma"
58+
}
59+
],
60+
"database_specific": {
61+
"cwe_ids": [
62+
"CWE-601"
63+
],
64+
"severity": "MODERATE",
65+
"github_reviewed": true,
66+
"github_reviewed_at": "2025-12-04T16:57:17Z",
67+
"nvd_published_at": "2025-12-04T13:15:46Z"
68+
}
69+
}

0 commit comments

Comments
 (0)