First published: Sat Apr 05 2025(Updated: )
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.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
ConnMan | <=1.44 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2025-32366 is considered a high severity vulnerability due to the potential for unauthorized memory access.
To fix CVE-2025-32366, upgrade ConnMan to version 1.45 or later where the vulnerability is addressed.
CVE-2025-32366 affects ConnMan versions up to and including 1.44, specifically the dnsproxy component.
CVE-2025-32366 is a memory corruption vulnerability caused by improper use of memcpy based on variable data length.
Yes, CVE-2025-32366 can potentially lead to system compromise by allowing attackers to exploit memory corruption.