← Back to CVE List

CVE-2025-32366

Published: 2025-04-05T23:15Z
Last Modified: 2025-04-11T18:15Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
In ConnMan through 1.44, parse_rr in dnsproxy.c has a memcpy length that depends on an RR RDLENGTH value, i.e., *rdlen=ntohs(rr->rdlen) and memcpy(response+offset,*end,*rdlen) without a check for whether the sum of *end and *rdlen exceeds max. Consequently, *rdlen may be larger than the amount of remaining packet data in the current state of parsing. Values of stack memory locations may be sent over the network in a response. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt