For two $n$ dimensional multivariate normal distributions $X_{1}\sim N\left(\mu_{1},\Sigma_{1}\right)$ and $X_{2}\sim N\left(\mu_{2},\Sigma_{2}\right)$, the Kullback-Leibler distance is given by $$KL=\frac{1}{2}\left(tr\left(\Sigma_{2}^{-1}\Sigma_{1}\right)+\left(\mu_{2}-\mu_{1}\right)'\Sigma_{1}^{-1}\left(\mu_{2}-\mu_{1}\right)-ln\left(\frac{det\left(\Sigma_{1}\right)}{det\left(\Sigma_{2}\right)}\right)-n\right) $$
When $\Sigma_{1}=\Sigma_{2}$, the above will be similar to half the Mahalanobis distance squared. The Mahalanobis distance squared is chi-square distributed with $n-1$ degrees of freedom, so I imagine that is part of the answer.
When the parameters of $KL$ are replaced with estimates from on a random sample, is it possible to derive the distribution in the more general case when $\Sigma_{1}$ is not necessarily equal to $\Sigma_{2}$?