SEPTEMBER 14, 2026
Live Feed
Back to database
Case File

CVE-2026-56651

LOW · CVSS 2 EPSS 0.15% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-27 · Last synced 2026-09-14

CyberRota Analysis

AI-Generated

Dool 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.

Detected Signals
exploit
GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-56651
Severity
LOW
CVSS
2
EPSS
0.15%

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