Out-of-bounds Read in Espressif Esp-Now
CVE-2024-42484
ESP-NOW Component provides a connectionless Wi-Fi communication protocol. An Out-of-Bound (OOB) vulnerability was discovered in the implementation of the ESP-NOW group type message because there is no check for the addrs_num field of the group type message. This can result in memory corruption related attacks. Normally there are two fields in the group information that need to be checked, i.e., the addrs_num field and the addrs_list fileld. Since we only checked the addrs_list field, an attacker can send a group type message with an invalid addrs_num field, which will cause the message handled by the firmware to be much larger than the current buffer, thus causing a memory corruption issue that goes beyond the payload length.
Vulnerability class: Buffer Overflow
EPSS: 0.004 (36.0th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 6.5 (Medium). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L.
Affected products
- Espressif Esp-now — versions < 2.5.2
Weakness classification (CWE)
References
- security-advisories@github.com (x_refsource_CONFIRM)
- security-advisories@github.com (x_refsource_MISC)
Frequently asked questions
- What is CVE-2024-42484?
- CVE-2024-42484 is a medium-severity vulnerability in Espressif Esp-Now, classified under Out-of-bounds Read. CVSS score: 6.5/10. Published 2024-09-12.
- How severe is CVE-2024-42484?
- Medium severity. CVSS v3 base score is 6.5 out of 10.