GHSA-8425-8R2F-MRV6 Dragonfly's directories created via os.MkdirAll are not checked for permissions
Impact DragonFly2 uses the os.MkdirAll function to create certain directory paths with specific access permissions. This function does not perform any permission checks when a given directory path already exists. This allows a local attacker to create a directory to be used later by DragonFly2 wi...