CVE-2017-1082: Input Validation
In FreeBSD 11.x before 11.1-RELEASE and 10.x before 10.4-RELEASE, the qsort algorithm has a deterministic recursion pattern. Feeding a pathological input to the algorithm can lead to excessive stack usage and potential overflow. Applications that use qsort to handle large data set may crash if the input follows the pathological pattern.
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2017-1082?
CVE-2017-1082 has a severity rating that indicates a potential for denial of service due to excessive stack consumption.
What versions are affected by CVE-2017-1082?
CVE-2017-1082 affects FreeBSD versions 10.0 to 10.4, and 11.0 up to but not including 11.1.
How do I fix CVE-2017-1082?
To fix CVE-2017-1082, upgrade to FreeBSD 11.1-RELEASE or 10.4-RELEASE or later versions.
What kind of applications are impacted by CVE-2017-1082?
Applications utilizing the qsort algorithm to manage large data sets are particularly vulnerable to CVE-2017-1082.
Can CVE-2017-1082 cause data loss?
While CVE-2017-1082 primarily leads to application crashes, it could indirectly lead to data loss if applications do not handle crashes gracefully.