CyberRota Analysis
AI-GeneratedDool versions up to 1.3.8 are vulnerable to symlink following due to the absence of the "O_NOFOLLOW" flag when opening log files with the "--devel" option. A local attacker can exploit this vulnerability to overwrite sensitive files with log data, particularly if the application is executed with elevated privileges. Users running affected versions, especially in environments where Dool operates with higher permissions, should prioritize patching to mitigate potential data loss or unauthorized access.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
Dool in versions up to 1.3.8 is vulnerable to symlink following when the "--devel" flag is used, as the application opens a log file without the "O_NOFOLLOW" flag. A local attacker can exploit this by creating a symlink at the expected log file path pointing to a sensitive file, causing dool to truncate and overwrite the target file with log data, which is especially impactful if dool is run with elevated privileges. The issue was addressed by pull request #116