Vulnerability Information
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.
Vulnerability Title
TinyWeb 0.0.8 Memory Leak DoS via HTTP Request Handling
Vulnerability Description
TinyWeb through 0.0.8 contains a memory leak vulnerability that allows unauthenticated attackers to exhaust available memory by sending ordinary well-formed HTTP requests. Each request causes HttpParser::execute() to allocate Url objects, HttpHeaders objects, and HttpHeader instances via raw new expressions that are never freed due to missing destructors and unreachable delete calls, causing worker resident memory to grow monotonically by approximately 20 to 28 kB per request until the worker process is killed.
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Vulnerability Type
在移除最后引用时对内存的释放不恰当(内存泄露)
Vulnerability Title
GeneralSandman TinyWeb 资源管理错误漏洞
Vulnerability Description
GeneralSandman TinyWeb是GeneralSandman个人开发者开源的一款嵌入式Web服务器软件。 GeneralSandman TinyWeb 0.0.8及之前版本存在资源管理错误漏洞,该漏洞源于HttpParser::execute()中分配Url、HttpHeaders、HttpHeader对象时缺少析构函数和不可达的delete调用导致内存泄漏,可能造成未经身份验证的攻击者通过发送普通HTTP请求耗尽可用内存。
CVSS Information
N/A
Vulnerability Type
N/A