Sink boundary: Input reaches LDAP query grammar and can alter the directory search.
The pack does not provide a callable signature for this record; the watched access path is shown directly.
| Arg | Access path | Purpose | Watched |
|---|---|---|---|
| Argument[2] | Argument[2] | The access path Atropos marks for this model. | ▲ sink |
Attacker's-eye view · ldap-injection
Special LDAP characters change the filter or distinguished name and broaden or redirect the query.
// modeled boundary: Argument[2]
search(attacker_influenced_value);
1Use the library's escaping or parameter API.
2Keep filter structure fixed.
3Validate identifiers for their expected domain.
These checks require the surrounding codebase. The model names the boundary; it does not decide reachability or prove that a guard dominates every path.
Is this a bug in your code?Atropos stops here — by design
Atropos identifies Argument[2] as a ldap-injection sink. It cannot see whether untrusted data reaches this call in your repository.
Lachesis is the codebase-level step: it traces reachability and guards for this symbol.
Check this symbol in Lachesis →Model facts · verbatim from the pack
| Role | Kind | Access path | Model ID | Confidence |
|---|---|---|---|---|
| sink | ldap-injection | Argument[2] | python.ldap.search.a2 | medium · corrob. 2 |