Vulnerability Description
A vulnerability in `nltk.app.wordnet_app` up to version 3.9.3 allows unauthenticated remote shutdown of the local WordNet Browser HTTP server when started in its default mode. The server listens on all interfaces and processes a specific unauthenticated GET request (`/SHUTDOWN%20THE%20SERVER`) to terminate the process immediately via `os._exit(0)`. This results in a denial of service, impacting service availability. The issue arises due to insufficient authentication and protection mechanisms for critical server functions.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://huntr.com/bounties/cee4ca6a-d17f-4746-abad-c68119633d37
- https://huntr.com/bounties/cee4ca6a-d17f-4746-abad-c68119633d37
FAQ
What is CVE-2026-12199?
CVE-2026-12199 is a vulnerability with a CVSS score of 7.5 (HIGH). A vulnerability in `nltk.app.wordnet_app` up to version 3.9.3 allows unauthenticated remote shutdown of the local WordNet Browser HTTP server when started in its default mode. The server listens on al...
How severe is CVE-2026-12199?
CVE-2026-12199 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-12199?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.