VYPR
Unrated severityNVD Advisory· Published Jul 21, 2001· Updated Apr 16, 2026

CVE-2001-0513

CVE-2001-0513

Description

Oracle Database Server on Windows NT is vulnerable to denial of service via repeated connection requests to the listener without completing the redirected connection.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Oracle Database Server on Windows NT is vulnerable to denial of service via repeated connection requests to the listener without completing the redirected connection.

Vulnerability

Oracle Database Server on Windows NT contains a denial-of-service vulnerability in its listener process. When a connection request is received, the listener redirects the client to a new port and spawns a separate thread to handle the connection. This thread remains in memory listening until the client connects to that port or the server is restarted. An attacker can exploit this by repeatedly sending connection requests without completing the handshake, causing many threads to accumulate. All versions of Oracle Database Server on Windows NT are affected [1].

Exploitation

An attacker with network access to the Oracle listener can send a large number of connection requests. For each request, the listener creates a new thread and redirects to a new port. The attacker does not connect to the redirected port, leaving each thread in a listening state indefinitely. By repeating this process, the attacker can exhaust available system memory [1].

Impact

Successful exploitation leads to memory exhaustion on the Oracle Database Server. Once all memory is consumed, the next console login attempt will crash the server, resulting in a denial of service. The attacker does not gain any access or privileges; the impact is purely availability [1].

Mitigation

At the time of disclosure, no official patch was available. The recommended workaround is to restrict access to the Oracle listener by enabling tcp.validnode_checking in the PROTOCOL.ORA configuration file and setting tcp.invited_nodes and tcp.excluded_nodes to limit connections to trusted hosts. This prevents unauthorized hosts from sending connection requests [1].

AI Insight generated on May 24, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

4

News mentions

0

No linked articles in our index yet.