initialize() function can be called anybody when the contract is not initialized.
More importantly, if someone else runs this function, they will have full authority because of the __Ownable_init() function.
Also, there is no 0 address check in the address arguments of the initialize() function, which must be defined.
Here is a definition of initialize() function.
Add a control that makes initialize() only call the Deployer Contract;
