CVE-2025-32366

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-32366
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-32366.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-32366
Downstream
Published
2025-04-05T23:15:40Z
Modified
2025-08-09T19:01:28Z
Summary
[none]
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 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.

References

Affected packages