Vulnerability Description
Mesop is a Python-based UI framework that allows users to build web applications. Prior to 1.3.3, applications running in debug mode expose a GET /hot-reload endpoint whose unbounded loop depends on the user-supplied counter parameter, allowing an unauthenticated attacker to hold worker threads with high counter values until the worker pool is exhausted and the server becomes unavailable. A single unauthenticated attacker can crash the Mesop server with minimal effort. Because the attack leverages worker exhaustion, the server remains unresponsive until it is manually restarted. This issue is fixed in version 1.3.3.
Related Weaknesses (CWE)
References
- https://github.com/mesop-dev/mesop/commit/2b8e7f2c349c9e2eec202f46b07bada83061ce
- https://github.com/mesop-dev/mesop/releases/tag/v1.3.3
- https://github.com/mesop-dev/mesop/security/advisories/GHSA-8p72-497j-83mx
FAQ
What is CVE-2026-77357?
CVE-2026-77357 is a documented vulnerability. Mesop is a Python-based UI framework that allows users to build web applications. Prior to 1.3.3, applications running in debug mode expose a GET /hot-reload endpoint whose unbounded loop depends on t...
How severe is CVE-2026-77357?
CVSS scoring is not yet available for CVE-2026-77357. Check NVD for updates.
Is there a patch for CVE-2026-77357?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.