ESF-IDF is the Espressif Internet of Things (IOT) Development Framework. In versions 5.5.1, 5.4.3, 5.3.4, 5.2.6, 5.1.6, and earlier, in the avrc_vendor_msg() function of the ESP-IDF BlueDroid AVRCP stack, the allocated buffer size was validated using AVRC_MIN_CMD_LEN (20 bytes). However, the actual fixed header data written before the vendor payload exceeds this value. This totals 29 bytes written before p_msg->p_vendor_data is copied. Using the old AVRC_MIN_CMD_LEN could allow an out-of-bounds write if vendor_len approaches the buffer limit. For commands where vendor_len is large, the original buffer allocation may be insufficient, causing writes beyond the allocated memory. This can lead to memory corruption, crashes, or other undefined behavior. The overflow could be larger when assertions are disabled.
Conclusion & alert: CVE-2025-68474 is rated Low Risk (32.2/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.30%). Mandatory action: Monitor for updates and reassess as exploit intelligence or EPSS changes.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-06-15 | 0.02% | 0.30% | +0.28% |
| 2 | 2025-12-27 | — | 0.02% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 6.1 | 4.0 | MEDIUM |
|
— | — | [email protected] |
| 7.6 | 3.1 | HIGH |
|
2.8 | 4.7 | [email protected] |
| Vendor | Product | Version | Raw CPE |
|---|---|---|---|
| espressif | esp-idf | 5.1.6 | cpe:2.3:a:espressif:esp-idf:5.1.6:*:*:*:*:*:*:* |
| espressif | esp-idf | 5.2.6 | cpe:2.3:a:espressif:esp-idf:5.2.6:*:*:*:*:*:*:* |
| espressif | esp-idf | 5.3.4 | cpe:2.3:a:espressif:esp-idf:5.3.4:*:*:*:*:*:*:* |
| espressif | esp-idf | 5.4.3 | cpe:2.3:a:espressif:esp-idf:5.4.3:*:*:*:*:*:*:* |
| espressif | esp-idf | 5.5.1 | cpe:2.3:a:espressif:esp-idf:5.5.1:*:*:*:*:*:*:* |