Lookup for vulnerabilities affecting packages.
| Vulnerability_id | VCID-9mdg-1dc3-dueg |
| Summary | Multiple integer overflows in the evbuffer API in Libevent 1.4.x before 1.4.15, 2.0.x before 2.0.22, and 2.1.x before 2.1.5-beta allow context-dependent attackers to cause a denial of service or possibly have other unspecified impact via "insanely large inputs" to the (1) evbuffer_add, (2) evbuffer_expand, or (3) bufferevent_write function, which triggers a heap-based buffer overflow or an infinite loop. NOTE: this identifier has been SPLIT per ADT3 due to different affected versions. See CVE-2015-6525 for the functions that are only affected in 2.0 and later. |
| Aliases |
|
| Fixed_packages |
|
| Affected_packages |
|
| References |
|
| Weaknesses |
| 0 |
| cwe_id |
190 |
| name |
Integer Overflow or Wraparound |
| description |
The product performs a calculation that can produce an integer overflow or wraparound, when the logic assumes that the resulting value will always be larger than the original value. This can introduce other weaknesses when the calculation is used for resource management or execution control. |
|
| 1 |
| cwe_id |
122 |
| name |
Heap-based Buffer Overflow |
| description |
A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc(). |
|
| 2 |
| cwe_id |
835 |
| name |
Loop with Unreachable Exit Condition ('Infinite Loop') |
| description |
The product contains an iteration or loop with an exit condition that cannot be reached, i.e., an infinite loop. |
|
|
| Exploits |
|
| Severity_range_score | 2.6 - 2.6 |
| Exploitability | 0.5 |
| Weighted_severity | 0.0 |
| Risk_score | null |
| Resource_url | http://public2.vulnerablecode.io/vulnerabilities/VCID-9mdg-1dc3-dueg |