Intel

AIKIDO-2026-176164

deepagents is vulnerable to Denial of Service (DoS)

Denial of Service (DoS) Pre-CVE
Found by Aikido Intel before public disclosure or CVE publication.
Published 6 days ago

53

Medium Risk

This Affects:

JSdeepagents
1.1.0 - 1.10.7
Fixed in 1.10.8
Are you affected? Scan for Free

TL;DR

The FilesystemBackend and LocalShellBackend implement the glob, grep, and recursive-search tools with fast-glob, which follows symbolic links by default. When these tools scan a directory tree that contains a self-referential directory symlink (for example sub/sub -> .), fast-glob descends into the cycle indefinitely until the operating system raises ELOOP, crashing the tool and the surrounding agent operation. Because symlink following also let enumeration walk outside the intended search root, matched files could be reported and read from outside that root. The fix sets followSymbolicLinks: false on the glob calls and re-includes symlink-to-file entries through explicit stat checks so directory cycles are no longer traversed.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and expose the filesystem glob, grep, or search tools over a directory tree that can contain attacker-influenced symlinks.

Background info

deepagents is vulnerable to Denial of Service (DoS) in versions 1.1.0 - 1.10.7.

How to fix this

Upgrade the deepagents library to the patch version.