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
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