Skip to content

Commit b4e7ce4

Browse files
1 parent 111fcc8 commit b4e7ce4

2 files changed

Lines changed: 113 additions & 6 deletions

File tree

advisories/github-reviewed/2025/03/GHSA-3jxr-23ph-c89g/GHSA-3jxr-23ph-c89g.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-3jxr-23ph-c89g",
4-
"modified": "2025-06-03T17:32:56Z",
4+
"modified": "2026-02-13T20:52:09Z",
55
"published": "2025-03-04T18:33:43Z",
6-
"aliases": [
7-
"CVE-2025-23368"
8-
],
9-
"summary": "Wildfly Elytron integration susceptible to brute force attacks via CLI",
10-
"details": "A flaw was found in Wildfly Elytron integration. The component does not implement sufficient measures to prevent multiple failed authentication attempts within a short time frame, making it more susceptible to brute force attacks via CLI.",
6+
"withdrawn": "2026-02-13T20:52:09Z",
7+
"aliases": [],
8+
"summary": "Duplicate Advisory: Wildfly Elytron integration susceptible to brute force attacks via CLI",
9+
"details": "### Duplicate Advisory\nThis advisory has been withdrawn because it is a duplicate of GHSA-qhp6-6p8p-2rqh. This link is maintained to preserve external references.\n\n### Original Description\nA flaw was found in Wildfly Elytron integration. The component does not implement sufficient measures to prevent multiple failed authentication attempts within a short time frame, making it more susceptible to brute force attacks via CLI.",
1110
"severity": [
1211
{
1312
"type": "CVSS_V3",
Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-qhp6-6p8p-2rqh",
4+
"modified": "2026-02-13T20:52:26Z",
5+
"published": "2026-02-13T20:52:26Z",
6+
"aliases": [
7+
"CVE-2025-23368"
8+
],
9+
"summary": "Wildfly Elytron integration susceptible to brute force attacks via CLI",
10+
"details": "### Impact\n\nA flaw was found in Wildfly Elytron integration. The component does not implement sufficient measures to prevent multiple failed authentication attempts within a short time frame, making it more susceptible to brute force attacks via CLI.\n\n### Patches\n\nThe default behaviour has been changed in WildFly Core 31.0.3.Final, and 32.0.0.Beta3 - the first version is used by WildFly 39.0.1.Final and the second will be included in WildFly 40.\n\n### Workarounds\n\nNo direct workaround.\nMonitoring network traffic / blocking suspicious traffic may help.\n\n### References\n\nhttps://www.cve.org/CVERecord?id=CVE-2025-23368\nhttps://issues.redhat.com/browse/WFCORE-7192\n\n### Acknowledgements\n\nWe would like to thank Claudia Bartolini (TIM S.p.A), Marco Ventura (TIM S.p.A), and Massimiliano Brolli (TIM S.p.A) for reporting this issue.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V3",
14+
"score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.wildfly.core:wildfly-elytron-integration"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "32.0.0.Beta1"
29+
},
30+
{
31+
"fixed": "32.0.0.Beta3"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.wildfly.core:wildfly-elytron-integration"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "0"
48+
},
49+
{
50+
"fixed": "31.0.3.Final"
51+
}
52+
]
53+
}
54+
]
55+
}
56+
],
57+
"references": [
58+
{
59+
"type": "WEB",
60+
"url": "https://github.com/wildfly/wildfly-core/security/advisories/GHSA-qhp6-6p8p-2rqh"
61+
},
62+
{
63+
"type": "ADVISORY",
64+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2025-23368"
65+
},
66+
{
67+
"type": "WEB",
68+
"url": "https://github.com/wildfly/wildfly-core/pull/6634"
69+
},
70+
{
71+
"type": "WEB",
72+
"url": "https://github.com/wildfly/wildfly-core/pull/6635"
73+
},
74+
{
75+
"type": "WEB",
76+
"url": "https://github.com/wildfly/wildfly-core/commit/11e873031c522a0b36afb59880ce4dd59efd0bc0"
77+
},
78+
{
79+
"type": "WEB",
80+
"url": "https://github.com/wildfly/wildfly-core/commit/a6f9d7534aa44de741337756f8377ad3a81f7695"
81+
},
82+
{
83+
"type": "WEB",
84+
"url": "https://access.redhat.com/security/cve/CVE-2025-23368"
85+
},
86+
{
87+
"type": "WEB",
88+
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=2337621"
89+
},
90+
{
91+
"type": "PACKAGE",
92+
"url": "https://github.com/wildfly/wildfly-core"
93+
},
94+
{
95+
"type": "WEB",
96+
"url": "https://www.gruppotim.it/it/footer/red-team.html"
97+
}
98+
],
99+
"database_specific": {
100+
"cwe_ids": [
101+
"CWE-307"
102+
],
103+
"severity": "HIGH",
104+
"github_reviewed": true,
105+
"github_reviewed_at": "2026-02-13T20:52:26Z",
106+
"nvd_published_at": null
107+
}
108+
}

0 commit comments

Comments
 (0)