Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions rubies/jruby/CVE-2011-4838.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ related:
- https://www.kb.cert.org/vuls/id/903934
- https://exchange.xforce.ibmcloud.com/vulnerabilities/72019
- https://github.com/advisories/GHSA-cgqc-fqxr-q6r6
notes: |
- CVE-2011-4815 is the same issue but Ruby.
Comment thread
jasnow marked this conversation as resolved.
Outdated
32 changes: 32 additions & 0 deletions rubies/jruby/CVE-2019-16254.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
engine: jruby
cve: 2019-16254
ghsa: w9fp-2996-hhwx
url: https://nvd.nist.gov/vuln/detail/CVE-2019-16254
title: HTTP response splitting in WEBrick (Additional fix)
date: 2019-10-01
description: |
If a program using WEBrick inserts untrusted input into the response header,
an attacker can exploit it to insert a newline character to split a header,
and inject malicious content to deceive clients.

This is the same issue as CVE-2017-17742. The previous fix was incomplete,
which addressed the CRLF vector, but did not address an isolated CR or an
isolated LF.
cvss_v2: 5.0
cvss_v3: 5.3
patched_versions:
- ">= 9.2.12.0"
related:
cve:
- CVE-2017-17742
url:
- https://nvd.nist.gov/vuln/detail/CVE-2019-16254
- https://github.com/jruby/jruby/releases/tag/9.2.12.0
- https://github.com/jruby/jruby/pull/6308
- https://github.com/jruby/jruby/issues/6304
- https://lists.debian.org/debian-lts-announce/2019/12/msg00009.html
- https://lists.debian.org/debian-lts-announce/2020/08/msg00027.html
- https://lists.debian.org/debian-lts-announce/2023/04/msg00033.html
- https://www.ruby-lang.org/en/news/2019/10/01/http-response-splitting-in-webrick-cve-2019-16254
- https://github.com/advisories/GHSA-w9fp-2996-hhwx
2 changes: 2 additions & 0 deletions rubies/ruby/CVE-2011-4815.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ related:
- https://nvd.nist.gov/vuln/detail/CVE-2011-4815
- https://github.com/advisories/GHSA-xpr8-vpc7-7vfc
- http://www.osvdb.org/show/osvdb/78118
notes: |
- CVE-2011-4838 is the same issue but JRuby.
Comment thread
jasnow marked this conversation as resolved.
Outdated