漏洞信息
尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。
Vulnerability Title
DoS in axum-core due to missing request size limit
Vulnerability Description
<bytes::Bytes as axum_core::extract::FromRequest>::from_request would not, by default, set a limit for the size of the request body. That meant if a malicious peer would send a very large (or infinite) body your server might run out of memory and crash. This also applies to these extractors which used Bytes::from_request internally: axum::extract::Form axum::extract::Json String
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
axum 安全漏洞
Vulnerability Description
axum是Tokio开源的一个专注于人体工程学和模块化的 Web 应用程序框架。 axum 存在安全漏洞,该漏洞源于不会限制文件的大小,导致耗尽内存并崩溃。
CVSS Information
N/A
Vulnerability Type
N/A