CVE-2024-33453
Published: 17 October 2024
Summary
CVE-2024-33453 is a high-severity Classic Buffer Overflow (CWE-120) vulnerability in Espressif Esp-Idf. Its CVSS base score is 8.1 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Account Discovery (T1087); ranked in the top 6.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
Deeper analysis
CVE-2024-33453 is a buffer overflow vulnerability, tracked as CWE-120, that affects the externalId component in Espressif esp-idf version 5.1. The flaw received a CVSS 3.1 score of 8.1 and permits memory corruption that can expose sensitive data.
An attacker with network access and low privileges can trigger the overflow remotely without user interaction, achieving high confidentiality and integrity impact while leaving availability unaffected. This allows unauthorized retrieval of sensitive information and potential data manipulation within the affected ESP-IDF environment.
The sole public reference points to a GitHub repository containing further technical details on the issue, though no official patch notes or mitigation steps are provided in the available sources. The associated EPSS score reached a peak of 0.1643 and currently stands at 0.1219, reflecting a moderate rise in exploitation interest after disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2024-31191
Vulnerability details
Buffer Overflow vulnerability in esp-idf v.5.1 allows a remote attacker to obtain sensitive information via the externalId component.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
The IDOR vulnerability (improper object-level access control) enables authenticated attackers to enumerate and access other users' sensitive information by manipulating the 'id' parameter in the user search endpoint, facilitating Account Discovery (T1087) and Data from Information Repositories (T1213).
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.
Platform-independent managed code eliminates the need for unchecked native buffer copies that are the root cause of classic buffer overflows.