CVE-2026-12199

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.
Configurations

No configuration.

History

17 Jun 2026, 16:30

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-17 13:19

Updated : 2026-06-17 16:30


NVD link : CVE-2026-12199

Mitre link : CVE-2026-12199

CVE.ORG link : CVE-2026-12199


JSON object : View

Products Affected

No product.

CWE
CWE-306

Missing Authentication for Critical Function