Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GHSA SYNC: 1 brand new advisory (pm) #818

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Changes from all commits
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
24 changes: 24 additions & 0 deletions gems/webrick/CVE-2024-47220.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
gem: webrick
cve: 2024-47220
ghsa: 6f62-3596-g6w7
url: https://github.com/advisories/GHSA-6f62-3596-g6w7
title: HTTP Request Smuggling in ruby webrick
date: 2024-09-22
description: |
An issue was discovered in the WEBrick toolkit through 1.8.1 for Ruby.
It allows HTTP request smuggling by providing both a Content-Length
header and a Transfer-Encoding header, e.g.,
"GET /admin HTTP/1.1\r\n" inside of a "POST /user HTTP/1.1\r\n"
request.

NOTE: the supplier''s position is "Webrick should not be used in production."
cvss_v3: 7.5
notes: Never patched
related:
url:
- https://nvd.nist.gov/vuln/detail/CVE-2024-47220
- https://github.com/ruby/webrick/issues/145
- https://github.com/ruby/webrick/pull/146/commits/d88321da45dcd230ac2b4585cad4833d6d5e8841
- https://github.com/ruby/webrick/commit/f5faca9222541591e1a7c3c97552ebb0c92733c7
- https://github.com/advisories/GHSA-6f62-3596-g6w7
Loading