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.
References
Link | Resource |
---|---|
https://github.com/ruby/net-imap/pull/442 | Issue Tracking Patch |
https://github.com/ruby/net-imap/pull/444/commits/0ae8576c1a90bcd9573f81bdad4b4b824642d105#diff-53721cb4d9c3fb86b95cc8476ca2df90968ad8c481645220c607034399151462 | Patch |
https://github.com/ruby/net-imap/pull/445 | Issue Tracking Patch |
https://github.com/ruby/net-imap/pull/446 | Issue Tracking Patch |
https://github.com/ruby/net-imap/pull/447 | Issue Tracking Patch |
https://github.com/ruby/net-imap/security/advisories/GHSA-j3g3-5qv5-52mj | Vendor Advisory |
Configurations
Configuration 1 (hide)
|
History
12 May 2025, 19:36
Type | Values Removed | Values Added |
---|---|---|
CVSS |
v2 : v3 : |
v2 : unknown
v3 : 7.5 |
First Time |
Ruby-lang
Ruby-lang net\ |
|
CPE | cpe:2.3:a:ruby-lang:net\:\:imap:*:*:*:*:*:ruby:*:* | |
References | () https://github.com/ruby/net-imap/pull/442 - Issue Tracking, Patch | |
References | () https://github.com/ruby/net-imap/pull/444/commits/0ae8576c1a90bcd9573f81bdad4b4b824642d105#diff-53721cb4d9c3fb86b95cc8476ca2df90968ad8c481645220c607034399151462 - Patch | |
References | () https://github.com/ruby/net-imap/pull/445 - Issue Tracking, Patch | |
References | () https://github.com/ruby/net-imap/pull/446 - Issue Tracking, Patch | |
References | () https://github.com/ruby/net-imap/pull/447 - Issue Tracking, Patch | |
References | () https://github.com/ruby/net-imap/security/advisories/GHSA-j3g3-5qv5-52mj - Vendor Advisory |
29 Apr 2025, 13:52
Type | Values Removed | Values Added |
---|---|---|
Summary |
|
28 Apr 2025, 16:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2025-04-28 16:15
Updated : 2025-05-12 19:36
NVD link : CVE-2025-43857
Mitre link : CVE-2025-43857
CVE.ORG link : CVE-2025-43857
JSON object : View
Products Affected
ruby-lang
- net\