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.
                
            References
                    Configurations
                    No configuration.
History
                    12 Sep 2024, 15:18
| Type | Values Removed | Values Added | 
|---|---|---|
| New CVE | 
Information
                Published : 2024-09-12 15:18
Updated : 2024-09-12 18:14
NVD link : CVE-2024-42484
Mitre link : CVE-2024-42484
CVE.ORG link : CVE-2024-42484
JSON object : View
Products Affected
                No product.
CWE
                
                    
                        
                        CWE-125
                        
            Out-of-bounds Read
