A vulnerability exists in undici's BalancedPool constructor where the options object is deep-cloned via JSON serialization, causing function-valued TLS options such as checkServerIdentity callbacks and custom connectors to be silently discarded. This results in TLS certificate validation bypass, where peers with certificates that should be rejected by custom logic are instead accepted if they pass Node's default hostname and chain checks. The flaw affects only BalancedPool; Client, Pool, and Agent dispatchers are not impacted. Affected versions include undici 7.24.1 up to 7.29.1 and 8.0.0 up to 8.10.2. The vulnerability is only triggered when function-valued connect or tls options are supplied to BalancedPool. Users are advised to upgrade to undici 7.29.1 or 8.10.2 to remediate the issue.