Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-47241 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-162Improper Neutralization of Trailing Special Elements[email protected]
CWE-182Collapse of Data into Unsafe Value[email protected]
CWE-186Overly Restrictive Regular Expression[email protected]

Affected Products

ProductVersions
Ruby Net::IMAP
>= 0.6.0, <= 0.6.4 (semver)
<= 0.5.14 (semver)

CPE

  • cpe:2.3:a:ruby-lang:net::imap:*:*:*:*:*:ruby:*:*

Remediation

  • Upgrade: 0.6.4.1moderate effort
  • Upgrade: 0.5.15moderate effort
  • Mitigation:low effort

    Validate that user input to the affected command arguments does not end with "\u003e".

  • Mitigation:low effort

    Use of Timeout or other standard strategies for slow connections and misbehaving servers will also mitigate the effects of this.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-47241
NVD Published Date:
Jun 22, 2026
NVD Last Modified:
Jun 23, 2026
Source:
[email protected]
CVE-2026-47241 Details - Not Deferred