CVE-2025-59349 LOW

CVE-2025-59349: Directories created via os.MkdirAll are not checked for permissions

Vendor Dragonflyoss
Product dragonfly
Weakness CWE-732
Published September 17, 2025
Last update September 18, 2025

CVSS base score

2.0/10
Attack vector Local
Attack complexity Low
Privileges required None
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:N/SC:N/SI:N/SA:N/E:P

What the vulnerability does

01Description

Dragonfly is an open source P2P-based file distribution and image acceleration system. Prior to 2.1.0, 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 with broad permissions before DragonFly2 does so, potentially allowing the attacker to tamper with the files. This vulnerability is fixed in 2.1.0.

Key dates

02Disclosure timeline

September 17, 2025 CVE published
September 18, 2025 Record updated