漏洞描述: 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