CVE-2024-9342
Description
In Eclipse GlassFish version 7.0.16 or earlier it is possible to perform Login Brute Force attacks as there is no limitation in the number of failed login attempts.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Eclipse GlassFish 7.0.16 and earlier lack login attempt rate limiting, enabling unauthenticated brute‑force password attacks.
Vulnerability
Description
CVE-2024-9342 is a missing rate‑limiting mechanism in Eclipse GlassFish versions 7.0.16 and earlier. The application does not restrict the number of failed login attempts, allowing an attacker to send an unlimited number of authentication requests without any throttling or account lockout [2][4].
Exploitation
The vulnerability is exploitable over the network without prior authentication. An attacker only needs to reach the GlassFish administrative or user login interface. Since no built‑in protection against repeated failed attempts exists, automated tools can submit passwords at high speed until the correct credential is found [1][3].
Impact
Successful brute‑force attacks give the attacker the same privileges as the compromised account. For administrative accounts, this means full control over the GlassFish server, including deployment of malicious applications, data access, and configuration changes. The lack of logging of attempted attacks (by default) further hinders detection.
Mitigation
Eclipse GlassFish 7.0.17 is expected to implement configurable rate‑limiting or account lockout. Users of affected versions should upgrade immediately. As a workaround, deploy a reverse proxy (e.g., Nginx or Apache httpd) with request throttling, or enable IP‑based access restrictions [1][2].
AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
org.glassfish.main.admingui:console-commonMaven | <= 7.0.25 | — |
Affected products
2- Eclipse Foundation/Eclipse Glassfishv5Range: 7.0.16
Patches
0No patches discovered yet.
Vulnerability mechanics
AI mechanics synthesis has not run for this CVE yet.
References
4News mentions
0No linked articles in our index yet.