CVE-2023-45591
05.03.2024, 12:15
A CWE-122 Heap-based Buffer Overflow vulnerability in the logger_generic function of the Ax_rtu binary allows a remote authenticated attacker to trigger a memory corruption in the context of the binary. This may result in a Denial-of-Service (DoS) condition, possibly in the execution of arbitrary code with the same privileges of the process (root), or have other unspecified impacts on the device. This issue affects: AiLux imx6 bundle below version imx6_1.0.7-2.Enginsight
Vendor | Product | Version |
---|---|---|
ailux | imx6_bundle | 𝑥 < 1.0.7-2 |
ailux | imx6 | 𝑥 < 1.0.7-2 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- 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().
- CWE-787 - Out-of-bounds WriteThe software writes data past the end, or before the beginning, of the intended buffer.