This is not a mixture of Gaussians, whose cumulative distribution function is a convex combination of cumulative distribution functions of Gaussian random variables having different parameters. And similarly in terms of pdfs.
The distance squared is a Chi-Squared random variable with degrees of freedom equal to the dimension. Look it up.
The distance in 2 dimensions, comes out to a Rayleigh distribution. Look it up and you ought to see how to calculate its pdf. In 3 dimensions, it's called a Maxwell Distribution, and more generally, in N dimensions it could be called an N dimensional Maxwell Distribution, even if that terminology is not that standard.
If you are skilled in integration, or perhaps with the help of a Computer Algebra system such as MAPLE, you can write out the integrand for a multiple integral, which has a messy Jacobian (as number of dimensions increases) and messy limits to calculate the cunulative distribution function in closed form (counting erf as closed form).. However, you don't need to worry about the Jacobian and all the integral limits because they all boil down to a constant positive multiplicative factor when you integrate across all those dimensions. This leaves you with a one dimensional integral (with an r^(N-1) times exponential type term (for N = number of dimensions)) from 0 to k, say, which MAPLE can solve (to within a constant multiplicative factor of being correct if you don't worry about the Jacobian and integrating over other dimensions). The limit as k goes to infinity is easy to compute, and you know that must be one, therefore, you can determine the constant multiplicative factor by which you need to adjust your solution. Depending on whether dimension is odd or even, you'll get a combination of erf and/or exp and a polynomial in k for the cumulative distribution. Differentiate to your heart's content to get the pdf.
With these hints, I leave it to you to work out the details.