Jetty is a java based web server and servlet engine. Nonstandard cookie parsing in Jetty may allow an attacker to smuggle cookies within other cookies, or otherwise perform unintended behavior by tampering with the cookie parsing mechanism. If Jetty sees a cookie VALUE that starts with `"` (double quote), it will continue to read the cookie string until it sees a closing quote -- even if a semicolon is encountered. So, a cookie header such as: `DISPLAY_LANGUAGE="b; JSESSIONID=1337; c=d"` will be parsed as one cookie, with the name DISPLAY_LANGUAGE and a value of b; JSESSIONID=1337; c=d instead of 3 separate cookies. This has security implications because if, say, JSESSIONID is an HttpOnly cookie, and the DISPLAY_LANGUAGE cookie value is rendered on the page, an attacker can smuggle the JSESSIONID cookie into the DISPLAY_LANGUAGE cookie and thereby exfiltrate it. This is significant when an intermediary is enacting some policy based on cookies, so a smuggled cookie can bypass that policy yet still be seen by the Jetty server or its logging system. This issue has been addressed in versions 9.4.51, 10.0.14, 11.0.14, and 12.0.0.beta0 and users are advised to upgrade. There are no known workarounds for this issue.
References
Configurations
Configuration 1 (hide)
|
Configuration 2 (hide)
|
Configuration 3 (hide)
|
History
21 Nov 2024, 07:50
Type | Values Removed | Values Added |
---|---|---|
References | () https://github.com/eclipse/jetty.project/pull/9339 - Patch | |
References | () https://github.com/eclipse/jetty.project/pull/9352 - Patch | |
References | () https://github.com/eclipse/jetty.project/security/advisories/GHSA-p26g-97m4-6q7c - Patch, Vendor Advisory | |
References | () https://lists.debian.org/debian-lts-announce/2023/09/msg00039.html - Mailing List, Third Party Advisory | |
References | () https://security.netapp.com/advisory/ntap-20230526-0001/ - Third Party Advisory | |
References | () https://www.debian.org/security/2023/dsa-5507 - Third Party Advisory | |
References | () https://www.rfc-editor.org/rfc/rfc2965 - Technical Description | |
References | () https://www.rfc-editor.org/rfc/rfc6265 - Technical Description | |
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 2.4 |
01 Feb 2024, 15:36
Type | Values Removed | Values Added |
---|---|---|
References | (MISC) https://security.netapp.com/advisory/ntap-20230526-0001/ - Third Party Advisory | |
References | (MISC) https://www.debian.org/security/2023/dsa-5507 - Third Party Advisory | |
References | (MISC) https://lists.debian.org/debian-lts-announce/2023/09/msg00039.html - Mailing List, Third Party Advisory | |
CPE | cpe:2.3:a:netapp:active_iq_unified_manager:-:*:*:*:*:linux:*:* cpe:2.3:a:netapp:e-series_santricity_unified_manager:-:*:*:*:*:*:*:* cpe:2.3:a:netapp:e-series_santricity_web_services:-:*:*:*:*:*:*:* cpe:2.3:o:debian:debian_linux:11.0:*:*:*:*:*:*:* cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:* cpe:2.3:a:netapp:active_iq_unified_manager:-:*:*:*:*:windows:*:* cpe:2.3:a:netapp:e-series_santricity_os_controller:*:*:*:*:*:*:*:* cpe:2.3:o:debian:debian_linux:12.0:*:*:*:*:*:*:* |
|
First Time |
Debian debian Linux
Debian Netapp active Iq Unified Manager Netapp e-series Santricity Os Controller Netapp e-series Santricity Web Services Netapp Netapp e-series Santricity Unified Manager |
30 Sep 2023, 15:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
29 Sep 2023, 12:15
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-200 | |
References |
|
26 May 2023, 20:15
Type | Values Removed | Values Added |
---|---|---|
References |
|
Information
Published : 2023-04-18 21:15
Updated : 2024-11-21 07:50
NVD link : CVE-2023-26049
Mitre link : CVE-2023-26049
CVE.ORG link : CVE-2023-26049
JSON object : View
Products Affected
netapp
- e-series_santricity_web_services
- e-series_santricity_os_controller
- active_iq_unified_manager
- e-series_santricity_unified_manager
eclipse
- jetty
debian
- debian_linux
CWE