CVE-2020-5247
MEDIUM6.5EPSS 2.1%HTTP Response Splitting in Puma
發布日:2020/2/28修改日:2026/4/28
描述
In Puma (RubyGem) before 4.3.2 and before 3.12.3, if an application using Puma allows untrusted input in a response header, an attacker can use newline characters (i.e. `CR`, `LF` or`/r`, `/n`) to end the header and inject malicious content, such as additional headers or an entirely new response body. This vulnerability is known as HTTP Response Splitting. While not an attack in itself, response splitting is a vector for several other attacks, such as cross-site scripting (XSS). This is related to CVE-2019-16254, which fixed this vulnerability for the WEBrick Ruby web server. This has been fixed in versions 4.3.2 and 3.12.3 by checking all headers for line endings and rejecting headers with those characters.
受影響套件(4)
- Bitnami/rubyfrom 0, < 2.3.1, >= 2.4.0, < 2.4.8, >= 2.5.0, < 2.5.7, >= 2.6.0, < 2.6.5
- Bitnami/ruby-minfrom 0, < 2.3.1, >= 2.4.0, < 2.4.8, >= 2.5.0, < 2.5.7, >= 2.6.0, < 2.6.5
- Debian/pumafrom 0, < 3.12.4-1
- RubyGems/pumafrom 0, < 3.12.4
CVSS 分數
| 來源 | 版本 | 嚴重程度 | 向量 |
|---|---|---|---|
| osv | CVSS 3.1 | MEDIUM6.5 | CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:L |
參考連結(15)
- ADVISORYhttps://nvd.nist.gov/vuln/detail/CVE-2020-5247
- ADVISORYhttps://security-tracker.debian.org/tracker/CVE-2020-5247
- PATCHhttps://github.com/puma/puma
- WEBhttps://github.com/puma/puma/commit/c36491756f68a9d6a8b3a49e7e5eb07fe6f1332f
- WEBhttps://github.com/puma/puma/security/advisories/GHSA-84j7-475p-hp8v
- WEBhttps://github.com/rubysec/ruby-advisory-db/blob/master/gems/puma/CVE-2020-5247.yml
- WEBhttps://lists.debian.org/debian-lts-announce/2022/05/msg00034.html
- WEBhttps://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/BMJ3CGZ3DLBJ5WUUKMI5ZFXFJQMXJZIK/
- WEBhttps://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/DIHVO3CQMU7BZC7FCTSRJ33YDNS3GFPK/
- WEBhttps://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/NJ3LL5F5QADB6LM46GXZETREAKZMQNRD/
- WEBhttps://lists.fedoraproject.org/archives/list/[email protected]/message/BMJ3CGZ3DLBJ5WUUKMI5ZFXFJQMXJZIK
- WEBhttps://lists.fedoraproject.org/archives/list/[email protected]/message/DIHVO3CQMU7BZC7FCTSRJ33YDNS3GFPK
- WEBhttps://lists.fedoraproject.org/archives/list/[email protected]/message/NJ3LL5F5QADB6LM46GXZETREAKZMQNRD
- WEBhttps://owasp.org/www-community/attacks/HTTP_Response_Splitting
- WEBhttps://www.ruby-lang.org/en/news/2019/10/01/http-response-splitting-in-webrick-cve-2019-16254