漏洞标题
通过内存泄漏在tokio- Boring中资源的耗尽
漏洞描述信息
4.0.0版本的tokio-boring库受到一个内存泄漏问题的影响,这可能导致资源的过度消耗和资源耗尽可能导致的潜在DDoS。库中使用的set_ex_data函数在完成TLS连接后,每次内存中现有数据未释放的内存都没有释放,导致程序每次建立新连接时消耗更多的资源。
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
漏洞类别
在移除最后引用时对内存的释放不恰当(内存泄露)
漏洞标题
Resource exhaustion via memory leak in tokio-boring
漏洞描述信息
The tokio-boring library in version 4.0.0 is affected by a memory leak issue that can lead to excessive resource consumption and potential DoS by resource exhaustion. The set_ex_data function used by the library did not deallocate memory used by pre-existing data in memory each time after completing a TLS connection causing the program to consume more resources with each new connection.
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L
漏洞类别
未加控制的资源消耗(资源穷尽)
漏洞标题
boring 安全漏洞
漏洞描述信息
boring是Cloudflare开源的一款 Rust 编程语言的 BoringSSL 绑定。 boring 4.0.0 版本存在安全漏洞,该漏洞源于内存泄漏导致资源耗尽,每次完成 TLS 连接后,set_ex_data库使用的函数不会释放内存,导致程序在每个新连接中消耗更多资源。
CVSS信息
N/A
漏洞类别
其他