CVE-2025-32366
Published: 05 April 2025
Summary
CVE-2025-32366 is a medium-severity Improper Handling of Length Parameter Inconsistency (CWE-130) vulnerability in Kernel (inferred from references). Its CVSS base score is 4.8 (Medium).
Operationally, ranked at the 41.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-9924
Vulnerability details
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…
more
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.
- CWE(s)
Related Threats
No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.
Affected Assets
Mitigating Controls
No mitigating controls mapped yet. The per-CVE control annotator has not reached this CVE.