CVE-2018-14633
25.09.2018, 00:29
A security flaw was found in the chap_server_compute_md5() function in the ISCSI target code in the Linux kernel in a way an authentication request from an ISCSI initiator is processed. An unauthenticated remote attacker can cause a stack buffer overflow and smash up to 17 bytes of the stack. The attack requires the iSCSI target to be enabled on the victim host. Depending on how the target's code was built (i.e. depending on a compiler, compile flags and hardware architecture) an attack may lead to a system crash and thus to a denial-of-service or possibly to a non-authorized access to data exported by an iSCSI target. Due to the nature of the flaw, privilege escalation cannot be fully ruled out, although we believe it is highly unlikely. Kernel versions 4.18.x, 4.14.x and 3.10.x are believed to be vulnerable.Enginsight
Vendor | Product | Version |
---|---|---|
linux | linux_kernel | 3.1 ≤ 𝑥 < 3.16.59 |
linux | linux_kernel | 3.17 ≤ 𝑥 < 3.18.124 |
linux | linux_kernel | 3.19 ≤ 𝑥 < 4.4.159 |
linux | linux_kernel | 4.5 ≤ 𝑥 < 4.9.130 |
linux | linux_kernel | 4.10 ≤ 𝑥 < 4.14.73 |
linux | linux_kernel | 4.15 ≤ 𝑥 < 4.18.11 |
canonical | ubuntu_linux | 12.04 |
canonical | ubuntu_linux | 14.04 |
canonical | ubuntu_linux | 16.04 |
canonical | ubuntu_linux | 18.04 |
debian | debian_linux | 8.0 |
debian | debian_linux | 9.0 |
redhat | enterprise_linux_eus | 7.4 |
redhat | enterprise_linux_eus | 7.6 |
redhat | enterprise_linux_server | 7.0 |
redhat | enterprise_linux_server_aus | 7.4 |
redhat | enterprise_linux_server_aus | 7.6 |
redhat | enterprise_linux_server_tus | 7.4 |
redhat | enterprise_linux_server_tus | 7.6 |
redhat | enterprise_linux_workstation | 7.0 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Ubuntu Product | |||||||||
---|---|---|---|---|---|---|---|---|---|
linux |
| ||||||||
linux-aws |
| ||||||||
linux-azure |
| ||||||||
linux-azure-edge |
| ||||||||
linux-euclid |
| ||||||||
linux-flo |
| ||||||||
linux-gcp |
| ||||||||
linux-gke |
| ||||||||
linux-goldfish |
| ||||||||
linux-grouper |
| ||||||||
linux-hwe |
| ||||||||
linux-hwe-edge |
| ||||||||
linux-kvm |
| ||||||||
linux-lts-trusty |
| ||||||||
linux-lts-utopic |
| ||||||||
linux-lts-vivid |
| ||||||||
linux-lts-wily |
| ||||||||
linux-lts-xenial |
| ||||||||
linux-maguro |
| ||||||||
linux-mako |
| ||||||||
linux-manta |
| ||||||||
linux-oem |
| ||||||||
linux-raspi2 |
| ||||||||
linux-snapdragon |
|
Common Weakness Enumeration
- CWE-121 - Stack-based Buffer OverflowA stack-based buffer overflow condition is a condition where the buffer being overwritten is allocated on the stack (i.e., is a local variable or, rarely, a parameter to a function).
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.
References