Executive Summary
Informations | |||
---|---|---|---|
Name | CVE-2025-25186 | First vendor Publication | 2025-02-10 |
Vendor | Cve | Last vendor Modification | 2025-02-10 |
Security-Database Scoring CVSS v3
Cvss vector : N/A | |||
---|---|---|---|
Overall CVSS Score | NA | ||
Base Score | NA | Environmental Score | NA |
impact SubScore | NA | Temporal Score | NA |
Exploitabality Sub Score | NA | ||
Calculate full CVSS 3.0 Vectors scores |
Security-Database Scoring CVSS v2
Cvss vector : | |||
---|---|---|---|
Cvss Base Score | N/A | Attack Range | N/A |
Cvss Impact Score | N/A | Attack Complexity | N/A |
Cvss Expoit Score | N/A | Authentication | N/A |
Calculate full CVSS 2.0 Vectors scores |
Detail
Net::IMAP implements Internet Message Access Protocol (IMAP) client functionality in Ruby. Starting in version 0.3.2 and prior to versions 0.3.8, 0.4.19, and 0.5.6, there is a possibility for denial of service by memory exhaustion in `net-imap`'s response parser. At any time while the client is connected, a malicious server can send can send highly compressed `uid-set` data which is automatically read by the client's receiver thread. The response parser uses `Range#to_a` to convert the `uid-set` data into arrays of integers, with no limitation on the expanded size of the ranges. Versions 0.3.8, 0.4.19, 0.5.6, and higher fix this issue. Additional details for proper configuration of fixed versions and backward compatibility are available in the GitHub Security Advisory. |
Original Source
Url : http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2025-25186 |
CWE : Common Weakness Enumeration
% | Id | Name |
---|---|---|
20 % | CWE-789 | Uncontrolled Memory Allocation (CWE/SANS Top 25) |
20 % | CWE-770 | Allocation of Resources Without Limits or Throttling |
20 % | CWE-409 | Improper Handling of Highly Compressed Data (Data Amplification) |
20 % | CWE-405 | Asymmetric Resource Consumption (Amplification) |
20 % | CWE-400 | Uncontrolled Resource Consumption ('Resource Exhaustion') |
Sources (Detail)
Alert History
Date | Informations |
---|---|
2025-02-10 21:20:29 |
|