mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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 (From OE-Core rev: 02e046149b1cc5eca5188eec7b4e1a9970b97faf) Signed-off-by: Praveen Kumar <praveen.kumar@windriver.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
20 lines
831 B
BlitzBasic
20 lines
831 B
BlitzBasic
require connman.inc
|
|
|
|
SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
|
|
file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \
|
|
file://0001-connman.service-stop-systemd-resolved-when-we-use-co.patch \
|
|
file://connman \
|
|
file://no-version-scripts.patch \
|
|
file://0001-vpn-Adding-support-for-latest-pppd-2.5.0-release.patch \
|
|
file://0001-src-log.c-Include-libgen.h-for-basename-API.patch \
|
|
file://CVE-2025-32743.patch \
|
|
file://CVE-2025-32366.patch \
|
|
"
|
|
|
|
SRC_URI:append:libc-musl = " file://0002-resolve-musl-does-not-implement-res_ninit.patch"
|
|
|
|
SRC_URI[sha256sum] = "a3e6bae46fc081ef2e9dae3caa4f7649de892c3de622c20283ac0ca81423c2aa"
|
|
|
|
RRECOMMENDS:${PN} = "connman-conf"
|
|
RCONFLICTS:${PN} = "networkmanager"
|