CVE-2022-23633
11.02.2022, 21:15
Action Pack is a framework for handling and responding to web requests. Under certain circumstances response bodies will not be closed. In the event a response is *not* notified of a `close`, `ActionDispatch::Executor` will not know to reset thread local state for the next request. This can lead to data being leaked to subsequent requests.This has been fixed in Rails 7.0.2.1, 6.1.4.5, 6.0.4.5, and 5.2.6.1. Upgrading is highly recommended, but to work around this problem a middleware described in GHSA-wh98-p28r-vrc9 can be used.Enginsight
Vendor | Product | Version |
---|---|---|
rubyonrails | rails | 5.0.0 ≤ 𝑥 < 5.2.6.2 |
rubyonrails | rails | 6.0.0 ≤ 𝑥 < 6.0.4.6 |
rubyonrails | rails | 6.1.0 ≤ 𝑥 < 6.1.4.6 |
rubyonrails | rails | 7.0.0 ≤ 𝑥 < 7.0.2.2 |
debian | debian_linux | 10.0 |
debian | debian_linux | 11.0 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Ubuntu Product | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
rails |
| ||||||||||||||||||||
rails-4.0 |
| ||||||||||||||||||||
ruby-actionpack-3.2 |
| ||||||||||||||||||||
ruby-activemodel-3.2 |
| ||||||||||||||||||||
ruby-activerecord-3.2 |
| ||||||||||||||||||||
ruby-activesupport-3.2 |
| ||||||||||||||||||||
ruby-rails-3.2 |
|
Common Weakness Enumeration
- CWE-200 - Exposure of Sensitive Information to an Unauthorized ActorThe product exposes sensitive information to an actor that is not explicitly authorized to have access to that information.
- CWE-212 - Improper Removal of Sensitive Information Before Storage or TransferThe product stores, transfers, or shares a resource that contains sensitive information, but it does not properly remove that information before the product makes the resource available to unauthorized actors.
References