漏洞描述: Spring Boot是一个广泛使用的Java框架,用于创建独立的、生产级的基于Spring的应用程序。它简化了新Spring应用的初始搭建以及开发过程。Spring Boot的信息面板(info endpoint)是一个内置的功能,用于展示应用程序的名称、版本信息以及其他配置值。这些信息通常用于监控和管理应用程序。然而,如果未正确配置,这些敏感信息可能会被未授权的用户访问,导致信息泄露。
info: name:Spring Boot Information Panel - Detect author:philippedelteil,tess,TheZakMan severity:info description:Spring Boot information panel displaying app name, version information, and other values was detected. classification: cvss-metrics:CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score:0 cwe-id:CWE-200 metadata: max-request:2 tags:springboot,misconfig
http: -method: GET path: -"{{BaseURL}}/info" -"{{BaseURL}}/actuator/info" -"{{BaseURL}}/management" -"{{BaseURL}}/management/info"
stop-at-first-match:true
matchers-condition:and matchers: -type: status status: -200