漏洞信息
# CVE-2024-38816: 功能性网络框架中的路径遍历漏洞
## 概述
应用程序通过WebMvc.fn或WebFlux.fn功能Web框架提供静态资源时,容易受到路径遍历攻击。攻击者可以通过构造恶意HTTP请求,获取文件系统上任何可被Spring应用程序进程访问的文件。
## 影响版本
未提供具体版本信息。
## 细节
应用程序在满足以下两个条件时容易受到攻击:
- 使用`RouterFunctions`提供静态资源
- 显式配置了`FileSystemResource`位置
而满足以下任一条件时,恶意请求将被阻止:
- 使用了Spring Security HTTP防火墙
- 应用程序运行在Tomcat或Jetty上
## 影响
攻击者可以通过路径遍历漏洞访问应用程序所在环境中的任意文件,导致敏感数据泄露。
提示
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
CVE-2024-38816: Path traversal vulnerability in functional web frameworks
漏洞描述信息
Applications serving static resources through the functional web frameworks WebMvc.fn or WebFlux.fn are vulnerable to path traversal attacks. An attacker can craft malicious HTTP requests and obtain any file on the file system that is also accessible to the process in which the Spring application is running.
Specifically, an application is vulnerable when both of the following are true:
* the web application uses RouterFunctions to serve static resources
* resource handling is explicitly configured with a FileSystemResource location
However, malicious requests are blocked and rejected when any of the following is true:
* the Spring Security HTTP Firewall https://docs.spring.io/spring-security/reference/servlet/exploits/firewall.html is in use
* the application runs on Tomcat or Jetty
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
漏洞类别
N/A
漏洞标题
VMware Spring Framework 安全漏洞
漏洞描述信息
VMware Spring Framework是美国威睿(VMware)公司的一套开源的Java、JavaEE应用程序框架。该框架可帮助开发人员构建高质量的应用。 VMware Spring Framework存在安全漏洞,该漏洞源于存在目录遍历漏洞,允许攻击者通过精心构造的HTTP请求访问或操作服务器上本不应该被访问的文件。受影响版本如下:5.3.0至5.3.39版本、6.0.0至6.0.23版本和6.1.0至6.1.12版本。
CVSS信息
N/A
漏洞类别
其他