Vulnerability Details : CVE-2015-4042
Potential exploit
Integer overflow in the keycompare_mb function in sort.c in sort in GNU Coreutils through 8.23 might allow attackers to cause a denial of service (application crash) or possibly have unspecified other impact via long strings.
Vulnerability category: OverflowDenial of service
Products affected by CVE-2015-4042
- cpe:2.3:a:gnu:coreutils:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2015-4042
0.39%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 57 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2015-4042
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
7.5
|
HIGH | AV:N/AC:L/Au:N/C:P/I:P/A:P |
10.0
|
6.4
|
NIST | |
9.8
|
CRITICAL | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H |
3.9
|
5.9
|
NIST |
CWE ids for CVE-2015-4042
-
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 occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.Assigned by: nvd@nist.gov (Primary)
References for CVE-2015-4042
-
https://github.com/pixelb/coreutils/commit/bea5e36cc876ed627bb5e0eca36fdfaa6465e940
sort: fix buffer overflow with some case conversions · pixelb/coreutils@bea5e36 · GitHubPatch;Third Party Advisory
-
http://openwall.com/lists/oss-security/2015/05/15/1
oss-security - coreutils sort heap overflowExploit;Mailing List;Patch;Third Party Advisory
Jump to