CVE-2024-27372
05.06.2024, 19:15
An issue was discovered in Samsung Mobile Processor Exynos 980, Exynos 850, Exynos 1280, Exynos 1380, and Exynos 1330. In the function slsi_nan_config_get_nl_params(), there is no input validation check on disc_attr->infrastructure_ssid_len coming from userspace, which can lead to a heap overwrite.Enginsight
Vendor | Product | Version |
---|---|---|
samsung | exynos_980_firmware | - |
samsung | exynos_850_firmware | - |
samsung | exynos_1280_firmware | - |
samsung | exynos_1380_firmware | - |
samsung | exynos_1330_firmware | - |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.
- CWE-122 - Heap-based Buffer OverflowA 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().