ghsa-r7m4-f9h5-gr79
Vulnerability from github
Published
2024-10-14 21:07
Modified
2024-11-08 22:17
Severity ?
Summary
Eclipse Jetty's PushSessionCacheFilter can cause remote DoS attacks
Details
Impact
Jetty PushSessionCacheFilter can be exploited by unauthenticated users to launch remote DoS attacks by exhausting the server’s memory.
Patches
- https://github.com/jetty/jetty.project/pull/9715
- https://github.com/jetty/jetty.project/pull/9716
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
- https://github.com/jetty/jetty.project/pull/10756
- https://github.com/jetty/jetty.project/pull/10755
{ "affected": [ { "database_specific": { "last_known_affected_version_range": "\u003c= 10.0.17" }, "package": { "ecosystem": "Maven", "name": "org.eclipse.jetty:jetty-servlets" }, "ranges": [ { "events": [ { "introduced": "10.0.0" }, { "fixed": "10.0.18" } ], "type": "ECOSYSTEM" } ] }, { "database_specific": { "last_known_affected_version_range": "\u003c= 11.0.17" }, "package": { "ecosystem": "Maven", "name": "org.eclipse.jetty:jetty-servlets" }, "ranges": [ { "events": [ { "introduced": "11.0.0" }, { "fixed": "11.0.18" } ], "type": "ECOSYSTEM" } ] }, { "database_specific": { "last_known_affected_version_range": "\u003c= 12.0.3" }, "package": { "ecosystem": "Maven", "name": "org.eclipse.jetty:jetty-servlets" }, "ranges": [ { "events": [ { "introduced": "12.0.0" }, { "fixed": "12.0.4" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2024-6762" ], "database_specific": { "cwe_ids": [ "CWE-400", "CWE-770" ], "github_reviewed": true, "github_reviewed_at": "2024-10-14T21:07:29Z", "nvd_published_at": "2024-10-14T16:15:03Z", "severity": "LOW" }, "details": "### Impact\n Jetty PushSessionCacheFilter can be exploited by unauthenticated users to launch remote DoS attacks by exhausting the server\u2019s memory.\n\n### Patches\n* https://github.com/jetty/jetty.project/pull/9715\n* https://github.com/jetty/jetty.project/pull/9716\n\n### Workarounds\nThe session usage is intrinsic to the design of the PushCacheFilter. The issue can be avoided by:\n + not using the PushCacheFilter. Push has been deprecated by the various IETF specs and early hints responses should be used instead.\n + reducing the reducing the idle timeout on unauthenticated sessions will reduce the time such session stay in memory.\n + configuring a session cache to use [session passivation](https://jetty.org/docs/jetty/12/programming-guide/server/session.html), so that sessions are not stored in memory, but rather in a database or file system that may have significantly more capacity than memory.\n\n### References\n* https://github.com/jetty/jetty.project/pull/10756\n* https://github.com/jetty/jetty.project/pull/10755\n", "id": "GHSA-r7m4-f9h5-gr79", "modified": "2024-11-08T22:17:54Z", "published": "2024-10-14T21:07:29Z", "references": [ { "type": "WEB", "url": "https://github.com/jetty/jetty.project/security/advisories/GHSA-r7m4-f9h5-gr79" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-6762" }, { "type": "WEB", "url": "https://github.com/jetty/jetty.project/pull/10755" }, { "type": "WEB", "url": "https://github.com/jetty/jetty.project/pull/10756" }, { "type": "WEB", "url": "https://github.com/jetty/jetty.project/pull/9715" }, { "type": "WEB", "url": "https://github.com/jetty/jetty.project/pull/9716" }, { "type": "PACKAGE", "url": "https://github.com/jetty/jetty.project" }, { "type": "WEB", "url": "https://gitlab.eclipse.org/security/cve-assignement/-/issues/24" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:L", "type": "CVSS_V3" }, { "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N", "type": "CVSS_V4" } ], "summary": "Eclipse Jetty\u0027s PushSessionCacheFilter can cause remote DoS attacks" }
Loading...
Loading...
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.