CVE-2025-32366 Affecting connman package, versions *


Severity

Recommended
low

Based on default assessment until relevant scores are available.

Threat Intelligence

EPSS
0.06% (19th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-DEBIAN13-CONNMAN-9667394
  • published7 Apr 2025
  • disclosed5 Apr 2025

Introduced: 5 Apr 2025

NewCVE-2025-32366  (opens in a new tab)

How to fix?

There is no fixed version for Debian:13 connman.

NVD Description

Note: Versions mentioned in the description apply only to the upstream connman package and not the connman package as distributed by Debian. See How to fix? for Debian:13 relevant fixed versions and status.

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.