Tornado 是一个 Python Web 框架和异步网络库。在 6.5.8 版本之前,Tornado 在 中使用 解析 请求体时,未传入 参数。 中的 在调度处理器之前,会通过 中的 和 解析请求体,因此,一个未经身份验证的请求体若包含数百万个由分隔符分隔的字段,会导致单线程事件循环同步阻塞,从而延迟所有连接的处理。请求体大小仅受 限制,其默认值为 104857600 字节。该问题已在 6.5.8 版本中修复。
Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.
| Vendor | Product | Affected Versions | CPE | Subscribe |
|---|---|---|---|---|
| tornadoweb | tornado | < 6.5.8 | - |
|
| # | POC Description | Source Link | Shenlong Link |
|---|
No public POC found.
Login to generate AI POCNo comments yet