Net::IMAP implements Internet Message Access Protocol (IMAP) client functionality in Ruby. Prior to versions 0.4.24, 0.5.14, and 0.6.4, Net::IMAP::ResponseReader has quadratic time complexity when reading large responses containing many string literals. A hostile server can send responses which are crafted to exhaust the client's CPU for a denial of service attack. This issue has been patched in versions 0.4.24, 0.5.14, and 0.6.4.
References
Configurations
Configuration 1 (hide)
|
History
No history.
Information
Published : 2026-05-09 20:16
Updated : 2026-07-24 19:10
NVD link : CVE-2026-42245
Mitre link : CVE-2026-42245
CVE.ORG link : CVE-2026-42245
JSON object : View
Products Affected
ruby-lang
- net\
CWE
CWE-407
Inefficient Algorithmic Complexity
