For a random variable $X \sim f(x)$, the $n$'th moment is defined to be $E_f[X^n]$. But for a multivariate distribution, $X$ is a vector so this definition doesn't make sense since you can't raise a vector to power.
How are moments defined for distributions over vector spaces?
My suspicion is they involve Kronecker products: $$E_f\left[X \otimes X \otimes \cdots \otimes X\right]$$ since the first and second moments of a multivariate Gaussian are $\mathbf{\mu}$ and $\mathbf{\Sigma}$.