Intel

AIKIDO-2026-854944

freedsx/ldap is vulnerable to Denial of Service (DoS)

Denial of Service (DoS)GHSA-cv7m-5pch-6qv7 Published Yesterday

75

High Risk

This Affects:

PHPfreedsx/ldap
0.2.0 - 0.8.1
Fixed in 0.9.0
Are you affected? Scan for Free

TL;DR

FreeDSx/LDAP's default PcntlServerRunner forks a new OS process for every accepted TCP connection before any LDAP bind or authentication, with no limit on how many child processes can run concurrently. A remote, unauthenticated peer can open many idle connections to the LDAP server's listening port and force the host to keep forking, exhausting the process table, memory, and CPU scheduling capacity. The fix adds a max_clients option, defaulting to 1024, that cleans up finished children and rejects new connections once the limit is reached.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range.

Background info

freedsx/ldap is vulnerable to Denial of Service (DoS) in versions 0.2.0 - 0.8.1.

How to fix this

Upgrade the freedsx/ldap library to the patch version.

Are You Affected?

Connect your repositories to instantly see whether vulnerable or malicious packages exist in your codebase.

Free. No credit card required.

Aikido Platform