Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2025-68474 Details

Description

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-787Out-of-bounds Write[email protected]

Affected Products

ProductVersions
espressif esp-idf
5.1.6
5.2.6
5.3.4
5.4.3
5.5.1

CPE

  • cpe:2.3:a:espressif:esp-idf:5.1.6:*:*:*:*:*:*:*
  • cpe:2.3:a:espressif:esp-idf:5.2.6:*:*:*:*:*:*:*
  • cpe:2.3:a:espressif:esp-idf:5.3.4:*:*:*:*:*:*:*
  • cpe:2.3:a:espressif:esp-idf:5.4.3:*:*:*:*:*:*:*
  • cpe:2.3:a:espressif:esp-idf:5.5.1:*:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

4 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2025-68474
NVD Published Date:
Dec 27, 2025
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2025-68474 Details - Not Deferred