Improper resource allocation In jetty9
Description
Eclipse Jetty's PushSessionCacheFilter can cause remote DoS attacks
Impact
Jetty PushSessionCacheFilter can be exploited by unauthenticated users to launch remote DoS attacks by exhausting the server’s memory.
Patches
Workarounds
The session usage is intrinsic to the design of the PushCacheFilter. The issue can be avoided by:
not using the PushCacheFilter. Push has been deprecated by the various IETF specs and early hints responses should be used instead.
reducing the reducing the idle timeout on unauthenticated sessions will reduce the time such session stay in memory.
configuring a session cache to use session passivation, so that sessions are not stored in memory, but rather in a database or file system that may have significantly more capacity than memory.
References
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Package | Affected version | Patched versions |
|---|---|---|---|
debian 12 | 9.4.57-0+deb12u1 | ||
debian 13 | 9.4.54-1 | ||
debian 14 | 9.4.54-1 | ||
debian 11 | 9.4.57-0+deb11u1 | ||
maven | 10.0.18, 11.0.18, 12.0.4 |
Aliases
References