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-2025-43857 Details

Description

Net::IMAP implements Internet Message Access Protocol (IMAP) client functionality in Ruby. Prior to versions 0.5.7, 0.4.20, 0.3.9, and 0.2.5, there is a possibility for denial of service by memory exhaustion when net-imap reads server responses. At any time while the client is connected, a malicious server can send can send a "literal" byte count, which is automatically read by the client's receiver thread. The response reader immediately allocates memory for the number of bytes indicated by the server response. This should not be an issue when securely connecting to trusted IMAP servers that are well-behaved. It can affect insecure connections and buggy, untrusted, or compromised servers (for example, connecting to a user supplied hostname). This issue has been patched in versions 0.5.7, 0.4.20, 0.3.9, and 0.2.5.

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-770Allocation of Resources Without Limits or Throttling[email protected]
CWE-400Uncontrolled Resource Consumption[email protected]
CWE-405Asymmetric Resource Consumption (Amplification)[email protected]
CWE-770Allocation of Resources Without Limits or Throttling[email protected]
CWE-789Memory Allocation with Excessive Size Value[email protected]

Affected Products

ProductVersions
ruby-lang net::imap
< 0.2.5
>= 0.3.0, < 0.3.9
>= 0.4.0, < 0.4.20
>= 0.5.0, < 0.5.7

CPE

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

Remediation

  • No remediation found in references.

Change History

5 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2025-43857
NVD Published Date:
Apr 28, 2025
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2025-43857 Details - Not Deferred