PT-2026-26299 · Nltk · Nltk
Leduckhuong
·
Published
2026-03-19
·
Updated
2026-05-25
·
CVE-2026-33231
CVSS v3.1
7.5
High
| Vector | AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
NLTK versions 3.9.3 and prior
Description
NLTK’s
nltk.app.wordnet app component allows unauthenticated remote shutdown of the local WordNet Browser HTTP server when started in its default mode. A simple GET /SHUTDOWN%20THE%20SERVER request to the ''/SHUTDOWN%20THE%20SERVER'' API endpoint causes the process to terminate immediately via the os. exit(0) function, resulting in a denial of service. The vulnerable logic resides in the nltk/app/wordnet app.py file, specifically in the MyServerHandler class. The server listens on all interfaces and checks for the exact path SHUTDOWN THE SERVER. When the server mode is set to False (the default), the handler directly terminates the process.Recommendations
Versions prior to 3.9.3 should be updated to a newer version that includes the fix.
Exploit
Fix
DoS
Missing Authentication
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Nltk