Bug 2491523 (CVE-2026-47241) - CVE-2026-47241 net-imap: rubygem-net-imap: Net::IMAP: Denial of Service via malformed command input
Summary: CVE-2026-47241 net-imap: rubygem-net-imap: Net::IMAP: Denial of Service via m...
Keywords:
Status: NEW
Alias: CVE-2026-47241
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-06-22 21:02 UTC by OSIDB Bzimport
Modified: 2026-07-01 12:19 UTC (History)
12 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description OSIDB Bzimport 2026-06-22 21:02:10 UTC
Net::IMAP implements Internet Message Access Protocol (IMAP) client functionality in Ruby. Prior to 0.6.5 and 0.5.15, several Net::IMAP commands accept a raw string argument which is only validated to prevent CRLF injection and then sent verbatim. If this string is derived from user-controlled input, an attacker can force the next command to be absorbed as a continuation of the first command. This will cause the first command to eventually fail, but also prevents it from returning until another command is sent (from another thread). That other command will not return until the connection is closed. This vulnerability is fixed in 0.6.5 and 0.5.15.


Note You need to log in before you can comment on or make changes to this bug.