]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
connman :fix CVE-2025-32366
authorPraveen Kumar <praveen.kumar@windriver.com>
Thu, 15 May 2025 06:11:05 +0000 (11:41 +0530)
committerSteve Sakoman <steve@sakoman.com>
Thu, 15 May 2025 16:47:23 +0000 (09:47 -0700)
commit1c908b1c44a006b6707a1f0da59781a6750cf8ce
tree046e16229939ffc8e0876b84f91430392fe88db8
parentdea859e904d9eacede147a627f4c176433ac9efc
connman :fix CVE-2025-32366

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.

Reference:
https://nvd.nist.gov/vuln/detail/CVE-2025-32366

Upstream-patch:
https://git.kernel.org/pub/scm/network/connman/connman.git/commit/?id=8d3be0285f1d4667bfe85dba555c663eb3d704b4

Signed-off-by: Praveen Kumar <praveen.kumar@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-connectivity/connman/connman/CVE-2025-32366.patch [new file with mode: 0644]
meta/recipes-connectivity/connman/connman_1.43.bb