CVE Catalog

CVE-2026-33231

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Elevated risk
0.88%

55th percentile - higher than 55% of all known CVEs

Summary

A vulnerability in NLTK (Natural Language Toolkit) versions 3.9.3 and earlier allows an unauthenticated remote attacker to shut down the local WordNet Browser HTTP server by sending a GET /SHUTDOWN%20THE%20SERVER request. This causes immediate process termination via os._exit(0), resulting in a denial of service (DoS).

Risk Assessment

The risk is that an unauthenticated attacker can remotely shut down the WordNet Browser server, disrupting applications that rely on it and causing unavailability of natural language processing services.

Recommendation

It is recommended to immediately update NLTK to a version containing the fix (commit bbaae83db86a0f49e00f5b0db44a7254c268de9b) or later. If updating is not possible, avoid running the WordNet Browser server in default mode or restrict access to it.

Other vulnerabilities in NLTK

See all
Original NVD description (English source)

NLTK (Natural Language Toolkit) is a suite of open source Python modules, data sets, and tutorials supporting research and development in Natural Language Processing. In versions 3.9.3 and prior, `nltk.app.wordnet_app` allows unauthenticated remote shutdown of the local WordNet Browser HTTP server when it is started in its default mode. A simple `GET /SHUTDOWN%20THE%20SERVER` request causes the process to terminate immediately via `os._exit(0)`, resulting in a denial of service. Commit bbaae83db86a0f49e00f5b0db44a7254c268de9b patches the issue.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS