Vulnerability 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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Ruby-Lang | Net\ | < 0.2.5, \ |
Related Weaknesses (CWE)
References
- https://github.com/ruby/net-imap/pull/442Issue TrackingPatch
- https://github.com/ruby/net-imap/pull/444/commits/0ae8576c1a90bcd9573f81bdad4b4bPatch
- https://github.com/ruby/net-imap/pull/445Issue TrackingPatch
- https://github.com/ruby/net-imap/pull/446Issue TrackingPatch
- https://github.com/ruby/net-imap/pull/447Issue TrackingPatch
- https://github.com/ruby/net-imap/security/advisories/GHSA-j3g3-5qv5-52mjVendor Advisory
FAQ
What is CVE-2025-43857?
CVE-2025-43857 is a vulnerability with a CVSS score of 6.5 (MEDIUM). 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 exh...
How severe is CVE-2025-43857?
CVE-2025-43857 has been rated MEDIUM with a CVSS base score of 6.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-43857?
Check the references section above for vendor advisories and patch information. Affected products include: Ruby-Lang Net\.