CVE-2002-0741
Description
psyBNC 2.3 allows remote attackers to cause a denial of service (CPU consumption and resource exhaustion) by sending a PASS command with a long password argument and quickly killing the connection, which is not properly terminated by psyBNC.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected products
2Patches
Vulnerability mechanics
Root cause
"psyBNC does not properly terminate connections after a denial of service attack, leading to resource exhaustion."
Attack vector
An unauthenticated remote attacker can send a PASS command with a very long password argument to the psyBNC server. Immediately after sending the command, the attacker quickly kills the connection. This triggers a vulnerability where the server does not properly terminate the connection, leading to CPU consumption and resource exhaustion [ref_id=1]. The vulnerability affects versions psyBNC 2.3, 2.2.1, and 2.1.1 [ref_id=1].
Affected code
The vulnerability is related to the handling of the PASS command and subsequent connection termination. The reference write-up indicates that psyBNC versions up to and including 2.3 are affected [ref_id=1]. Specifically, the issue arises when the server fails to properly terminate a connection after receiving a long password argument and the client quickly disconnects.
What the fix does
The advisory does not provide information about a patch or specific remediation steps. However, it implies that the issue stems from improper connection termination after the attack. The vendor or security community would need to implement logic to ensure connections are fully closed and resources are released even when the client disconnects abruptly after sending a malformed or oversized command.
Preconditions
- networkThe attacker must have network access to the psyBNC server.
- inputThe attacker must be able to send a PASS command with a long password argument.
Reproduction
The provided exploit code demonstrates how to trigger the vulnerability by sending a large password and then closing the connection. The code includes options to specify the target, port, password size, and number of times to send the DoS payload [ref_id=1].
Generated on Jun 2, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
4- www.iss.net/security_center/static/8912.phpnvdPatchVendor Advisory
- www.securityfocus.com/bid/4570nvdExploitPatchVendor Advisory
- archives.neohapsis.com/archives/bugtraq/2002-04/0322.htmlnvd
- online.securityfocus.com/archive/1/269131nvd
News mentions
0No linked articles in our index yet.