First published: Mon Jul 02 2018(Updated: )
A flaw was found in the alarm_timer_nsleep() function in kernel/time/alarmtimer.c in the Linux kernel. The ktime_add_safe() function is not used and an integer overflow can happen causing an alarm not to fire or possibly a denial-of-service if using a large relative timeout. References: <a href="https://bugzilla.kernel.org/show_bug.cgi?id=200303">https://bugzilla.kernel.org/show_bug.cgi?id=200303</a> An upstream patch: <a href="https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5f936e19cc0ef97dbe3a56e9498922ad5ba1edef">https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5f936e19cc0ef97dbe3a56e9498922ad5ba1edef</a>
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Linux kernel | <=4.17.3 | |
Ubuntu Linux | =14.04 | |
Ubuntu Linux | =16.04 | |
Debian | =8.0 | |
debian/linux | 5.10.223-1 5.10.234-1 6.1.123-1 6.1.128-1 6.12.12-1 6.12.17-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2018-13053 has a high severity due to its potential to cause denial-of-service from integer overflow.
To fix CVE-2018-13053, update the Linux kernel to a version that includes the necessary patches, such as 5.10.223-1 or newer.
CVE-2018-13053 affects Linux kernel versions up to and including 4.17.3 and specific Ubuntu and Debian releases.
CVE-2018-13053 does not lead to remote code execution directly but can cause denial-of-service conditions.
CVE-2018-13053 affects the alarm_timer_nsleep() function in the Linux kernel's alarm timer implementation.