File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed
Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change @@ -22,3 +22,5 @@ related:
2222 - https://www.kb.cert.org/vuls/id/903934
2323 - https://exchange.xforce.ibmcloud.com/vulnerabilities/72019
2424 - https://github.com/advisories/GHSA-cgqc-fqxr-q6r6
25+ notes : |
26+ - CVE-2011-4815 is the same issue but for Ruby.
Original file line number Diff line number Diff line change 1+ ---
2+ engine : jruby
3+ cve : 2019-16254
4+ ghsa : w9fp-2996-hhwx
5+ url : https://nvd.nist.gov/vuln/detail/CVE-2019-16254
6+ title : HTTP response splitting in WEBrick (Additional fix)
7+ date : 2019-10-01
8+ description : |
9+ If a program using WEBrick inserts untrusted input into the response header,
10+ an attacker can exploit it to insert a newline character to split a header,
11+ and inject malicious content to deceive clients.
12+
13+ This is the same issue as CVE-2017-17742. The previous fix was incomplete,
14+ which addressed the CRLF vector, but did not address an isolated CR or an
15+ isolated LF.
16+ cvss_v2 : 5.0
17+ cvss_v3 : 5.3
18+ patched_versions :
19+ - " >= 9.2.12.0"
20+ related :
21+ cve :
22+ - CVE-2017-17742
23+ url :
24+ - https://nvd.nist.gov/vuln/detail/CVE-2019-16254
25+ - https://github.com/jruby/jruby/releases/tag/9.2.12.0
26+ - https://github.com/jruby/jruby/pull/6308
27+ - https://github.com/jruby/jruby/issues/6304
28+ - https://lists.debian.org/debian-lts-announce/2019/12/msg00009.html
29+ - https://lists.debian.org/debian-lts-announce/2020/08/msg00027.html
30+ - https://lists.debian.org/debian-lts-announce/2023/04/msg00033.html
31+ - https://www.ruby-lang.org/en/news/2019/10/01/http-response-splitting-in-webrick-cve-2019-16254
32+ - https://github.com/advisories/GHSA-w9fp-2996-hhwx
Original file line number Diff line number Diff line change @@ -22,3 +22,5 @@ related:
2222 - https://nvd.nist.gov/vuln/detail/CVE-2011-4815
2323 - https://github.com/advisories/GHSA-xpr8-vpc7-7vfc
2424 - http://www.osvdb.org/show/osvdb/78118
25+ notes : |
26+ - CVE-2011-4838 is the same issue but for JRuby.
You can’t perform that action at this time.
0 commit comments