CVE-2022-23633

MEDIUMCVSS 5.9/10EPSS 2.21%

Last modified

CVE-2022-23633 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. Action Pack is a framework for handling and responding to web requests. Under certain circumstances response bodies will not be closed. EPSS estimates a 2.21% chance of exploitation in the next 30 days.

Description

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.

Metrics

CVSS 3.1
5.9/10

CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N

EPSS Probability
2.21%

80.3th percentile

Probability of exploitation in the next 30 days. Learn more

Weakness Enumeration

Affected Software

VendorProductVersions
RubyonrailsRails>= 5.0.0, < 5.2.6.2
RubyonrailsRails>= 6.0.0, < 6.0.4.6
RubyonrailsRails>= 6.1.0, < 6.1.4.6
RubyonrailsRails>= 7.0.0, < 7.0.2.2
DebianDebian Linux10.0
DebianDebian Linux11.0

References

Timeline

Published
Last Modified
Status
Modified

Frequently Asked Questions

What is CVE-2022-23633?
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.
How severe is CVE-2022-23633?
CVE-2022-23633 has a CVSS score of 5.9/10 (MEDIUM severity). The EPSS model estimates a 2.21% probability of exploitation in the next 30 days.
How do I fix CVE-2022-23633?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

Are you affected by CVE-2022-23633?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST