AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2022-23633

HIGH · CVSS 7.4 EPSS 2.23% Public Exploit

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2022-02-11 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2022-23633
Severity
HIGH
CVSS
7.4
EPSS
2.23%

Original NVD 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.